create-rudder-app 1.5.7 → 1.6.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.
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-rudder-app",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.6.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
},
|
|
10
10
|
"type": "module",
|
|
11
11
|
"engines": {
|
|
12
|
-
"node": "
|
|
12
|
+
"node": ">=22.12.0"
|
|
13
13
|
},
|
|
14
14
|
"description": "Legacy alias for `create-rudder` — `npm create rudder-app@latest` still works but `npm create rudder@latest` is the canonical command.",
|
|
15
15
|
"bin": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"bin"
|
|
20
20
|
],
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"create-rudder": "^1.
|
|
22
|
+
"create-rudder": "^1.6.0"
|
|
23
23
|
},
|
|
24
24
|
"author": "Suleiman Shahbari"
|
|
25
25
|
}
|