@azure/arm-botservice 4.0.1-alpha.20240417.1 → 4.0.1-alpha.20240419.1

Sign up to get free protection for your applications and to get access to all the features.
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 AzureBotService.",
6
- "version": "4.0.1-alpha.20240417.1",
6
+ "version": "4.0.1-alpha.20240419.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -75,7 +75,7 @@
75
75
  "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
76
76
  "prepack": "npm run build",
77
77
  "pack": "npm pack 2>&1",
78
- "extract-api": "api-extractor run --local",
78
+ "extract-api": "dev-tool run extract-api",
79
79
  "lint": "echo skipped",
80
80
  "audit": "echo skipped",
81
81
  "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",