Migrated from parseArgs from node:util to commander.js.
All checks were successful
build / build (push) Successful in 14s

This commit is contained in:
2026-03-10 07:15:00 +01:00
parent a98c77cd2e
commit 9fd770999b
12 changed files with 220 additions and 242 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@slawek/sk-az-tools",
"version": "0.6.0",
"version": "0.7.0",
"type": "module",
"files": [
"dist",
@@ -9,6 +9,7 @@
],
"scripts": {
"build": "rm -rf dist && tsc && chmod +x dist/cli.js",
"build:watch": "tsc --watch",
"create-pca": "node dist/create-pca.js",
"bump-patch": "node scripts/bump-patch.mjs",
"make-deps": "node scripts/make-mermaid-func-deps.mjs",
@@ -25,6 +26,7 @@
"@microsoft/microsoft-graph-client": "^3.0.7",
"@slawek/sk-tools": ">=0.2.0",
"azure-devops-node-api": "^15.1.2",
"commander": "^14.0.3",
"minimatch": "^10.1.2",
"open": "^10.1.0",
"semver": "^7.7.2",