@azure/eventhubs-checkpointstore-blob 2.0.1-alpha.20250804.1 → 2.0.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 +41 -41
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.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",
|
|
@@ -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}\" \"samples-dev/**/*.{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": {
|
|
@@ -72,31 +52,31 @@
|
|
|
72
52
|
"tslib": "^2.6.3"
|
|
73
53
|
},
|
|
74
54
|
"devDependencies": {
|
|
75
|
-
"@azure-tools/test-
|
|
76
|
-
"@azure
|
|
77
|
-
"@azure-tools/vite-plugin-browser-test-map": ">=1.0.0-alpha <1.0.0-alphb",
|
|
78
|
-
"@azure/core-rest-pipeline": "^1.16.3",
|
|
79
|
-
"@azure/core-util": "^1.9.1",
|
|
80
|
-
"@azure/dev-tool": ">=1.0.0-alpha <1.0.0-alphb",
|
|
81
|
-
"@azure/eslint-plugin-azure-sdk": ">=3.0.0-alpha <3.0.0-alphb",
|
|
82
|
-
"@azure/identity": "^4.8.0",
|
|
55
|
+
"@azure-tools/vite-plugin-browser-test-map": "^1.0.0",
|
|
56
|
+
"@azure/identity": "4.11.1",
|
|
83
57
|
"@rollup/plugin-inject": "^5.0.5",
|
|
84
|
-
"@types/chai-as-promised": "^8.0.
|
|
58
|
+
"@types/chai-as-promised": "^8.0.2",
|
|
85
59
|
"@types/debug": "^4.1.12",
|
|
86
|
-
"@types/node": "^20.
|
|
87
|
-
"@vitest/browser": "^3.
|
|
88
|
-
"@vitest/coverage-istanbul": "^3.
|
|
60
|
+
"@types/node": "^20.19.0",
|
|
61
|
+
"@vitest/browser": "^3.2.3",
|
|
62
|
+
"@vitest/coverage-istanbul": "^3.2.3",
|
|
89
63
|
"buffer": "^6.0.3",
|
|
90
|
-
"chai": "^5.
|
|
91
|
-
"chai-as-promised": "^8.0.
|
|
64
|
+
"chai": "^5.2.0",
|
|
65
|
+
"chai-as-promised": "^8.0.1",
|
|
92
66
|
"debug": "^4.3.6",
|
|
93
|
-
"dotenv": "^16.
|
|
94
|
-
"eslint": "^9.
|
|
95
|
-
"playwright": "^1.
|
|
67
|
+
"dotenv": "^16.0.0",
|
|
68
|
+
"eslint": "^9.33.0",
|
|
69
|
+
"playwright": "^1.50.1",
|
|
96
70
|
"process": "^0.11.10",
|
|
97
71
|
"stream": "^0.0.3",
|
|
98
|
-
"typescript": "~5.8.
|
|
99
|
-
"vitest": "^3.
|
|
72
|
+
"typescript": "~5.8.3",
|
|
73
|
+
"vitest": "^3.2.3",
|
|
74
|
+
"@azure-tools/test-credential": "^2.1.1",
|
|
75
|
+
"@azure-tools/test-recorder": "^4.1.0",
|
|
76
|
+
"@azure/core-util": "^1.13.1",
|
|
77
|
+
"@azure/core-rest-pipeline": "^1.22.1",
|
|
78
|
+
"@azure/dev-tool": "^1.0.0",
|
|
79
|
+
"@azure/eslint-plugin-azure-sdk": "^3.0.0"
|
|
100
80
|
},
|
|
101
81
|
"//sampleConfiguration": {
|
|
102
82
|
"skipFolder": true,
|
|
@@ -127,5 +107,25 @@
|
|
|
127
107
|
"default": "./dist/commonjs/index.js"
|
|
128
108
|
}
|
|
129
109
|
}
|
|
110
|
+
},
|
|
111
|
+
"scripts": {
|
|
112
|
+
"build": "npm run clean && dev-tool run build-package && dev-tool run extract-api",
|
|
113
|
+
"build:samples": "tsc -p tsconfig.samples.json",
|
|
114
|
+
"build:test:browser": "dev-tool run build-package && dev-tool run build-test",
|
|
115
|
+
"build:test:node": "dev-tool run build-package && dev-tool run build-test",
|
|
116
|
+
"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}\"",
|
|
117
|
+
"clean": "dev-tool run vendored rimraf --glob dist dist-* temp *.tgz *.log .tshy *.xml",
|
|
118
|
+
"execute:samples": "dev-tool samples run samples-dev",
|
|
119
|
+
"extract-api": "dev-tool run build-package && dev-tool run extract-api",
|
|
120
|
+
"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}\" \"*.{js,cjs,mjs,json}\"",
|
|
121
|
+
"lint": "eslint package.json src test",
|
|
122
|
+
"lint:fix": "eslint package.json src test --fix --fix-type [problem,suggestion]",
|
|
123
|
+
"pack": "pnpm pack 2>&1",
|
|
124
|
+
"test": "npm run test:node && npm run test:browser",
|
|
125
|
+
"test:browser": "echo skipped",
|
|
126
|
+
"test:node": "echo skipped",
|
|
127
|
+
"test:node:esm": "dev-tool run test:vitest --esm",
|
|
128
|
+
"update-snippets": "dev-tool run update-snippets",
|
|
129
|
+
"vitest:node": "dev-tool run test:vitest --no-test-proxy"
|
|
130
130
|
}
|
|
131
|
-
}
|
|
131
|
+
}
|