web-csv-toolbox 0.11.2 → 0.12.0-next-ae54611c2b5801dc7027e1c7d2d89cca51e6dd5f

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.
Files changed (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "web-csv-toolbox",
3
- "version": "0.11.2",
3
+ "version": "0.12.0-next-ae54611c2b5801dc7027e1c7d2d89cca51e6dd5f",
4
4
  "description": "A CSV Toolbox utilizing Web Standard APIs.",
5
5
  "type": "module",
6
6
  "main": "dist/cjs/web-csv-toolbox.cjs",
@@ -8,7 +8,7 @@
8
8
  "types": "dist/types/web-csv-toolbox.d.ts",
9
9
  "unpkg": "dist/web-csv-toolbox.umd.js",
10
10
  "engines": {
11
- "node": ">=18.0.0"
11
+ "node": ">=20.0.0"
12
12
  },
13
13
  "sideEffects": false,
14
14
  "exports": {