@azure/arm-msi 2.1.1-alpha.20240419.1 → 2.1.1-alpha.20240424.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "sdk-type": "mgmt",
4
4
  "author": "Microsoft Corporation",
5
5
  "description": "A generated SDK for ManagedServiceIdentityClient.",
6
- "version": "2.1.1-alpha.20240419.1",
6
+ "version": "2.1.1-alpha.20240424.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -73,7 +73,7 @@
73
73
  "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
74
74
  "prepack": "npm run build",
75
75
  "pack": "npm pack 2>&1",
76
- "extract-api": "api-extractor run --local",
76
+ "extract-api": "dev-tool run extract-api",
77
77
  "lint": "echo skipped",
78
78
  "audit": "echo skipped",
79
79
  "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",