Update version to 0.2.1 and add create-pca script for Azure app management

This commit is contained in:
2026-03-05 22:03:10 +01:00
parent b88b35cb90
commit 21b8179d40
2 changed files with 270 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@slawek/sk-az-tools",
"version": "0.2.0",
"version": "0.2.1",
"type": "module",
"files": [
"dist",
@@ -11,7 +11,8 @@
"clean": "rm -rf dist",
"build": "npm run clean && tsc && chmod +x dist/cli.js",
"build:watch": "tsc --watch",
"prepublishOnly": "npm run build"
"prepublishOnly": "npm run build",
"create-pca": "node dist/create-pca.js"
},
"engines": {
"node": ">=24.0.0"