@azure/core-amqp 4.4.1-alpha.20250820.1 → 4.4.1-alpha.20250822.4
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 +30 -30
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/core-amqp",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "4.4.1-alpha.
|
|
4
|
+
"version": "4.4.1-alpha.20250822.4",
|
|
5
5
|
"description": "Common library for amqp based azure sdks like @azure/event-hubs.",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -42,23 +42,6 @@
|
|
|
42
42
|
"README.md",
|
|
43
43
|
"LICENSE"
|
|
44
44
|
],
|
|
45
|
-
"scripts": {
|
|
46
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
47
|
-
"build:samples": "echo skipped.",
|
|
48
|
-
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
49
|
-
"clean": "rimraf --glob dist dist-* temp types coverage coverage-browser .nyc_output *.tgz *.log test*.xml",
|
|
50
|
-
"execute:samples": "echo skipped",
|
|
51
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
52
|
-
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
53
|
-
"lint": "eslint package.json src test",
|
|
54
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
55
|
-
"pack": "npm pack 2>&1",
|
|
56
|
-
"test": "npm run test:node && npm run test:browser",
|
|
57
|
-
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
|
|
58
|
-
"test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
59
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
60
|
-
"update-snippets": "dev-tool run update-snippets"
|
|
61
|
-
},
|
|
62
45
|
"engines": {
|
|
63
46
|
"node": ">=20.0.0"
|
|
64
47
|
},
|
|
@@ -83,20 +66,20 @@
|
|
|
83
66
|
},
|
|
84
67
|
"devDependencies": {
|
|
85
68
|
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|
|
86
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
87
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
88
69
|
"@rollup/plugin-inject": "^5.0.5",
|
|
89
70
|
"@types/debug": "^4.1.12",
|
|
90
|
-
"@types/node": "^20.
|
|
71
|
+
"@types/node": "^20.19.0",
|
|
91
72
|
"@types/ws": "^8.5.10",
|
|
92
|
-
"@vitest/browser": "^3.
|
|
93
|
-
"@vitest/coverage-istanbul": "^3.
|
|
73
|
+
"@vitest/browser": "^3.2.3",
|
|
74
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
94
75
|
"debug": "^4.3.4",
|
|
95
|
-
"eslint": "^9.
|
|
96
|
-
"playwright": "^1.
|
|
97
|
-
"typescript": "~5.8.
|
|
98
|
-
"vitest": "^3.
|
|
99
|
-
"ws": "^8.17.0"
|
|
76
|
+
"eslint": "^9.33.0",
|
|
77
|
+
"playwright": "^1.50.1",
|
|
78
|
+
"typescript": "~5.8.3",
|
|
79
|
+
"vitest": "^3.2.3",
|
|
80
|
+
"ws": "^8.17.0",
|
|
81
|
+
"@azure/dev-tool": "^1.0.0",
|
|
82
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
100
83
|
},
|
|
101
84
|
"//metadata": {
|
|
102
85
|
"migrationDate": "2023-03-08T18:36:03.000Z"
|
|
@@ -117,5 +100,22 @@
|
|
|
117
100
|
"selfLink": false,
|
|
118
101
|
"project": "../../../tsconfig.src.build.json"
|
|
119
102
|
},
|
|
120
|
-
"module": "./dist/esm/index.js"
|
|
121
|
-
|
|
103
|
+
"module": "./dist/esm/index.js",
|
|
104
|
+
"scripts": {
|
|
105
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
106
|
+
"build:samples": "echo Skipped.",
|
|
107
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
108
|
+
"clean": "rimraf --glob dist dist-* temp types coverage coverage-browser .nyc_output *.tgz *.log test*.xml",
|
|
109
|
+
"execute:samples": "echo skipped",
|
|
110
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
111
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.ts\" \"test/**/*.ts\" \"*.{js,json}\"",
|
|
112
|
+
"lint": "eslint package.json src test",
|
|
113
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
114
|
+
"pack": "pnpm pack 2>&1",
|
|
115
|
+
"test": "npm run test:node && npm run test:browser",
|
|
116
|
+
"test:browser": "npm run clean && dev-tool run build-package && dev-tool run build-test && dev-tool run test:vitest --no-test-proxy --browser",
|
|
117
|
+
"test:node": "dev-tool run test:vitest --no-test-proxy",
|
|
118
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
119
|
+
"update-snippets": "dev-tool run update-snippets"
|
|
120
|
+
}
|
|
121
|
+
}
|