@azure/arm-portalservicescopilot 1.0.0-alpha.20251010.1 → 1.0.0-alpha.20251014.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.20251014.1",
|
|
4
4
|
"description": "A generated SDK for PortalServicesClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -73,9 +73,13 @@
|
|
|
73
73
|
"@types/node": "^20.19.0",
|
|
74
74
|
"@vitest/browser": "^3.2.3",
|
|
75
75
|
"@vitest/coverage-istanbul": "^3.2.3",
|
|
76
|
+
"cross-env": "^7.0.3",
|
|
76
77
|
"dotenv": "^16.0.0",
|
|
77
78
|
"eslint": "^9.33.0",
|
|
78
79
|
"playwright": "^1.50.1",
|
|
80
|
+
"prettier": "^3.6.2",
|
|
81
|
+
"rimraf": "^6.0.1",
|
|
82
|
+
"tshy": "^3.0.0",
|
|
79
83
|
"typescript": "~5.9.3",
|
|
80
84
|
"vitest": "^3.2.3",
|
|
81
85
|
"@azure-tools/test-credential": "^2.1.2",
|
|
@@ -193,11 +197,11 @@
|
|
|
193
197
|
"scripts": {
|
|
194
198
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
195
199
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
196
|
-
"check-format": "
|
|
197
|
-
"clean": "
|
|
200
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
201
|
+
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
198
202
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
199
|
-
"extract-api": "
|
|
200
|
-
"format": "
|
|
203
|
+
"extract-api": "rimraf review && dev-tool run extract-api",
|
|
204
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
|
|
201
205
|
"generate:client": "echo skipped",
|
|
202
206
|
"lint": "echo skipped",
|
|
203
207
|
"lint:fix": "echo skipped",
|