@kikiutils/shared 10.4.1 → 11.0.0

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 (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -28,7 +28,7 @@ A lightweight and modular utility library for modern JavaScript and TypeScript
28
28
 
29
29
  ## Requirements
30
30
 
31
- - **Node.js** `>= 18.12.1`
31
+ - **Node.js** `>= 20.0.0`
32
32
 
33
33
  ## Installation
34
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kikiutils/shared",
3
- "version": "10.4.1",
3
+ "version": "11.0.0",
4
4
  "description": "A lightweight and modular utility library for modern JavaScript and TypeScript — includes secure hashing, flexible logging, datetime tools, Vue/web helpers, storage abstraction, and more.",
5
5
  "author": "kiki-kanri",
6
6
  "license": "MIT",
@@ -53,7 +53,7 @@
53
53
  "./src"
54
54
  ],
55
55
  "engines": {
56
- "node": ">=18.12.1"
56
+ "node": ">=20.0.0"
57
57
  },
58
58
  "scripts": {
59
59
  "build": "ts-project-builder './src/**/*.ts' --clean --preserve-modules --sourcemaps",