web-csv-toolbox 0.0.0-next-20240316092725 → 0.0.0-next-20240318023752
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,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "web-csv-toolbox",
|
|
3
|
-
"version": "0.0.0-next-
|
|
3
|
+
"version": "0.0.0-next-20240318023752",
|
|
4
4
|
"description": "A CSV Toolbox utilizing Web Standard APIs.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/cjs/web-csv-toolbox.cjs",
|
|
@@ -79,6 +79,7 @@
|
|
|
79
79
|
"@biomejs/biome": "1.6.1",
|
|
80
80
|
"@changesets/changelog-github": "^0.5.0",
|
|
81
81
|
"@changesets/cli": "^2.27.1",
|
|
82
|
+
"@codspeed/vitest-plugin": "^3.1.0",
|
|
82
83
|
"@fast-check/vitest": "^0.1.0",
|
|
83
84
|
"@rollup/plugin-terser": "^0.4.4",
|
|
84
85
|
"@rollup/pluginutils": "^5.1.0",
|
|
@@ -103,6 +104,7 @@
|
|
|
103
104
|
"test": "vitest",
|
|
104
105
|
"test:browser": "vitest --browser",
|
|
105
106
|
"test:coverage": "vitest --coverage",
|
|
107
|
+
"test:bench": "vitest bench",
|
|
106
108
|
"build": "pnpm build:wasm && pnpm build:js && pnpm build:browser",
|
|
107
109
|
"build:wasm": "wasm-pack build web-csv-toolbox-wasm --target web",
|
|
108
110
|
"build:js": "vite build",
|