@azure/arm-programmableconnectivity 1.0.0-alpha.20250506.1 → 1.0.0-alpha.20250507.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 +5 -12
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-programmableconnectivity",
3
- "version": "1.0.0-alpha.20250506.1",
3
+ "version": "1.0.0-alpha.20250507.1",
4
4
  "description": "A generated SDK for ProgrammableConnectivityClient.",
5
5
  "engines": {
6
6
  "node": ">=18.0.0"
@@ -91,26 +91,19 @@
91
91
  "scripts": {
92
92
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
93
93
  "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
94
- "build:test": "npm run clean && dev-tool run build-package && dev-tool run build-test",
95
94
  "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\"",
96
95
  "clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
97
96
  "execute:samples": "dev-tool samples run samples-dev",
98
97
  "extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
99
98
  "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\"",
100
99
  "generate:client": "echo skipped",
101
- "integration-test": "npm run integration-test:node && npm run integration-test:browser",
102
- "integration-test:browser": "echo skipped",
103
- "integration-test:node": "dev-tool run test:vitest --esm",
104
100
  "lint": "echo skipped",
105
101
  "lint:fix": "echo skipped",
106
- "minify": "echo skipped",
107
102
  "pack": "npm pack 2>&1",
108
- "test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
109
- "test:browser": "npm run clean && npm run build:test && npm run unit-test:browser && npm run integration-test:browser",
110
- "test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
111
- "unit-test": "npm run unit-test:node && npm run unit-test:browser",
112
- "unit-test:browser": "echo skipped",
113
- "unit-test:node": "dev-tool run test:vitest",
103
+ "test": "npm run test:node && npm run test:browser",
104
+ "test:browser": "echo skipped",
105
+ "test:node": "dev-tool run test:vitest",
106
+ "test:node:esm": "dev-tool run test:vitest --esm",
114
107
  "update-snippets": "dev-tool run update-snippets"
115
108
  },
116
109
  "//sampleConfiguration": {