Add support for CSV and TSV input formats in table command
All checks were successful
build / build (push) Successful in 12s

This commit is contained in:
2026-03-06 11:43:47 +01:00
parent 21b6a51330
commit 8cbd1d6399
7 changed files with 133 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@slawek/sk-az-tools",
"version": "0.3.1",
"version": "0.3.2",
"type": "module",
"files": [
"dist",
@@ -24,11 +24,13 @@
"@azure/msal-node-extensions": "^1.2.0",
"@microsoft/microsoft-graph-client": "^3.0.7",
"azure-devops-node-api": "^15.1.2",
"d3-dsv": "^3.0.1",
"jmespath": "^0.16.0",
"minimatch": "^10.1.2",
"open": "^10.1.0"
},
"devDependencies": {
"@types/d3-dsv": "^3.0.7",
"@types/jmespath": "^0.15.2",
"@types/node": "^24.0.0",
"typescript": "^5.8.2"