@azure/arm-portalservicescopilot 1.0.0-alpha.20251013.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.
Files changed (1) hide show
  1. package/package.json +12 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-portalservicescopilot",
3
- "version": "1.0.0-alpha.20251013.1",
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,16 +73,20 @@
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",
82
- "@azure-tools/test-utils-vitest": "^2.0.1",
83
86
  "@azure-tools/test-recorder": "^4.1.1",
84
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
85
- "@azure/dev-tool": "^1.0.0"
87
+ "@azure-tools/test-utils-vitest": "^2.0.1",
88
+ "@azure/dev-tool": "^1.0.0",
89
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
86
90
  },
87
91
  "//sampleConfiguration": {
88
92
  "productName": "@azure/arm-portalservicescopilot",
@@ -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": "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",
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": "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\"",
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",