@azure/arm-signalr 6.0.0-alpha.20251118.1 → 6.0.0-alpha.20251120.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 +6 -6
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"sdk-type": "mgmt",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
5
|
"description": "A generated SDK for SignalRManagementClient.",
|
|
6
|
-
"version": "6.0.0-alpha.
|
|
6
|
+
"version": "6.0.0-alpha.20251120.1",
|
|
7
7
|
"engines": {
|
|
8
8
|
"node": ">=20.0.0"
|
|
9
9
|
},
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
"module": "./dist/esm/index.js",
|
|
29
29
|
"types": "./dist/commonjs/index.d.ts",
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@azure/identity": "4.
|
|
31
|
+
"@azure/identity": "4.13.0",
|
|
32
32
|
"@azure/logger": ">=1.3.1-alpha <1.3.1-alphb",
|
|
33
33
|
"@types/node": "^20.19.25",
|
|
34
34
|
"@vitest/browser-playwright": "^4.0.8",
|
|
@@ -40,10 +40,10 @@
|
|
|
40
40
|
"tshy": "^3.0.3",
|
|
41
41
|
"typescript": "~5.9.3",
|
|
42
42
|
"vitest": "^4.0.8",
|
|
43
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
44
43
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
45
|
-
"@azure-tools/test-
|
|
46
|
-
"@azure/dev-tool": "^1.0.0"
|
|
44
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
45
|
+
"@azure/dev-tool": "^1.0.0",
|
|
46
|
+
"@azure-tools/test-utils-vitest": "^2.0.1"
|
|
47
47
|
},
|
|
48
48
|
"repository": {
|
|
49
49
|
"type": "git",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
},
|
|
121
121
|
"scripts": {
|
|
122
122
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
123
|
-
"build:samples": "tsc -p tsconfig.samples.json",
|
|
123
|
+
"build:samples": "tsc -p tsconfig.samples.json && dev-tool samples publish -f",
|
|
124
124
|
"check-format": "echo skipped",
|
|
125
125
|
"clean": "rimraf --glob dist dist-browser dist-esm test-dist temp types *.tgz *.log",
|
|
126
126
|
"execute:samples": "echo skipped",
|