@azure/eventhubs-checkpointstore-blob 2.0.2-alpha.20251013.1 → 2.0.2-alpha.20251015.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/eventhubs-checkpointstore-blob",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "2.0.2-alpha.
|
|
4
|
+
"version": "2.0.2-alpha.20251015.1",
|
|
5
5
|
"description": "An Azure Storage Blob solution to store checkpoints when using Event Hubs.",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -63,20 +63,24 @@
|
|
|
63
63
|
"buffer": "^6.0.3",
|
|
64
64
|
"chai": "^6.2.0",
|
|
65
65
|
"chai-as-promised": "^8.0.1",
|
|
66
|
+
"cross-env": "^7.0.3",
|
|
66
67
|
"debug": "^4.3.6",
|
|
67
68
|
"dotenv": "^16.0.0",
|
|
68
69
|
"eslint": "^9.33.0",
|
|
69
70
|
"playwright": "^1.50.1",
|
|
71
|
+
"prettier": "^3.6.2",
|
|
70
72
|
"process": "^0.11.10",
|
|
73
|
+
"rimraf": "^6.0.1",
|
|
71
74
|
"stream": "^0.0.3",
|
|
75
|
+
"tshy": "^3.0.0",
|
|
72
76
|
"typescript": "~5.9.3",
|
|
73
77
|
"vitest": "^3.2.3",
|
|
74
78
|
"@azure-tools/test-credential": "^2.1.2",
|
|
75
79
|
"@azure/core-rest-pipeline": "^1.22.1",
|
|
76
80
|
"@azure-tools/test-recorder": "^4.1.1",
|
|
77
|
-
"@azure/
|
|
81
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
78
82
|
"@azure/dev-tool": "^1.0.0",
|
|
79
|
-
"@azure/
|
|
83
|
+
"@azure/core-util": "^1.13.1"
|
|
80
84
|
},
|
|
81
85
|
"//sampleConfiguration": {
|
|
82
86
|
"skipFolder": true,
|
|
@@ -113,11 +117,11 @@
|
|
|
113
117
|
"build:samples": "tsc -p tsconfig.samples.json",
|
|
114
118
|
"build:test:browser": "dev-tool run build-package && dev-tool run build-test",
|
|
115
119
|
"build:test:node": "dev-tool run build-package && dev-tool run build-test",
|
|
116
|
-
"check-format": "
|
|
117
|
-
"clean": "
|
|
120
|
+
"check-format": "prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
121
|
+
"clean": "rimraf --glob dist dist-* temp *.tgz *.log .tshy *.xml",
|
|
118
122
|
"execute:samples": "dev-tool samples run samples-dev",
|
|
119
123
|
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
120
|
-
"format": "
|
|
124
|
+
"format": "prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"samples-dev/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
121
125
|
"lint": "eslint package.json src test",
|
|
122
126
|
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
123
127
|
"pack": "pnpm pack 2>&1",
|