@azure/event-hubs 5.13.0-alpha.20240731.3 → 5.13.0-alpha.20240802.3
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 +9 -10
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/event-hubs",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "5.13.0-alpha.
|
|
4
|
+
"version": "5.13.0-alpha.20240802.3",
|
|
5
5
|
"description": "Azure Event Hubs SDK for JS.",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -110,8 +110,8 @@
|
|
|
110
110
|
"@azure/core-tracing": "^1.1.2",
|
|
111
111
|
"@azure/core-util": "^1.9.1",
|
|
112
112
|
"@azure/logger": "^1.0.0",
|
|
113
|
-
"buffer": "^6.0.
|
|
114
|
-
"is-buffer": "^2.0.
|
|
113
|
+
"buffer": "^6.0.3",
|
|
114
|
+
"is-buffer": "^2.0.5",
|
|
115
115
|
"process": "^0.11.10",
|
|
116
116
|
"rhea-promise": "^3.0.0",
|
|
117
117
|
"tslib": "^2.6.3"
|
|
@@ -123,20 +123,19 @@
|
|
|
123
123
|
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|
|
124
124
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
125
125
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
126
|
-
"@azure/identity": "^4.4.
|
|
126
|
+
"@azure/identity": "^4.4.1",
|
|
127
127
|
"@azure/mock-hub": ">=1.0.0-alpha <1.0.0-alphb",
|
|
128
128
|
"@microsoft/api-extractor": "^7.31.1",
|
|
129
129
|
"@rollup/plugin-inject": "^5.0.5",
|
|
130
130
|
"@types/debug": "^4.1.4",
|
|
131
131
|
"@types/node": "^18.0.0",
|
|
132
|
-
"@vitest/browser": "^2.0.
|
|
133
|
-
"@vitest/coverage-istanbul": "^2.0.
|
|
132
|
+
"@vitest/browser": "^2.0.5",
|
|
133
|
+
"@vitest/coverage-istanbul": "^2.0.5",
|
|
134
134
|
"@types/chai-as-promised": "7.1.8",
|
|
135
|
-
"@types/chai-string": "^1.4.5",
|
|
136
135
|
"@types/ws": "^7.2.4",
|
|
136
|
+
"chai": "^5.1.1",
|
|
137
137
|
"chai-as-promised": "^8.0.0",
|
|
138
|
-
"chai-exclude": "^
|
|
139
|
-
"chai-string": "^1.5.0",
|
|
138
|
+
"chai-exclude": "^3.0.0",
|
|
140
139
|
"copyfiles": "^2.4.1",
|
|
141
140
|
"cross-env": "^7.0.3",
|
|
142
141
|
"debug": "^4.1.1",
|
|
@@ -149,7 +148,7 @@
|
|
|
149
148
|
"tshy": "^3.0.2",
|
|
150
149
|
"tsx": "^4.16.2",
|
|
151
150
|
"typescript": "~5.5.4",
|
|
152
|
-
"vitest": "^2.0.
|
|
151
|
+
"vitest": "^2.0.5",
|
|
153
152
|
"ws": "^8.2.0"
|
|
154
153
|
},
|
|
155
154
|
"exports": {
|