@azure/event-hubs 6.0.2-alpha.20251104.1 → 6.0.2-alpha.20251106.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.
Files changed (1) hide show
  1. package/package.json +5 -5
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.20251104.1",
4
+ "version": "6.0.2-alpha.20251106.1",
5
5
  "description": "Azure Event Hubs SDK for JS.",
6
6
  "author": "Microsoft Corporation",
7
7
  "license": "MIT",
@@ -99,8 +99,8 @@
99
99
  "@types/node": "^20.19.0",
100
100
  "@types/node-forge": "^1.3.11",
101
101
  "@types/ws": "^8.18.1",
102
- "@vitest/browser": "^3.2.3",
103
- "@vitest/coverage-istanbul": "^3.2.3",
102
+ "@vitest/browser-playwright": "^4.0.0",
103
+ "@vitest/coverage-istanbul": "^4.0.6",
104
104
  "chai": "^6.2.0",
105
105
  "chai-as-promised": "^8.0.1",
106
106
  "chai-exclude": "^3.0.0",
@@ -117,10 +117,10 @@
117
117
  "tshy": "^3.0.0",
118
118
  "tsx": "^4.20.4",
119
119
  "typescript": "~5.9.3",
120
- "vitest": "^3.2.3",
120
+ "vitest": "^4.0.6",
121
121
  "ws": "^8.2.0",
122
- "@azure-tools/test-utils-vitest": "^2.0.1",
123
122
  "@azure-tools/test-credential": "^2.1.2",
123
+ "@azure-tools/test-utils-vitest": "^2.0.1",
124
124
  "@azure/dev-tool": "^1.0.0",
125
125
  "@azure/eslint-plugin-azure-sdk": "^3.0.0"
126
126
  },