@azure/event-hubs 5.13.0-alpha.20240628.2 → 5.13.0-alpha.20240705.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
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.20240705.1",
|
|
5
5
|
"description": "Azure Event Hubs SDK for JS.",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -85,8 +85,7 @@
|
|
|
85
85
|
"skip": [
|
|
86
86
|
"iothubConnectionString.js",
|
|
87
87
|
"iothubConnectionStringWebsockets.js",
|
|
88
|
-
"useWithIotHub.js"
|
|
89
|
-
"usingAadAuth.js"
|
|
88
|
+
"useWithIotHub.js"
|
|
90
89
|
],
|
|
91
90
|
"productName": "Azure Event Hubs",
|
|
92
91
|
"productSlugs": [
|
|
@@ -114,7 +113,7 @@
|
|
|
114
113
|
"devDependencies": {
|
|
115
114
|
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
116
115
|
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
117
|
-
"@azure/identity": "^4.0
|
|
116
|
+
"@azure/identity": "^4.3.0",
|
|
118
117
|
"@azure/mock-hub": ">=1.0.0-alpha <1.0.0-alphb",
|
|
119
118
|
"@azure-tools/test-utils": "^1.0.1",
|
|
120
119
|
"@azure-tools/test-recorder": "^3.0.0",
|
|
@@ -154,7 +153,7 @@
|
|
|
154
153
|
"rimraf": "^5.0.5",
|
|
155
154
|
"sinon": "^17.0.0",
|
|
156
155
|
"ts-node": "^10.0.0",
|
|
157
|
-
"typescript": "~5.
|
|
156
|
+
"typescript": "~5.5.3",
|
|
158
157
|
"ws": "^8.2.0"
|
|
159
158
|
}
|
|
160
159
|
}
|