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