@azure/arm-deviceupdate 1.2.1-alpha.20240417.1 → 1.2.1-alpha.20240419.2

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 -3
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 DeviceUpdate.",
6
- "version": "1.2.1-alpha.20240417.1",
6
+ "version": "1.2.1-alpha.20240419.2",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -40,7 +40,6 @@
40
40
  "@azure-tools/test-credential": "^1.0.0",
41
41
  "mocha": "^10.0.0",
42
42
  "@types/mocha": "^10.0.0",
43
- "esm": "^3.2.18",
44
43
  "@types/chai": "^4.2.8",
45
44
  "chai": "^4.2.0",
46
45
  "cross-env": "^7.0.2",
@@ -76,7 +75,7 @@
76
75
  "minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
77
76
  "prepack": "npm run build",
78
77
  "pack": "npm pack 2>&1",
79
- "extract-api": "api-extractor run --local",
78
+ "extract-api": "dev-tool run extract-api",
80
79
  "lint": "echo skipped",
81
80
  "audit": "echo skipped",
82
81
  "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",