create-ripple 0.3.106 → 0.3.107

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
@@ -64,7 +64,7 @@ A minimal Ripple application with:
64
64
 
65
65
  ## Requirements
66
66
 
67
- - Node.js 20.0.0 or higher
67
+ - Node.js 22.0.0 or higher
68
68
 
69
69
  ## License
70
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-ripple",
3
- "version": "0.3.106",
3
+ "version": "0.3.107",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "author": "Ripple Team",
@@ -31,7 +31,7 @@
31
31
  "create-ripple": "./dist/index.js"
32
32
  },
33
33
  "dependencies": {
34
- "@ripple-ts/cli": "0.3.106"
34
+ "@ripple-ts/cli": "0.3.107"
35
35
  },
36
36
  "devDependencies": {
37
37
  "tsdown": "^0.22.0"