@azure/event-hubs
Advanced tools
Comparing version 5.11.5-alpha.20240418.1 to 5.11.5-alpha.20240419.1
{ | ||
"name": "@azure/event-hubs", | ||
"sdk-type": "client", | ||
"version": "5.11.5-alpha.20240418.1", | ||
"version": "5.11.5-alpha.20240419.1", | ||
"description": "Azure Event Hubs SDK for JS.", | ||
@@ -47,7 +47,7 @@ "author": "Microsoft Corporation", | ||
"build:test": "npm run bundle && npm run generate-certs && copyfiles -f ./test/internal/node/partitionKeyHashMap.json ./dist-esm/test/internal/node", | ||
"build": "npm run clean && npm run bundle && api-extractor run --local", | ||
"build": "npm run clean && npm run bundle && dev-tool run extract-api", | ||
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", | ||
"clean": "rimraf --glob dist dist-* types *.tgz *.log", | ||
"execute:samples": "dev-tool samples run samples-dev", | ||
"extract-api": "tsc -p . && api-extractor run --local", | ||
"extract-api": "tsc -p . && dev-tool run extract-api", | ||
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"samples-dev/**/*.ts\" \"*.{js,json}\"", | ||
@@ -141,3 +141,2 @@ "generate-certs": "node ./scripts/generateCerts.js", | ||
"eslint": "^8.0.0", | ||
"esm": "^3.2.18", | ||
"https-proxy-agent": "^7.0.0", | ||
@@ -155,3 +154,3 @@ "karma": "^6.2.0", | ||
"moment": "^2.24.0", | ||
"c8": "^9.1.0", | ||
"nyc": "^15.1.0", | ||
"puppeteer": "^22.2.0", | ||
@@ -158,0 +157,0 @@ "rimraf": "^5.0.5", |
44
1665236