@azure/service-bus 7.10.0-alpha.20250124.2 → 7.10.0-alpha.20250128.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 +1 -3
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.20250128.1",
|
|
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/",
|
|
@@ -117,7 +117,6 @@
|
|
|
117
117
|
"@types/debug": "^4.1.4",
|
|
118
118
|
"@types/is-buffer": "^2.0.0",
|
|
119
119
|
"@types/node": "^18.0.0",
|
|
120
|
-
"@types/uuid": "^8.0.0",
|
|
121
120
|
"@types/ws": "^7.2.4",
|
|
122
121
|
"@vitest/browser": "^3.0.3",
|
|
123
122
|
"@vitest/coverage-istanbul": "^3.0.3",
|
|
@@ -131,7 +130,6 @@
|
|
|
131
130
|
"https-proxy-agent": "^7.0.0",
|
|
132
131
|
"playwright": "^1.46.1",
|
|
133
132
|
"typescript": "~5.7.2",
|
|
134
|
-
"uuid": "^8.3.0",
|
|
135
133
|
"vitest": "^3.0.3",
|
|
136
134
|
"ws": "^8.0.0"
|
|
137
135
|
},
|