create-cedar-app 0.12.0 → 0.12.1-next.14
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/README.md +27 -34
- package/dist/create-cedar-app.js +2 -2
- package/package.json +4 -4
- package/templates/esm-js/api/package.json +2 -2
- package/templates/esm-js/package.json +3 -3
- package/templates/esm-js/web/package.json +4 -4
- package/templates/esm-js/yarn.lock +297 -287
- package/templates/esm-ts/api/package.json +2 -2
- package/templates/esm-ts/package.json +3 -3
- package/templates/esm-ts/web/package.json +4 -4
- package/templates/esm-ts/yarn.lock +297 -287
- 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/js/yarn.lock +297 -287
- package/templates/ts/api/package.json +2 -2
- package/templates/ts/package.json +3 -3
- package/templates/ts/web/package.json +4 -4
- package/templates/ts/yarn.lock +297 -287
- package/templates/esm-js/.yarn/install-state.gz +0 -0
- package/templates/esm-ts/.yarn/install-state.gz +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-cedar-app",
|
|
3
|
-
"version": "0.12.
|
|
3
|
+
"version": "0.12.1-next.14+052b025b5",
|
|
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": "0.
|
|
30
|
-
"@cedarjs/tui": "0.12.
|
|
29
|
+
"@cedarjs/framework-tools": "0.13.0",
|
|
30
|
+
"@cedarjs/tui": "0.12.1-next.14+052b025b5",
|
|
31
31
|
"@opentelemetry/api": "1.8.0",
|
|
32
32
|
"@opentelemetry/exporter-trace-otlp-http": "0.49.1",
|
|
33
33
|
"@opentelemetry/resources": "1.22.0",
|
|
@@ -56,5 +56,5 @@
|
|
|
56
56
|
"publishConfig": {
|
|
57
57
|
"access": "public"
|
|
58
58
|
},
|
|
59
|
-
"gitHead": "
|
|
59
|
+
"gitHead": "052b025b5337e7edd05e6a350d713332ae0281ec"
|
|
60
60
|
}
|
|
@@ -8,9 +8,9 @@
|
|
|
8
8
|
]
|
|
9
9
|
},
|
|
10
10
|
"devDependencies": {
|
|
11
|
-
"@cedarjs/core": "0.
|
|
12
|
-
"@cedarjs/project-config": "0.
|
|
13
|
-
"@cedarjs/testing": "0.
|
|
11
|
+
"@cedarjs/core": "0.13.0",
|
|
12
|
+
"@cedarjs/project-config": "0.13.0",
|
|
13
|
+
"@cedarjs/testing": "0.13.0",
|
|
14
14
|
"vitest": "3.2.4"
|
|
15
15
|
},
|
|
16
16
|
"eslintConfig": {
|
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
]
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@cedarjs/forms": "0.
|
|
16
|
-
"@cedarjs/router": "0.
|
|
17
|
-
"@cedarjs/web": "0.
|
|
15
|
+
"@cedarjs/forms": "0.13.0",
|
|
16
|
+
"@cedarjs/router": "0.13.0",
|
|
17
|
+
"@cedarjs/web": "0.13.0",
|
|
18
18
|
"react": "18.3.1",
|
|
19
19
|
"react-dom": "18.3.1"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@cedarjs/vite": "0.
|
|
22
|
+
"@cedarjs/vite": "0.13.0",
|
|
23
23
|
"@types/react": "^18.2.55",
|
|
24
24
|
"@types/react-dom": "^18.2.19"
|
|
25
25
|
}
|