@azure/core-amqp 4.2.2 → 4.2.3-alpha.20240503.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 +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/core-amqp",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "4.2.
|
|
4
|
+
"version": "4.2.3-alpha.20240503.1",
|
|
5
5
|
"description": "Common library for amqp based azure sdks like @azure/event-hubs.",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"scripts": {
|
|
34
34
|
"bundle": "tsc -p . && dev-tool run bundle --polyfill-node false --inject-node-polyfills true --ignore-missing-node-builtins true",
|
|
35
35
|
"build:samples": "echo Obsolete",
|
|
36
|
-
"build:test": "
|
|
36
|
+
"build:test": "echo skipped. actual commands inlined in browser test scripts",
|
|
37
37
|
"build": "npm run clean && tsc -p . && dev-tool run bundle && dev-tool run extract-api",
|
|
38
38
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
39
39
|
"clean": "rimraf --glob dist dist-* temp types coverage coverage-browser .nyc_output *.tgz *.log test*.xml",
|
|
@@ -46,10 +46,10 @@
|
|
|
46
46
|
"lint:fix": "eslint package.json api-extractor.json src test --ext .ts --fix --fix-type [problem,suggestion]",
|
|
47
47
|
"lint": "eslint package.json api-extractor.json src test --ext .ts",
|
|
48
48
|
"pack": "npm pack 2>&1",
|
|
49
|
-
"test:browser": "npm run clean && npm run
|
|
49
|
+
"test:browser": "npm run clean && npm run unit-test:browser && npm run integration-test:browser",
|
|
50
50
|
"test:node": "npm run clean && tsc -p . && npm run unit-test:node && npm run integration-test:node",
|
|
51
51
|
"test": "npm run clean && tsc -p . && npm run unit-test:node && npm run bundle && npm run unit-test:browser && npm run integration-test",
|
|
52
|
-
"unit-test:browser": "karma start --single-run",
|
|
52
|
+
"unit-test:browser": "tsc -p . && npm run bundle && karma start --single-run",
|
|
53
53
|
"unit-test:node": "cross-env TS_NODE_FILES=true dev-tool run test:node-ts-input --no-test-proxy",
|
|
54
54
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser"
|
|
55
55
|
},
|
|
@@ -76,8 +76,8 @@
|
|
|
76
76
|
"util": "^0.12.1"
|
|
77
77
|
},
|
|
78
78
|
"devDependencies": {
|
|
79
|
-
"@azure/dev-tool": "
|
|
80
|
-
"@azure/eslint-plugin-azure-sdk": "
|
|
79
|
+
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
80
|
+
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
81
81
|
"@microsoft/api-extractor": "^7.31.1",
|
|
82
82
|
"@types/chai": "^4.1.6",
|
|
83
83
|
"@types/debug": "^4.1.4",
|