@azure/event-hubs 6.0.1-alpha.20250804.1 → 6.0.1-alpha.20250825.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/event-hubs",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "6.0.1-alpha.
|
|
4
|
+
"version": "6.0.1-alpha.20250825.1",
|
|
5
5
|
"description": "Azure Event Hubs SDK for JS.",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -29,29 +29,6 @@
|
|
|
29
29
|
"README.md",
|
|
30
30
|
"LICENSE"
|
|
31
31
|
],
|
|
32
|
-
"scripts": {
|
|
33
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
34
|
-
"build:samples": "echo Obsolete.",
|
|
35
|
-
"build:test:browser": "dev-tool run build-package && dev-tool run build-test",
|
|
36
|
-
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"scripts/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
37
|
-
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp *.tgz *.log .tshy *.xml",
|
|
38
|
-
"execute:samples": "dev-tool samples run samples-dev",
|
|
39
|
-
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
40
|
-
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"scripts/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
41
|
-
"generate-certs": "dev-tool run vendored tsx scripts/generateCerts.mts",
|
|
42
|
-
"lint": "eslint package.json src test",
|
|
43
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
44
|
-
"pack": "npm pack 2>&1",
|
|
45
|
-
"perf-test:node": "tsc -p . --module \"commonjs\" && node dist-esm/test/perf/track-2/index.spec.js",
|
|
46
|
-
"test": "npm run test:node && npm run test:browser",
|
|
47
|
-
"test:browser": "echo skipped",
|
|
48
|
-
"test:browser:live": "dev-tool run build-package && dev-tool run build-test && dev-tool run vendored cross-env TEST_MODE=live dev-tool run test:vitest --browser --no-test-proxy",
|
|
49
|
-
"test:node": "npm run generate-certs && dev-tool run vendored cross-env NODE_EXTRA_CA_CERTS=\"./certs/my-private-root-ca.crt.pem\" AZURE_LOG_LEVEL=\"info\" npm run vitest:node",
|
|
50
|
-
"test:node:esm": "echo skipped",
|
|
51
|
-
"test:node:live": "dev-tool run build-package && dev-tool run vendored cross-env TEST_MODE=live npm run vitest:node --esm",
|
|
52
|
-
"update-snippets": "dev-tool run update-snippets",
|
|
53
|
-
"vitest:node": "dev-tool run test:vitest --no-test-proxy"
|
|
54
|
-
},
|
|
55
32
|
"//metadata": {
|
|
56
33
|
"constantPaths": [
|
|
57
34
|
{
|
|
@@ -112,34 +89,34 @@
|
|
|
112
89
|
},
|
|
113
90
|
"devDependencies": {
|
|
114
91
|
"@azure-tools/mock-hub": ">=1.0.0-alpha <1.0.0-alphb",
|
|
115
|
-
"@azure-tools/test-credential": "^2.0.0",
|
|
116
|
-
"@azure-tools/test-utils-vitest": ">=1.0.0-alpha <1.0.0-alphb",
|
|
117
92
|
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|
|
118
|
-
"@azure/
|
|
119
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
120
|
-
"@azure/identity": "^4.8.0",
|
|
93
|
+
"@azure/identity": "4.11.1",
|
|
121
94
|
"@azure/keyvault-secrets": "^4.9.0",
|
|
122
95
|
"@rollup/plugin-inject": "^5.0.5",
|
|
123
|
-
"@types/chai-as-promised": "^8.0.
|
|
96
|
+
"@types/chai-as-promised": "^8.0.2",
|
|
124
97
|
"@types/debug": "^4.1.12",
|
|
125
|
-
"@types/node": "^20.
|
|
98
|
+
"@types/node": "^20.19.0",
|
|
126
99
|
"@types/node-forge": "^1.3.11",
|
|
127
100
|
"@types/ws": "^7.2.4",
|
|
128
|
-
"@vitest/browser": "^3.
|
|
129
|
-
"@vitest/coverage-istanbul": "^3.
|
|
130
|
-
"chai": "^5.
|
|
101
|
+
"@vitest/browser": "^3.2.3",
|
|
102
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
103
|
+
"chai": "^5.2.0",
|
|
131
104
|
"chai-as-promised": "^8.0.1",
|
|
132
105
|
"chai-exclude": "^3.0.0",
|
|
133
106
|
"copyfiles": "^2.4.1",
|
|
134
107
|
"debug": "^4.4.0",
|
|
135
108
|
"dotenv": "^16.0.0",
|
|
136
|
-
"eslint": "^9.
|
|
109
|
+
"eslint": "^9.33.0",
|
|
137
110
|
"https-proxy-agent": "^7.0.0",
|
|
138
111
|
"node-forge": "^1.3.1",
|
|
139
|
-
"playwright": "^1.
|
|
140
|
-
"typescript": "~5.8.
|
|
141
|
-
"vitest": "^3.
|
|
142
|
-
"ws": "^8.2.0"
|
|
112
|
+
"playwright": "^1.50.1",
|
|
113
|
+
"typescript": "~5.8.3",
|
|
114
|
+
"vitest": "^3.2.3",
|
|
115
|
+
"ws": "^8.2.0",
|
|
116
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
117
|
+
"@azure/dev-tool": "^1.0.0",
|
|
118
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
119
|
+
"@azure-tools/test-utils-vitest": "^2.0.0"
|
|
143
120
|
},
|
|
144
121
|
"exports": {
|
|
145
122
|
"./package.json": "./package.json",
|
|
@@ -158,5 +135,27 @@
|
|
|
158
135
|
}
|
|
159
136
|
}
|
|
160
137
|
},
|
|
161
|
-
"type": "module"
|
|
162
|
-
|
|
138
|
+
"type": "module",
|
|
139
|
+
"scripts": {
|
|
140
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
141
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
142
|
+
"build:test:browser": "dev-tool run build-package && dev-tool run build-test",
|
|
143
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"scripts/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
144
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp *.tgz *.log .tshy *.xml",
|
|
145
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
146
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
147
|
+
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"scripts/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
148
|
+
"generate-certs": "dev-tool run vendored tsx scripts/generateCerts.mts",
|
|
149
|
+
"lint": "eslint package.json src test",
|
|
150
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
151
|
+
"pack": "pnpm pack 2>&1",
|
|
152
|
+
"perf-test:node": "tsc -p . --module \"commonjs\" && node dist-esm/test/perf/track-2/index.spec.js",
|
|
153
|
+
"test": "npm run test:node && npm run test:browser",
|
|
154
|
+
"test:browser": "echo skipped",
|
|
155
|
+
"test:browser:live": "dev-tool run build-package && dev-tool run build-test && dev-tool run vendored cross-env TEST_MODE=live dev-tool run test:vitest --browser --no-test-proxy",
|
|
156
|
+
"test:node": "npm run generate-certs && dev-tool run vendored cross-env NODE_EXTRA_CA_CERTS=\"./certs/my-private-root-ca.crt.pem\" AZURE_LOG_LEVEL=\"info\" npm run vitest:node",
|
|
157
|
+
"test:node:live": "dev-tool run build-package && dev-tool run vendored cross-env TEST_MODE=live npm run vitest:node",
|
|
158
|
+
"update-snippets": "dev-tool run update-snippets",
|
|
159
|
+
"vitest:node": "dev-tool run test:vitest --no-test-proxy"
|
|
160
|
+
}
|
|
161
|
+
}
|