@azure/eventhubs-checkpointstore-table 1.0.0-alpha.20241126.1 → 1.0.0-alpha.20241210.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 +4 -2
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@azure/eventhubs-checkpointstore-table",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "1.0.0-alpha.
|
|
4
|
+
"version": "1.0.0-alpha.20241210.1",
|
|
5
5
|
"description": "An Azure Storage Table solution to store checkpoints when using Event Hubs.",
|
|
6
6
|
"author": "Microsoft Corporation",
|
|
7
7
|
"license": "MIT",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"format": "dev-tool run vendored prettier --write --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
42
42
|
"integration-test": "npm run integration-test:node && npm run integration-test:browser",
|
|
43
43
|
"integration-test:browser": "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",
|
|
44
|
-
"integration-test:node": "
|
|
44
|
+
"integration-test:node": "npm run vitest:node -- --esm",
|
|
45
45
|
"lint": "eslint package.json api-extractor.json src test README.md",
|
|
46
46
|
"lint:fix": "eslint package.json api-extractor.json src test README.md --fix --fix-type [problem,suggestion]",
|
|
47
47
|
"pack": "npm pack 2>&1",
|
|
@@ -55,6 +55,7 @@
|
|
|
55
55
|
"vitest:node": "dev-tool run test:vitest --no-test-proxy"
|
|
56
56
|
},
|
|
57
57
|
"tshy": {
|
|
58
|
+
"project": "tsconfig.src.json",
|
|
58
59
|
"exports": {
|
|
59
60
|
"./package.json": "./package.json",
|
|
60
61
|
".": "./src/index.ts"
|
|
@@ -89,6 +90,7 @@
|
|
|
89
90
|
"@vitest/browser": "^2.0.5",
|
|
90
91
|
"@vitest/coverage-istanbul": "^2.0.5",
|
|
91
92
|
"buffer": "^6.0.3",
|
|
93
|
+
"chai": "^5.1.1",
|
|
92
94
|
"chai-as-promised": "^8.0.0",
|
|
93
95
|
"debug": "^4.1.1",
|
|
94
96
|
"dotenv": "^16.0.0",
|