@azure/arm-portalservicescopilot 1.0.0-alpha.20251118.1 → 1.0.0-alpha.20251119.2
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 +5 -5
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.20251119.2",
|
|
4
4
|
"description": "A generated SDK for PortalServicesClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -82,11 +82,11 @@
|
|
|
82
82
|
"tshy": "^3.0.3",
|
|
83
83
|
"typescript": "~5.9.3",
|
|
84
84
|
"vitest": "^4.0.8",
|
|
85
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
86
85
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
87
86
|
"@azure/dev-tool": "^1.0.0",
|
|
88
|
-
"@azure/
|
|
89
|
-
"@azure-tools/test-recorder": "^4.1.1"
|
|
87
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
88
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
89
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
90
90
|
},
|
|
91
91
|
"//sampleConfiguration": {
|
|
92
92
|
"productName": "@azure/arm-portalservicescopilot",
|
|
@@ -196,7 +196,7 @@
|
|
|
196
196
|
"module": "./dist/esm/index.js",
|
|
197
197
|
"scripts": {
|
|
198
198
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
199
|
-
"build:samples": "tsc -p tsconfig.samples.json",
|
|
199
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
200
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
201
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
202
202
|
"execute:samples": "dev-tool samples run samples-dev",
|