@azure/eventhubs-checkpointstore-table 1.0.0-alpha.20250730.1 → 1.0.0-beta.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-table",
|
|
3
3
|
"sdk-type": "client",
|
|
4
|
-
"version": "1.0.0-
|
|
4
|
+
"version": "1.0.0-beta.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",
|
|
@@ -28,26 +28,6 @@
|
|
|
28
28
|
"README.md",
|
|
29
29
|
"LICENSE"
|
|
30
30
|
],
|
|
31
|
-
"scripts": {
|
|
32
|
-
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
33
|
-
"build:samples": "echo Obsolete.",
|
|
34
|
-
"build:test:browser": "dev-tool run build-package && dev-tool run build-test",
|
|
35
|
-
"build:test:node": "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}\" \"*.{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}\" \"*.{js,cjs,mjs,json}\"",
|
|
41
|
-
"lint": "eslint package.json src test",
|
|
42
|
-
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
43
|
-
"pack": "npm pack 2>&1",
|
|
44
|
-
"test": "npm run test:node && npm run test:browser",
|
|
45
|
-
"test:browser": "echo skipped",
|
|
46
|
-
"test:node": "echo skipped",
|
|
47
|
-
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
48
|
-
"update-snippets": "dev-tool run update-snippets",
|
|
49
|
-
"vitest:node": "dev-tool run test:vitest --no-test-proxy"
|
|
50
|
-
},
|
|
51
31
|
"tshy": {
|
|
52
32
|
"project": "tsconfig.src.json",
|
|
53
33
|
"exports": {
|
|
@@ -71,29 +51,29 @@
|
|
|
71
51
|
"tslib": "^2.8.1"
|
|
72
52
|
},
|
|
73
53
|
"devDependencies": {
|
|
74
|
-
"@azure-tools/test-
|
|
75
|
-
"@azure
|
|
76
|
-
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|
|
77
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
78
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
79
|
-
"@azure/identity": "^4.6.0",
|
|
54
|
+
"@azure-tools/vite-plugin-browser-test-map": "^1.0.0",
|
|
55
|
+
"@azure/identity": "4.11.1",
|
|
80
56
|
"@rollup/plugin-inject": "^5.0.5",
|
|
81
|
-
"@types/chai-as-promised": "^8.0.
|
|
57
|
+
"@types/chai-as-promised": "^8.0.2",
|
|
82
58
|
"@types/debug": "^4.1.4",
|
|
83
|
-
"@types/node": "^20.
|
|
84
|
-
"@vitest/browser": "^3.
|
|
85
|
-
"@vitest/coverage-istanbul": "^3.
|
|
59
|
+
"@types/node": "^20.19.0",
|
|
60
|
+
"@vitest/browser": "^3.2.3",
|
|
61
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
86
62
|
"buffer": "^6.0.3",
|
|
87
|
-
"chai": "^5.
|
|
63
|
+
"chai": "^5.2.0",
|
|
88
64
|
"chai-as-promised": "^8.0.1",
|
|
89
65
|
"debug": "^4.1.1",
|
|
90
66
|
"dotenv": "^16.0.0",
|
|
91
|
-
"eslint": "^9.
|
|
92
|
-
"playwright": "^1.
|
|
67
|
+
"eslint": "^9.33.0",
|
|
68
|
+
"playwright": "^1.50.1",
|
|
93
69
|
"process": "^0.11.10",
|
|
94
70
|
"stream": "^0.0.3",
|
|
95
|
-
"typescript": "~5.8.
|
|
96
|
-
"vitest": "^3.
|
|
71
|
+
"typescript": "~5.8.3",
|
|
72
|
+
"vitest": "^3.2.3",
|
|
73
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
74
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
75
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
|
|
76
|
+
"@azure/dev-tool": "^1.0.0"
|
|
97
77
|
},
|
|
98
78
|
"//sampleConfiguration": {
|
|
99
79
|
"skipFolder": true
|
|
@@ -115,5 +95,25 @@
|
|
|
115
95
|
"default": "./dist/commonjs/index.js"
|
|
116
96
|
}
|
|
117
97
|
}
|
|
98
|
+
},
|
|
99
|
+
"scripts": {
|
|
100
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
101
|
+
"build:samples": "echo Skipped.",
|
|
102
|
+
"build:test:browser": "dev-tool run build-package && dev-tool run build-test",
|
|
103
|
+
"build:test:node": "dev-tool run build-package && dev-tool run build-test",
|
|
104
|
+
"check-format": "dev-tool run vendored prettier --list-different --config ../../../.prettierrc.json --ignore-path ../../../.prettierignore \"src/**/*.{ts,cts,mts}\" \"test/**/*.{ts,cts,mts}\" \"*.{js,cjs,mjs,json}\"",
|
|
105
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp *.tgz *.log .tshy *.xml",
|
|
106
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
107
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
108
|
+
"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}\"",
|
|
109
|
+
"lint": "eslint package.json src test",
|
|
110
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
111
|
+
"pack": "pnpm pack 2>&1",
|
|
112
|
+
"test": "npm run test:node && npm run test:browser",
|
|
113
|
+
"test:browser": "echo skipped",
|
|
114
|
+
"test:node": "echo skipped",
|
|
115
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
116
|
+
"update-snippets": "dev-tool run update-snippets",
|
|
117
|
+
"vitest:node": "dev-tool run test:vitest --no-test-proxy"
|
|
118
118
|
}
|
|
119
|
-
}
|
|
119
|
+
}
|