@azure/arm-programmableconnectivity 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-programmableconnectivity",
3
- "version": "1.0.0-alpha.20251013.1",
3
+ "version": "1.0.0-alpha.20251014.1",
4
4
  "description": "A generated SDK for ProgrammableConnectivityClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -77,16 +77,20 @@
77
77
  "@types/node": "^20.19.0",
78
78
  "@vitest/browser": "^3.2.3",
79
79
  "@vitest/coverage-istanbul": "^3.2.3",
80
+ "cross-env": "^7.0.3",
80
81
  "dotenv": "^16.0.0",
81
82
  "eslint": "^9.33.0",
82
83
  "playwright": "^1.50.1",
84
+ "prettier": "^3.6.2",
85
+ "rimraf": "^6.0.1",
86
+ "tshy": "^3.0.0",
83
87
  "typescript": "~5.9.3",
84
88
  "vitest": "^3.2.3",
85
- "@azure-tools/test-credential": "^2.1.2",
86
89
  "@azure-tools/test-recorder": "^4.1.1",
90
+ "@azure-tools/test-credential": "^2.1.2",
87
91
  "@azure/dev-tool": "^1.0.0",
88
- "@azure/eslint-plugin-azure-sdk": "^3.0.0",
89
- "@azure-tools/test-utils-vitest": "^2.0.1"
92
+ "@azure-tools/test-utils-vitest": "^2.0.1",
93
+ "@azure/eslint-plugin-azure-sdk": "^3.0.0"
90
94
  },
91
95
  "//sampleConfiguration": {
92
96
  "productName": "@azure/arm-programmableconnectivity",
@@ -233,11 +237,11 @@
233
237
  "scripts": {
234
238
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
235
239
  "build:samples": "tsc -p tsconfig.samples.json",
236
- "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\"",
237
- "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
240
+ "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\"",
241
+ "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
238
242
  "execute:samples": "dev-tool samples run samples-dev",
239
- "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
240
- "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\"",
243
+ "extract-api": "rimraf review && dev-tool run extract-api",
244
+ "format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\" \"samples-dev/*.ts\"",
241
245
  "generate:client": "echo skipped",
242
246
  "lint": "echo skipped",
243
247
  "lint:fix": "echo skipped",