@azure/event-hubs 6.0.2-alpha.20251030.1 → 6.0.2-alpha.20251103.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 +4 -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.
|
|
4
|
+
"version": "6.0.2-alpha.20251103.1",
|
|
5
5
|
"description": "Azure Event Hubs SDK for JS.",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -120,9 +120,9 @@
|
|
|
120
120
|
"vitest": "^3.2.3",
|
|
121
121
|
"ws": "^8.2.0",
|
|
122
122
|
"@azure-tools/test-utils-vitest": "^2.0.1",
|
|
123
|
+
"@azure/dev-tool": "^1.0.0",
|
|
123
124
|
"@azure-tools/test-credential": "^2.1.2",
|
|
124
|
-
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
125
|
-
"@azure/dev-tool": "^1.0.0"
|
|
125
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
126
126
|
},
|
|
127
127
|
"exports": {
|
|
128
128
|
"./package.json": "./package.json",
|
|
@@ -161,8 +161,7 @@
|
|
|
161
161
|
"pack": "pnpm pack 2>&1",
|
|
162
162
|
"perf-test:node": "tsc -p . --module \"commonjs\" && node dist-esm/test/perf/track-2/index.spec.js",
|
|
163
163
|
"test": "npm run test:node && npm run test:browser",
|
|
164
|
-
"test:browser": "
|
|
165
|
-
"test:browser:live": "dev-tool run build-package && dev-tool run build-test && cross-env TEST_MODE=live dev-tool run test:vitest --browser --no-test-proxy",
|
|
164
|
+
"test:browser": "dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --browser --no-test-proxy",
|
|
166
165
|
"test:node": "npm run generate-certs && cross-env NODE_EXTRA_CA_CERTS=\"./certs/my-private-root-ca.crt.pem\" AZURE_LOG_LEVEL=\"info\" npm run vitest:node",
|
|
167
166
|
"test:node:live": "dev-tool run build-package && cross-env TEST_MODE=live npm run vitest:node",
|
|
168
167
|
"update-snippets": "dev-tool run update-snippets",
|