@azure/arm-datadog 3.1.0-alpha.20240417.1 → 3.1.0-alpha.20240419.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.
- 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 MicrosoftDatadogClient.",
|
6
|
-
"version": "3.1.0-alpha.
|
6
|
+
"version": "3.1.0-alpha.20240419.1",
|
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": "
|
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",
|