@azure/arm-portalservicescopilot 1.0.0-alpha.20250730.1 → 1.0.0-alpha.20250825.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
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-portalservicescopilot",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.20250825.1",
|
|
4
4
|
"description": "A generated SDK for PortalServicesClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -69,38 +69,20 @@
|
|
|
69
69
|
"tslib": "^2.8.1"
|
|
70
70
|
},
|
|
71
71
|
"devDependencies": {
|
|
72
|
-
"@azure
|
|
73
|
-
"@
|
|
74
|
-
"@
|
|
75
|
-
"@
|
|
76
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
77
|
-
"@azure/identity": "^4.8.0",
|
|
78
|
-
"@types/node": "^20.0.0",
|
|
79
|
-
"@vitest/browser": "^3.0.9",
|
|
80
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
72
|
+
"@azure/identity": "4.11.1",
|
|
73
|
+
"@types/node": "^20.19.0",
|
|
74
|
+
"@vitest/browser": "^3.2.3",
|
|
75
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
81
76
|
"dotenv": "^16.0.0",
|
|
82
|
-
"eslint": "^9.
|
|
83
|
-
"playwright": "^1.
|
|
84
|
-
"typescript": "~5.8.
|
|
85
|
-
"vitest": "^3.
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
92
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
93
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
94
|
-
"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\"",
|
|
95
|
-
"generate:client": "echo skipped",
|
|
96
|
-
"lint": "echo skipped",
|
|
97
|
-
"lint:fix": "echo skipped",
|
|
98
|
-
"pack": "npm pack 2>&1",
|
|
99
|
-
"test": "npm run test:node && npm run test:browser",
|
|
100
|
-
"test:browser": "echo skipped",
|
|
101
|
-
"test:node": "dev-tool run test:vitest",
|
|
102
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
103
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
77
|
+
"eslint": "^9.33.0",
|
|
78
|
+
"playwright": "^1.50.1",
|
|
79
|
+
"typescript": "~5.8.3",
|
|
80
|
+
"vitest": "^3.2.3",
|
|
81
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
82
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
83
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
84
|
+
"@azure/dev-tool": "^1.0.0",
|
|
85
|
+
"@azure-tools/test-utils-vitest": "^2.0.0"
|
|
104
86
|
},
|
|
105
87
|
"//sampleConfiguration": {
|
|
106
88
|
"productName": "@azure/arm-portalservicescopilot",
|
|
@@ -207,5 +189,22 @@
|
|
|
207
189
|
},
|
|
208
190
|
"main": "./dist/commonjs/index.js",
|
|
209
191
|
"types": "./dist/commonjs/index.d.ts",
|
|
210
|
-
"module": "./dist/esm/index.js"
|
|
211
|
-
|
|
192
|
+
"module": "./dist/esm/index.js",
|
|
193
|
+
"scripts": {
|
|
194
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
195
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
196
|
+
"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\"",
|
|
197
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
198
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
199
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
200
|
+
"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\"",
|
|
201
|
+
"generate:client": "echo skipped",
|
|
202
|
+
"lint": "echo skipped",
|
|
203
|
+
"lint:fix": "echo skipped",
|
|
204
|
+
"pack": "pnpm pack 2>&1",
|
|
205
|
+
"test": "npm run test:node && npm run test:browser",
|
|
206
|
+
"test:browser": "echo skipped",
|
|
207
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
208
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
209
|
+
}
|
|
210
|
+
}
|