@azure/event-hubs 5.11.5-alpha.20240425.1 → 5.11.5-alpha.20240430.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.
- package/package.json +3 -3
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.
|
|
4
|
+
"version": "5.11.5-alpha.20240430.1",
|
|
5
5
|
"description": "Azure Event Hubs SDK for JS.",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -52,7 +52,7 @@
|
|
|
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",
|
|
55
|
-
"integration-test:node": "cross-env TEST_TARGET=live DISABLE_MULTI_VERSION_TESTING=true dev-tool run test:node-js-input --no-test-proxy
|
|
55
|
+
"integration-test:node": "cross-env TEST_TARGET=live DISABLE_MULTI_VERSION_TESTING=true dev-tool run test:node-js-input --no-test-proxy -- --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\"",
|
|
56
56
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
57
57
|
"lint:fix": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js --fix --fix-type [problem,suggestion]",
|
|
58
58
|
"lint": "eslint package.json api-extractor.json README.md src test --ext .ts,.javascript,.js",
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
"test:node": "npm run build:test && npm run unit-test:node && npm run integration-test:node",
|
|
63
63
|
"test": "npm run build:test && npm run unit-test && npm run integration-test",
|
|
64
64
|
"unit-test:browser": "echo skipped",
|
|
65
|
-
"unit-test:node": "cross-env NODE_EXTRA_CA_CERTS=\"./certs/my-private-root-ca.crt.pem\" TEST_TARGET=mock DISABLE_MULTI_VERSION_TESTING=true dev-tool run test:node-ts-input --no-test-proxy
|
|
65
|
+
"unit-test:node": "cross-env NODE_EXTRA_CA_CERTS=\"./certs/my-private-root-ca.crt.pem\" TEST_TARGET=mock DISABLE_MULTI_VERSION_TESTING=true dev-tool run test:node-ts-input --no-test-proxy -- --timeout 1200000 \"test/internal/*.spec.ts\" \"test/public/*.spec.ts\" \"test/public/**/*.spec.ts\" \"test/internal/**/*.spec.ts\"",
|
|
66
66
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
67
67
|
},
|
|
68
68
|
"//metadata": {
|