@azure/arm-standbypool 1.0.0-alpha.20240926.5 → 1.0.0-alpha.20240927.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 +33 -32
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-standbypool",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20240927.1",
|
|
4
4
|
"description": "A generated SDK for StandbyPoolClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=18.0.0"
|
|
@@ -56,59 +56,60 @@
|
|
|
56
56
|
]
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@azure/core-util": "^1.9.2",
|
|
60
59
|
"@azure-rest/core-client": "^2.1.0",
|
|
60
|
+
"@azure/abort-controller": "^2.1.2",
|
|
61
61
|
"@azure/core-auth": "^1.6.0",
|
|
62
|
+
"@azure/core-lro": "^3.0.0",
|
|
62
63
|
"@azure/core-rest-pipeline": "^1.5.0",
|
|
64
|
+
"@azure/core-util": "^1.9.2",
|
|
63
65
|
"@azure/logger": "^1.0.0",
|
|
64
|
-
"tslib": "^2.6.2"
|
|
65
|
-
"@azure/core-lro": "^3.0.0",
|
|
66
|
-
"@azure/abort-controller": "^2.1.2"
|
|
66
|
+
"tslib": "^2.6.2"
|
|
67
67
|
},
|
|
68
68
|
"devDependencies": {
|
|
69
|
-
"
|
|
69
|
+
"@azure-tools/test-credential": "^2.0.0",
|
|
70
|
+
"@azure-tools/test-recorder": "^4.0.0",
|
|
71
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
72
|
+
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
73
|
+
"@azure/identity": "^4.2.1",
|
|
70
74
|
"@microsoft/api-extractor": "^7.40.3",
|
|
71
75
|
"@types/node": "^18.0.0",
|
|
76
|
+
"@vitest/browser": "^2.0.5",
|
|
77
|
+
"@vitest/coverage-istanbul": "^2.0.5",
|
|
78
|
+
"dotenv": "^16.0.0",
|
|
72
79
|
"eslint": "^8.55.0",
|
|
80
|
+
"mkdirp": "^3.0.1",
|
|
81
|
+
"playwright": "^1.41.2",
|
|
73
82
|
"prettier": "^3.2.5",
|
|
74
83
|
"rimraf": "^5.0.5",
|
|
75
|
-
"mkdirp": "^3.0.1",
|
|
76
|
-
"typescript": "~5.6.2",
|
|
77
84
|
"tshy": "^1.11.1",
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"@vitest/coverage-istanbul": "^2.0.5",
|
|
81
|
-
"playwright": "^1.41.2",
|
|
82
|
-
"vitest": "^2.0.5",
|
|
83
|
-
"@azure-tools/test-credential": "^2.0.0",
|
|
84
|
-
"@azure-tools/test-recorder": "^4.0.0",
|
|
85
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
86
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb"
|
|
85
|
+
"typescript": "~5.6.2",
|
|
86
|
+
"vitest": "^2.0.5"
|
|
87
87
|
},
|
|
88
88
|
"scripts": {
|
|
89
|
-
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
90
|
-
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
|
|
91
|
-
"pack": "npm pack 2>&1",
|
|
92
|
-
"lint": "echo skipped",
|
|
93
|
-
"lint:fix": "echo skipped",
|
|
94
|
-
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
95
|
-
"unit-test:browser": "npm run build:test && dev-tool run test:vitest --browser",
|
|
96
|
-
"unit-test:node": "dev-tool run test:vitest",
|
|
97
|
-
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
98
|
-
"integration-test:browser": "echo skipped",
|
|
99
|
-
"integration-test:node": "echo skipped",
|
|
100
89
|
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit",
|
|
90
|
+
"build": "npm run clean && tshy && mkdirp ./review && dev-tool run extract-api",
|
|
101
91
|
"build:samples": "dev-tool run typecheck --paths samples-dev/*.ts && dev-tool samples publish -f",
|
|
92
|
+
"build:test": "npm run clean && tshy && dev-tool run build-test",
|
|
102
93
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
94
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
103
95
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
96
|
+
"extract-api": "rimraf review && mkdirp ./review && dev-tool run extract-api",
|
|
104
97
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
105
98
|
"generate:client": "echo skipped",
|
|
106
|
-
"test
|
|
99
|
+
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
100
|
+
"integration-test:browser": "echo skipped",
|
|
101
|
+
"integration-test:node": "echo skipped",
|
|
102
|
+
"lint": "echo skipped",
|
|
103
|
+
"lint:fix": "echo skipped",
|
|
107
104
|
"minify": "uglifyjs -c -m --comments --source-map \"content='./dist/index.js.map'\" -o ./dist/index.min.js ./dist/index.js",
|
|
108
|
-
"
|
|
109
|
-
"
|
|
105
|
+
"pack": "npm pack 2>&1",
|
|
106
|
+
"test": "npm run clean && tshy && npm run unit-test:node && dev-tool run bundle && npm run unit-test:browser && npm run integration-test",
|
|
107
|
+
"test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
|
|
110
108
|
"test:node": "npm run clean && tshy && npm run unit-test:node && npm run integration-test:node",
|
|
111
|
-
"test": "npm run
|
|
109
|
+
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
110
|
+
"unit-test:browser": "npm run build:test && dev-tool run test:vitest --browser",
|
|
111
|
+
"unit-test:node": "dev-tool run test:vitest",
|
|
112
|
+
"update-snippets": "echo skipped"
|
|
112
113
|
},
|
|
113
114
|
"//sampleConfiguration": {
|
|
114
115
|
"productName": "@azure/arm-standbypool",
|