Add support for CSV and TSV input formats in table command
All checks were successful
build / build (push) Successful in 12s
All checks were successful
build / build (push) Successful in 12s
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user