@azure/event-hubs 6.0.2-alpha.20251006.1 → 6.0.2-alpha.20251007.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 +2 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/event-hubs",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "6.0.2-alpha.
|
|
4
|
+
"version": "6.0.2-alpha.20251007.1",
|
|
5
5
|
"description": "Azure Event Hubs SDK for JS.",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -113,9 +113,9 @@
|
|
|
113
113
|
"typescript": "~5.8.3",
|
|
114
114
|
"vitest": "^3.2.3",
|
|
115
115
|
"ws": "^8.2.0",
|
|
116
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
116
117
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
117
118
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
118
|
-
"@azure-tools/test-credential": "^2.1.2",
|
|
119
119
|
"@azure/dev-tool": "^1.0.0"
|
|
120
120
|
},
|
|
121
121
|
"exports": {
|