@azure/event-hubs
Advanced tools
Comparing version 5.11.4-alpha.20240308.1 to 5.11.4-alpha.20240312.1
{ | ||
"name": "@azure/event-hubs", | ||
"sdk-type": "client", | ||
"version": "5.11.4-alpha.20240308.1", | ||
"version": "5.11.4-alpha.20240312.1", | ||
"description": "Azure Event Hubs SDK for JS.", | ||
@@ -55,3 +55,3 @@ "author": "Microsoft Corporation", | ||
"integration-test:browser": "cross-env TEST_TARGET=live DISABLE_MULTI_VERSION_TESTING=true karma start --single-run", | ||
"integration-test:node": "cross-env TEST_TARGET=live DISABLE_MULTI_VERSION_TESTING=true dev-tool run test:node-js-input --no-test-proxy=true --use-esm-workaround=true -- --timeout 600000 \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/public/*.spec.js\" \"dist-esm/test/public/**/*.spec.js\" \"dist-esm/test/internal/**/*.spec.js\"", | ||
"integration-test:node": "cross-env TEST_TARGET=live DISABLE_MULTI_VERSION_TESTING=true dev-tool run test:node-js-input --no-test-proxy=true -- --timeout 600000 \"dist-esm/test/internal/*.spec.js\" \"dist-esm/test/public/*.spec.js\" \"dist-esm/test/public/**/*.spec.js\" \"dist-esm/test/internal/**/*.spec.js\"", | ||
"integration-test": "npm run integration-test:node && npm run integration-test:browser", | ||
@@ -58,0 +58,0 @@ "lint:fix": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]", |
@@ -8,5 +8,5 @@ // This file is read by tools that parse documentation comments conforming to the TSDoc standard. | ||
"packageName": "@microsoft/api-extractor", | ||
"packageVersion": "7.41.0" | ||
"packageVersion": "7.42.3" | ||
} | ||
] | ||
} |
1665609