@azure/event-hubs 5.11.5-alpha.20240417.1 → 5.11.5-alpha.20240419.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 -5
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@azure/event-hubs",
3
3
  "sdk-type": "client",
4
- "version": "5.11.5-alpha.20240417.1",
4
+ "version": "5.11.5-alpha.20240419.1",
5
5
  "description": "Azure Event Hubs SDK for JS.",
6
6
  "author": "Microsoft Corporation",
7
7
  "license": "MIT",
@@ -44,11 +44,11 @@
44
44
  "build:test:browser": "npm run build:browser",
45
45
  "build:test:node": "tsc -p .",
46
46
  "build:test": "npm run bundle && npm run generate-certs && copyfiles -f ./test/internal/node/partitionKeyHashMap.json ./dist-esm/test/internal/node",
47
- "build": "npm run clean && npm run bundle && api-extractor run --local",
47
+ "build": "npm run clean && npm run bundle && dev-tool run extract-api",
48
48
  "check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
49
49
  "clean": "rimraf --glob dist dist-* types *.tgz *.log",
50
50
  "execute:samples": "dev-tool samples run samples-dev",
51
- "extract-api": "tsc -p . && api-extractor run --local",
51
+ "extract-api": "tsc -p . && dev-tool run extract-api",
52
52
  "format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"",
53
53
  "generate-certs": "node ./scripts/generateCerts.js",
54
54
  "integration-test:browser": "cross-env TEST_TARGET=live DISABLE_MULTI_VERSION_TESTING=true karma start --single-run",
@@ -137,7 +137,6 @@
137
137
  "debug": "^4.1.1",
138
138
  "dotenv": "^16.0.0",
139
139
  "eslint": "^8.0.0",
140
- "esm": "^3.2.18",
141
140
  "https-proxy-agent": "^7.0.0",
142
141
  "karma": "^6.2.0",
143
142
  "karma-chrome-launcher": "^3.0.0",
@@ -150,7 +149,7 @@
150
149
  "karma-sourcemap-loader": "^0.3.8",
151
150
  "mocha": "^10.0.0",
152
151
  "moment": "^2.24.0",
153
- "c8": "^9.1.0",
152
+ "nyc": "^15.1.0",
154
153
  "puppeteer": "^22.2.0",
155
154
  "rimraf": "^5.0.5",
156
155
  "sinon": "^17.0.0",