@azure/event-hubs 6.0.1-alpha.20250616.1 → 6.0.1-alpha.20250618.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": "6.0.1-alpha.
|
|
4
|
+
"version": "6.0.1-alpha.20250618.1",
|
|
5
5
|
"description": "Azure Event Hubs SDK for JS.",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -39,8 +39,8 @@
|
|
|
39
39
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
40
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
41
|
"generate-certs": "dev-tool run vendored tsx scripts/generateCerts.mts",
|
|
42
|
-
"lint": "eslint package.json
|
|
43
|
-
"lint:fix": "eslint package.json
|
|
42
|
+
"lint": "eslint package.json src test",
|
|
43
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
44
44
|
"pack": "npm pack 2>&1",
|
|
45
45
|
"perf-test:node": "tsc -p . --module \"commonjs\" && node dist-esm/test/perf/track-2/index.spec.js",
|
|
46
46
|
"test": "npm run test:node && npm run test:browser",
|