Migrated from parseArgs from node:util to commander.js.
All checks were successful
build / build (push) Successful in 14s
All checks were successful
build / build (push) Successful in 14s
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user