create-cedar-app 1.0.0-canary.13006 → 1.0.0-canary.13009
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/dist/create-cedar-app.js +388 -388
- package/package.json +5 -5
- package/templates/js/api/package.json +2 -2
- package/templates/js/package.json +3 -3
- package/templates/js/web/package.json +4 -4
- package/templates/ts/api/package.json +2 -2
- package/templates/ts/package.json +3 -3
- package/templates/ts/web/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-cedar-app",
|
|
3
|
-
"version": "1.0.0-canary.
|
|
3
|
+
"version": "1.0.0-canary.13009+5452b4faf",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -26,8 +26,8 @@
|
|
|
26
26
|
"devDependencies": {
|
|
27
27
|
"@babel/core": "^7.26.10",
|
|
28
28
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
29
|
-
"@cedarjs/framework-tools": "1.0.0-canary.
|
|
30
|
-
"@cedarjs/tui": "1.0.0-canary.
|
|
29
|
+
"@cedarjs/framework-tools": "1.0.0-canary.13009",
|
|
30
|
+
"@cedarjs/tui": "1.0.0-canary.13009",
|
|
31
31
|
"@opentelemetry/api": "1.8.0",
|
|
32
32
|
"@opentelemetry/exporter-trace-otlp-http": "0.49.1",
|
|
33
33
|
"@opentelemetry/resources": "1.22.0",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"fs-extra": "11.3.3",
|
|
44
44
|
"gradient-string": "3.0.0",
|
|
45
45
|
"klaw-sync": "7.0.0",
|
|
46
|
-
"semver": "7.
|
|
46
|
+
"semver": "7.7.3",
|
|
47
47
|
"systeminformation": "5.27.14",
|
|
48
48
|
"termi-link": "1.1.0",
|
|
49
49
|
"tsx": "4.21.0",
|
|
@@ -52,5 +52,5 @@
|
|
|
52
52
|
"vitest": "3.2.4",
|
|
53
53
|
"yargs": "17.7.2"
|
|
54
54
|
},
|
|
55
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "5452b4fafb246c08644f6a5b38bc295ce8810606"
|
|
56
56
|
}
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"web"
|
|
6
6
|
],
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@cedarjs/core": "1.0.0-canary.
|
|
9
|
-
"@cedarjs/project-config": "1.0.0-canary.
|
|
10
|
-
"@cedarjs/testing": "1.0.0-canary.
|
|
8
|
+
"@cedarjs/core": "1.0.0-canary.13009",
|
|
9
|
+
"@cedarjs/project-config": "1.0.0-canary.13009",
|
|
10
|
+
"@cedarjs/testing": "1.0.0-canary.13009"
|
|
11
11
|
},
|
|
12
12
|
"engines": {
|
|
13
13
|
"node": "=24.x"
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@cedarjs/forms": "1.0.0-canary.
|
|
15
|
-
"@cedarjs/router": "1.0.0-canary.
|
|
16
|
-
"@cedarjs/web": "1.0.0-canary.
|
|
14
|
+
"@cedarjs/forms": "1.0.0-canary.13009",
|
|
15
|
+
"@cedarjs/router": "1.0.0-canary.13009",
|
|
16
|
+
"@cedarjs/web": "1.0.0-canary.13009",
|
|
17
17
|
"react": "19.2.3",
|
|
18
18
|
"react-dom": "19.2.3"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@cedarjs/vite": "1.0.0-canary.
|
|
21
|
+
"@cedarjs/vite": "1.0.0-canary.13009",
|
|
22
22
|
"@types/react": "^18.2.55",
|
|
23
23
|
"@types/react-dom": "^18.2.19"
|
|
24
24
|
}
|
|
@@ -5,9 +5,9 @@
|
|
|
5
5
|
"web"
|
|
6
6
|
],
|
|
7
7
|
"devDependencies": {
|
|
8
|
-
"@cedarjs/core": "1.0.0-canary.
|
|
9
|
-
"@cedarjs/project-config": "1.0.0-canary.
|
|
10
|
-
"@cedarjs/testing": "1.0.0-canary.
|
|
8
|
+
"@cedarjs/core": "1.0.0-canary.13009",
|
|
9
|
+
"@cedarjs/project-config": "1.0.0-canary.13009",
|
|
10
|
+
"@cedarjs/testing": "1.0.0-canary.13009"
|
|
11
11
|
},
|
|
12
12
|
"engines": {
|
|
13
13
|
"node": "=24.x"
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@cedarjs/forms": "1.0.0-canary.
|
|
15
|
-
"@cedarjs/router": "1.0.0-canary.
|
|
16
|
-
"@cedarjs/web": "1.0.0-canary.
|
|
14
|
+
"@cedarjs/forms": "1.0.0-canary.13009",
|
|
15
|
+
"@cedarjs/router": "1.0.0-canary.13009",
|
|
16
|
+
"@cedarjs/web": "1.0.0-canary.13009",
|
|
17
17
|
"react": "19.2.3",
|
|
18
18
|
"react-dom": "19.2.3"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@cedarjs/vite": "1.0.0-canary.
|
|
21
|
+
"@cedarjs/vite": "1.0.0-canary.13009",
|
|
22
22
|
"@types/react": "^18.2.55",
|
|
23
23
|
"@types/react-dom": "^18.2.19"
|
|
24
24
|
}
|