@azure/arm-datadog 3.1.0-alpha.20241022.1 → 3.1.0-alpha.20241023.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 +3 -6
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.20241022.1",
6
+ "version": "3.1.0-alpha.20241023.1",
7
7
  "engines": {
8
8
  "node": ">=18.0.0"
9
9
  },
@@ -32,16 +32,13 @@
32
32
  "@azure-tools/test-recorder": "^3.0.0",
33
33
  "@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
34
34
  "@azure/identity": "^4.0.1",
35
- "@microsoft/api-extractor": "^7.31.1",
36
35
  "@types/chai": "^4.2.8",
37
36
  "@types/mocha": "^10.0.0",
38
37
  "@types/node": "^18.0.0",
39
38
  "chai": "^4.2.0",
40
39
  "cross-env": "^7.0.2",
41
40
  "dotenv": "^16.0.0",
42
- "mkdirp": "^3.0.1",
43
41
  "mocha": "^10.0.0",
44
- "rimraf": "^5.0.0",
45
42
  "ts-node": "^10.0.0",
46
43
  "typescript": "~5.6.2",
47
44
  "uglify-js": "^3.4.9"
@@ -72,13 +69,13 @@
72
69
  ],
73
70
  "scripts": {
74
71
  "audit": "echo skipped",
75
- "build": "npm run clean && tsc && dev-tool run bundle && npm run minify && mkdirp ./review && npm run extract-api",
72
+ "build": "npm run clean && tsc && dev-tool run bundle && npm run minify && dev-tool run vendored mkdirp ./review && npm run extract-api",
76
73
  "build:browser": "echo skipped",
77
74
  "build:node": "echo skipped",
78
75
  "build:samples": "echo skipped.",
79
76
  "build:test": "echo skipped",
80
77
  "check-format": "echo skipped",
81
- "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
78
+ "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
82
79
  "execute:samples": "echo skipped",
83
80
  "extract-api": "dev-tool run extract-api",
84
81
  "format": "echo skipped",