@azure/service-bus 7.10.0-alpha.20250318.1 → 7.10.0-alpha.20250320.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.
- package/package.json +3 -2
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@azure/service-bus",
|
|
3
3
|
"sdk-type": "client",
|
|
4
4
|
"author": "Microsoft Corporation",
|
|
5
|
-
"version": "7.10.0-alpha.
|
|
5
|
+
"version": "7.10.0-alpha.20250320.2",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"description": "Azure Service Bus SDK for JavaScript",
|
|
8
8
|
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/servicebus/service-bus/",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"build:samples": "echo Obsolete.",
|
|
37
37
|
"build:test": "echo skipped. actual commands inlined in browser test scripts",
|
|
38
38
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
39
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log coverage coverage-browser .nyc_output",
|
|
39
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* types *.tgz *.log coverage coverage-browser .nyc_output *.tsbuildinfo",
|
|
40
40
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
41
41
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
42
42
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"samples/**/*.{ts,js}\" \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
|
|
@@ -109,6 +109,7 @@
|
|
|
109
109
|
"@azure-tools/test-recorder": ">=4.1.0-alpha <4.1.0-alphb",
|
|
110
110
|
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
111
111
|
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|
|
112
|
+
"@azure/arm-servicebus": "^6.1.0",
|
|
112
113
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
113
114
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
114
115
|
"@azure/identity": "^4.7.0",
|