@azure/arm-servicenetworking 2.1.0-alpha.20250730.1 → 2.1.0-alpha.20250825.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.20250825.1",
|
|
4
4
|
"description": "A generated SDK for ServiceNetworkingClient.",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=20.0.0"
|
|
@@ -74,38 +74,20 @@
|
|
|
74
74
|
"tslib": "^2.8.1"
|
|
75
75
|
},
|
|
76
76
|
"devDependencies": {
|
|
77
|
-
"@azure
|
|
78
|
-
"@
|
|
79
|
-
"@
|
|
80
|
-
"@
|
|
81
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
82
|
-
"@azure/identity": "^4.9.1",
|
|
83
|
-
"@types/node": "^20.0.0",
|
|
84
|
-
"@vitest/browser": "^3.0.9",
|
|
85
|
-
"@vitest/coverage-istanbul": "^3.0.9",
|
|
77
|
+
"@azure/identity": "4.11.1",
|
|
78
|
+
"@types/node": "^20.19.0",
|
|
79
|
+
"@vitest/browser": "^3.2.3",
|
|
80
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
86
81
|
"dotenv": "^16.0.0",
|
|
87
|
-
"eslint": "^9.
|
|
88
|
-
"playwright": "^1.
|
|
89
|
-
"typescript": "~5.8.
|
|
90
|
-
"vitest": "^3.
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
97
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
98
|
-
"extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
99
|
-
"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
|
-
"generate:client": "echo skipped",
|
|
101
|
-
"lint": "echo skipped",
|
|
102
|
-
"lint:fix": "echo skipped",
|
|
103
|
-
"pack": "npm pack 2>&1",
|
|
104
|
-
"test": "npm run test:node && npm run test:browser",
|
|
105
|
-
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
106
|
-
"test:node": "dev-tool run test:vitest",
|
|
107
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
108
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
82
|
+
"eslint": "^9.33.0",
|
|
83
|
+
"playwright": "^1.50.1",
|
|
84
|
+
"typescript": "~5.8.3",
|
|
85
|
+
"vitest": "^3.2.3",
|
|
86
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
87
|
+
"@azure/dev-tool": "^1.0.0",
|
|
88
|
+
"@azure-tools/test-utils-vitest": "^2.0.0",
|
|
89
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
90
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
109
91
|
},
|
|
110
92
|
"//sampleConfiguration": {
|
|
111
93
|
"productName": "@azure/arm-servicenetworking",
|
|
@@ -266,5 +248,22 @@
|
|
|
266
248
|
},
|
|
267
249
|
"main": "./dist/commonjs/index.js",
|
|
268
250
|
"types": "./dist/commonjs/index.d.ts",
|
|
269
|
-
"module": "./dist/esm/index.js"
|
|
270
|
-
|
|
251
|
+
"module": "./dist/esm/index.js",
|
|
252
|
+
"scripts": {
|
|
253
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
254
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
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
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
257
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
258
|
+
"extract-api": "dev-tool run vendored rimraf review && dev-tool run vendored mkdirp ./review && dev-tool run extract-api",
|
|
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
|
+
"generate:client": "echo skipped",
|
|
261
|
+
"lint": "echo skipped",
|
|
262
|
+
"lint:fix": "echo skipped",
|
|
263
|
+
"pack": "pnpm pack 2>&1",
|
|
264
|
+
"test": "npm run test:node && npm run test:browser",
|
|
265
|
+
"test:browser": "dev-tool run build-test && dev-tool run test:vitest --browser",
|
|
266
|
+
"test:node": "dev-tool run build-test --no-browser-test && dev-tool run test:vitest",
|
|
267
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
268
|
+
}
|
|
269
|
+
}
|