@azure/event-hubs 6.0.2-alpha.20260105.1 → 6.0.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 +12 -12
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
|
|
4
|
+
"version": "6.0.2",
|
|
5
5
|
"description": "Azure Event Hubs SDK for JS.",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -75,12 +75,12 @@
|
|
|
75
75
|
"selfLink": false
|
|
76
76
|
},
|
|
77
77
|
"dependencies": {
|
|
78
|
-
"@azure/abort-controller": "
|
|
79
|
-
"@azure/core-amqp": "
|
|
80
|
-
"@azure/core-auth": "
|
|
81
|
-
"@azure/core-tracing": "
|
|
82
|
-
"@azure/core-util": "
|
|
83
|
-
"@azure/logger": "
|
|
78
|
+
"@azure/abort-controller": "^2.1.2",
|
|
79
|
+
"@azure/core-amqp": "^4.3.2",
|
|
80
|
+
"@azure/core-auth": "^1.3.0",
|
|
81
|
+
"@azure/core-tracing": "^1.1.2",
|
|
82
|
+
"@azure/core-util": "^1.9.1",
|
|
83
|
+
"@azure/logger": "^1.1.4",
|
|
84
84
|
"buffer": "^6.0.3",
|
|
85
85
|
"is-buffer": "^2.0.5",
|
|
86
86
|
"process": "^0.11.10",
|
|
@@ -89,9 +89,9 @@
|
|
|
89
89
|
"util": "^0.12.5"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"@azure-tools/mock-hub": "
|
|
92
|
+
"@azure-tools/mock-hub": "^1.0.0",
|
|
93
93
|
"@azure/identity": "4.13.0",
|
|
94
|
-
"@azure/keyvault-secrets": "
|
|
94
|
+
"@azure/keyvault-secrets": "^4.9.0",
|
|
95
95
|
"@rollup/plugin-inject": "^5.0.5",
|
|
96
96
|
"@types/chai-as-promised": "^8.0.2",
|
|
97
97
|
"@types/debug": "^4.1.12",
|
|
@@ -104,7 +104,7 @@
|
|
|
104
104
|
"chai-as-promised": "^8.0.1",
|
|
105
105
|
"chai-exclude": "^3.0.0",
|
|
106
106
|
"copyfiles": "^2.4.1",
|
|
107
|
-
"cross-env": "^
|
|
107
|
+
"cross-env": "^10.1.0",
|
|
108
108
|
"debug": "^4.4.0",
|
|
109
109
|
"dotenv": "^16.6.1",
|
|
110
110
|
"eslint": "^9.39.1",
|
|
@@ -118,10 +118,10 @@
|
|
|
118
118
|
"typescript": "~5.9.3",
|
|
119
119
|
"vitest": "^4.0.8",
|
|
120
120
|
"ws": "^8.2.0",
|
|
121
|
-
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
122
121
|
"@azure-tools/test-credential": "^2.1.2",
|
|
123
|
-
"@azure-tools/
|
|
122
|
+
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
124
123
|
"@azure/dev-tool": "^1.0.0",
|
|
124
|
+
"@azure-tools/vite-plugin-browser-test-map": "^1.0.0",
|
|
125
125
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
126
126
|
},
|
|
127
127
|
"exports": {
|