@azure/event-hubs 5.13.0-alpha.20241204.2 → 5.13.0-alpha.20241210.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 +4 -4
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.20241204.2",
4
+ "version": "5.13.0-alpha.20241210.1",
5
5
  "description": "Azure Event Hubs SDK for JS.",
6
6
  "author": "Microsoft Corporation",
7
7
  "license": "MIT",
@@ -43,9 +43,9 @@
43
43
  "generate-certs": "tsx ./scripts/generateCerts.mts",
44
44
  "integration-test": "npm run integration-test:node && npm run integration-test:browser",
45
45
  "integration-test:browser": "dev-tool run build-package && dev-tool run build-test && dev-tool run vendored cross-env TEST_MODE=live dev-tool run test:vitest --browser --no-test-proxy",
46
- "integration-test:node": "dev-tool run vendored cross-env TEST_MODE=live npm run vitest:node",
47
- "lint": "eslint package.json api-extractor.json src test README.md",
48
- "lint:fix": "eslint package.json api-extractor.json src test README.md --fix --fix-type [problem,suggestion]",
46
+ "integration-test:node": "dev-tool run vendored cross-env TEST_MODE=live npm run vitest:node --esm",
47
+ "lint": "eslint README.md package.json api-extractor.json src test",
48
+ "lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
49
49
  "pack": "npm pack 2>&1",
50
50
  "perf-test:node": "tsc -p . --module \"commonjs\" && node dist-esm/test/perf/track-2/index.spec.js",
51
51
  "test": "npm run build:test && npm run unit-test && npm run integration-test",