@azure/event-hubs
Advanced tools
Comparing version 5.13.0-alpha.20240925.1 to 5.13.0-alpha.20240926.1
{ | ||
"name": "@azure/event-hubs", | ||
"sdk-type": "client", | ||
"version": "5.13.0-alpha.20240925.1", | ||
"version": "5.13.0-alpha.20240926.1", | ||
"description": "Azure Event Hubs SDK for JS.", | ||
@@ -34,7 +34,7 @@ "author": "Microsoft Corporation", | ||
"audit": "node ../../../common/scripts/rush-audit.js && rimraf node_modules package-lock.json && npm i --package-lock-only 2>&1 && npm audit", | ||
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api", | ||
"build:samples": "echo Obsolete.", | ||
"build:test": "npm run build:test:node", | ||
"build:test:browser": "dev-tool run build-package && dev-tool run build-test", | ||
"build:test:node": "dev-tool run build-package && dev-tool run build-test && npm run generate-certs && copyfiles -f ./test/internal/node/partitionKeyHashMap.json ./dist-esm/test/internal/node", | ||
"build:test": "npm run build:test:node", | ||
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api", | ||
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"", | ||
@@ -46,16 +46,17 @@ "clean": "rimraf --glob dist dist-* temp *.tgz *.log .tshy *.xml", | ||
"generate-certs": "tsx ./scripts/generateCerts.mts", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"integration-test:browser": "dev-tool run build-package && dev-tool run build-test && cross-env TEST_MODE=live dev-tool run test:vitest --browser --no-test-proxy", | ||
"integration-test:node": "cross-env TEST_MODE=live npm run vitest:node", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
"lint": "eslint package.json api-extractor.json src test README.md", | ||
"lint:fix": "eslint package.json api-extractor.json src test README.md --fix --fix-type [problem,suggestion]", | ||
"lint": "eslint package.json api-extractor.json src test README.md", | ||
"pack": "npm pack 2>&1", | ||
"perf-test:node": "tsc -p . --module \"commonjs\" && node dist-esm/test/perf/track-2/index.spec.js", | ||
"test": "npm run build:test && npm run unit-test && npm run integration-test", | ||
"test:browser": "npm run build:test && npm run unit-test:browser && npm run integration-test:browser", | ||
"test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node", | ||
"test": "npm run build:test && npm run unit-test && npm run integration-test", | ||
"vitest:node": "dev-tool run test:vitest --no-test-proxy", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser", | ||
"unit-test:browser": "echo skipped", | ||
"unit-test:node": "cross-env NODE_EXTRA_CA_CERTS=\"./certs/my-private-root-ca.crt.pem\" AZURE_LOG_LEVEL=\"info\" npm run vitest:node", | ||
"unit-test": "npm run unit-test:node && npm run unit-test:browser" | ||
"update-snippets": "echo skipped", | ||
"vitest:node": "dev-tool run test:vitest --no-test-proxy" | ||
}, | ||
@@ -129,8 +130,8 @@ "//metadata": { | ||
"@rollup/plugin-inject": "^5.0.5", | ||
"@types/chai-as-promised": "^7.1.8", | ||
"@types/debug": "^4.1.4", | ||
"@types/node": "^18.0.0", | ||
"@types/ws": "^7.2.4", | ||
"@vitest/browser": "^2.0.5", | ||
"@vitest/coverage-istanbul": "^2.0.5", | ||
"@types/chai-as-promised": "^7.1.8", | ||
"@types/ws": "^7.2.4", | ||
"chai": "^5.1.1", | ||
@@ -137,0 +138,0 @@ "chai-as-promised": "^8.0.0", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3202294