@azure/core-amqp 4.3.7-alpha.20250408.2 → 4.3.7-alpha.20250417.3
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/core-amqp",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "4.3.7-alpha.
|
|
4
|
+
"version": "4.3.7-alpha.20250417.3",
|
|
5
5
|
"description": "Common library for amqp based azure sdks like @azure/event-hubs.",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -44,9 +44,8 @@
|
|
|
44
44
|
],
|
|
45
45
|
"scripts": {
|
|
46
46
|
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
47
|
-
"build:samples": "echo
|
|
48
|
-
"build:test": "echo skipped.
|
|
49
|
-
"bundle": "dev-tool run build-package && dev-tool run bundle --polyfill-node false --inject-node-polyfills true --ignore-missing-node-builtins true",
|
|
47
|
+
"build:samples": "echo skipped.",
|
|
48
|
+
"build:test": "echo skipped.",
|
|
50
49
|
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
51
50
|
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp types coverage coverage-browser .nyc_output *.tgz *.log test*.xml",
|
|
52
51
|
"execute:samples": "echo skipped",
|
|
@@ -58,7 +57,7 @@
|
|
|
58
57
|
"lint": "eslint README.md package.json api-extractor.json src test",
|
|
59
58
|
"lint:fix": "eslint README.md package.json api-extractor.json src test --fix --fix-type [problem,suggestion]",
|
|
60
59
|
"pack": "npm pack 2>&1",
|
|
61
|
-
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run
|
|
60
|
+
"test": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run unit-test:browser && npm run integration-test",
|
|
62
61
|
"test:browser": "npm run clean && npm run unit-test:browser && npm run integration-test:browser",
|
|
63
62
|
"test:node": "npm run clean && dev-tool run build-package && npm run unit-test:node && npm run integration-test:node",
|
|
64
63
|
"unit-test": "npm run unit-test:node && npm run unit-test:browser",
|
|
@@ -85,7 +84,8 @@
|
|
|
85
84
|
"process": "^0.11.10",
|
|
86
85
|
"rhea": "^3.0.0",
|
|
87
86
|
"rhea-promise": "^3.0.0",
|
|
88
|
-
"tslib": "^2.6.2"
|
|
87
|
+
"tslib": "^2.6.2",
|
|
88
|
+
"util": "^0.12.5"
|
|
89
89
|
},
|
|
90
90
|
"devDependencies": {
|
|
91
91
|
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|