@azure/eventhubs-checkpointstore-blob 2.0.1 → 2.0.2-alpha.20250926.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.1",
|
|
4
|
+
"version": "2.0.2-alpha.20250926.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",
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
"tslib": "^2.6.3"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@azure-tools/vite-plugin-browser-test-map": "
|
|
55
|
+
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|
|
56
56
|
"@azure/identity": "4.11.1",
|
|
57
57
|
"@rollup/plugin-inject": "^5.0.5",
|
|
58
58
|
"@types/chai-as-promised": "^8.0.2",
|
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"stream": "^0.0.3",
|
|
72
72
|
"typescript": "~5.8.3",
|
|
73
73
|
"vitest": "^3.2.3",
|
|
74
|
-
"@azure-tools/test-credential": "^2.1.
|
|
75
|
-
"@azure-tools/test-recorder": "^4.1.
|
|
76
|
-
"@azure/core-util": "^1.13.1",
|
|
74
|
+
"@azure-tools/test-credential": "^2.1.2",
|
|
75
|
+
"@azure-tools/test-recorder": "^4.1.1",
|
|
77
76
|
"@azure/core-rest-pipeline": "^1.22.1",
|
|
77
|
+
"@azure/core-util": "^1.13.1",
|
|
78
78
|
"@azure/dev-tool": "^1.0.0",
|
|
79
79
|
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
80
80
|
},
|
|
@@ -124,7 +124,6 @@
|
|
|
124
124
|
"test": "npm run test:node && npm run test:browser",
|
|
125
125
|
"test:browser": "echo skipped",
|
|
126
126
|
"test:node": "echo skipped",
|
|
127
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
128
127
|
"update-snippets": "dev-tool run update-snippets",
|
|
129
128
|
"vitest:node": "dev-tool run test:vitest --no-test-proxy"
|
|
130
129
|
}
|