@azure/arm-servicenetworking 2.1.0-alpha.20251001.1 → 2.1.0-alpha.20251006.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/arm-servicenetworking",
|
|
3
|
-
"version": "2.1.0-alpha.
|
|
3
|
+
"version": "2.1.0-alpha.20251006.1",
|
|
4
4
|
"description": "A generated SDK for ServiceNetworkingClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -84,10 +84,10 @@
|
|
|
84
84
|
"typescript": "~5.8.3",
|
|
85
85
|
"vitest": "^3.2.3",
|
|
86
86
|
"@azure-tools/test-credential": "^2.1.2",
|
|
87
|
-
"@azure-tools/test-
|
|
87
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
88
88
|
"@azure/dev-tool": "^1.0.0",
|
|
89
|
-
"@azure/
|
|
90
|
-
"@azure
|
|
89
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
90
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
91
91
|
},
|
|
92
92
|
"//sampleConfiguration": {
|
|
93
93
|
"productName": "@azure/arm-servicenetworking",
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
"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\"",
|
|
256
256
|
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
257
257
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
258
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run
|
|
258
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run extract-api",
|
|
259
259
|
"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\"",
|
|
260
260
|
"generate:client": "echo skipped",
|
|
261
261
|
"lint": "echo skipped",
|