@azure-rest/arm-compute 1.0.0-alpha.20241031.1 → 1.0.0-alpha.20241111.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
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure-rest/arm-compute",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "1.0.0-alpha.
|
|
5
|
+
"version": "1.0.0-alpha.20241111.1",
|
|
6
6
|
"description": "",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
54
54
|
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser",
|
|
55
55
|
"test:node": "npm run clean && npm run build:test && npm run unit-test:node",
|
|
56
|
-
"unit-test": "cross-env TEST_MODE=playback && npm run unit-test:node && npm run unit-test:browser",
|
|
56
|
+
"unit-test": "dev-tool run vendored cross-env TEST_MODE=playback && npm run unit-test:node && npm run unit-test:browser",
|
|
57
57
|
"unit-test:browser": "dev-tool run test:browser",
|
|
58
58
|
"unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
|
|
59
59
|
"update-snippets": "echo skipped"
|
|
@@ -81,7 +81,6 @@
|
|
|
81
81
|
"@types/node": "^18.0.0",
|
|
82
82
|
"autorest": "latest",
|
|
83
83
|
"chai": "^4.2.0",
|
|
84
|
-
"cross-env": "^7.0.2",
|
|
85
84
|
"dotenv": "^16.0.0",
|
|
86
85
|
"eslint": "^9.9.0",
|
|
87
86
|
"karma": "^6.2.0",
|