@azure/arm-programmableconnectivity 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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@azure/arm-programmableconnectivity",
3
- "version": "1.0.0-alpha.20251118.1",
3
+ "version": "1.0.0-alpha.20251119.2",
4
4
  "description": "A generated SDK for ProgrammableConnectivityClient.",
5
5
  "engines": {
6
6
  "node": ">=20.0.0"
@@ -87,9 +87,9 @@
87
87
  "typescript": "~5.9.3",
88
88
  "vitest": "^4.0.8",
89
89
  "@azure-tools/test-recorder": "^4.1.1",
90
+ "@azure-tools/test-credential": "^2.1.2",
90
91
  "@azure-tools/test-utils-vitest": "^2.0.1",
91
92
  "@azure/dev-tool": "^1.0.0",
92
- "@azure-tools/test-credential": "^2.1.2",
93
93
  "@azure/eslint-plugin-azure-sdk": "^3.0.0"
94
94
  },
95
95
  "//sampleConfiguration": {
@@ -236,7 +236,7 @@
236
236
  "module": "./dist/esm/index.js",
237
237
  "scripts": {
238
238
  "build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
239
- "build:samples": "tsc -p tsconfig.samples.json",
239
+ "build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
240
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
241
  "clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
242
242
  "execute:samples": "dev-tool samples run samples-dev",