@azure/arm-datamigration 3.0.0-alpha.20240417.1 → 3.0.0-alpha.20240419.1
Sign up to get free protection for your applications and to get access to all the features.
- 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 DataMigrationManagementClient.",
|
6
|
-
"version": "3.0.0-alpha.
|
6
|
+
"version": "3.0.0-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": "
|
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",
|