azehagowa 1.7.0 → 2.1.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
@@ -63,6 +63,6 @@ Licensed under Apache-2.0.
63
63
  👤 Author
64
64
 
65
65
  elparadiso
66
-
66
+ https://photos.app.goo.gl/2wvt4Y6faLt7vLPH7
67
67
 
68
68
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "azehagowa",
3
- "version": "1.7.0",
3
+ "version": "2.1.0",
4
4
  "description": "Production-ready Azehagowa packages",
5
5
  "homepage": "https://github.com/azehagowa-creator/Azehagowa#readme",
6
6
  "bugs": {
@@ -32,7 +32,7 @@
32
32
  "LICENSE"
33
33
  ],
34
34
  "engines": {
35
- "node": ">=20.0.0"
35
+ "node": ">=25.3.0"
36
36
  },
37
37
  "scripts": {
38
38
  "start": "node index.js",