@azure-rest/arm-compute 1.0.0-alpha.20240419.1 → 1.0.0-alpha.20240429.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 +3 -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.20240429.1",
|
|
6
6
|
"description": "",
|
|
7
7
|
"keywords": [
|
|
8
8
|
"node",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"test": "npm run clean && npm run build:test && npm run unit-test",
|
|
56
56
|
"unit-test": "cross-env TEST_MODE=playback && npm run unit-test:node && npm run unit-test:browser",
|
|
57
57
|
"unit-test:node": "dev-tool run test:node-ts-input -- --timeout 1200000 --exclude 'test/**/browser/*.spec.ts' 'test/**/*.spec.ts'",
|
|
58
|
-
"unit-test:browser": "
|
|
58
|
+
"unit-test:browser": "echo skipped",
|
|
59
59
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && mkdirp ./review && dev-tool run extract-api"
|
|
60
60
|
},
|
|
61
61
|
"sideEffects": false,
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"karma-source-map-support": "~1.4.0",
|
|
99
99
|
"karma-sourcemap-loader": "^0.3.8",
|
|
100
100
|
"karma": "^6.2.0",
|
|
101
|
-
"
|
|
101
|
+
"nyc": "^15.1.0",
|
|
102
102
|
"@azure/arm-network": "^32.2.0",
|
|
103
103
|
"ts-node": "^10.0.0",
|
|
104
104
|
"@types/mocha": "^10.0.0"
|