create-cedar-app 1.0.1-next.0 → 1.0.1-next.30
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 +66 -66
- package/package.json +3 -3
- 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.1-next.
|
|
3
|
+
"version": "1.0.1-next.30+c50602506",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "git+https://github.com/cedarjs/cedar.git",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@babel/core": "^7.26.10",
|
|
28
28
|
"@babel/plugin-transform-typescript": "^7.26.8",
|
|
29
29
|
"@cedarjs/framework-tools": "1.0.0",
|
|
30
|
-
"@cedarjs/tui": "1.0.1-next.
|
|
30
|
+
"@cedarjs/tui": "1.0.1-next.30+c50602506",
|
|
31
31
|
"@opentelemetry/api": "1.8.0",
|
|
32
32
|
"@opentelemetry/exporter-trace-otlp-http": "0.49.1",
|
|
33
33
|
"@opentelemetry/resources": "1.22.0",
|
|
@@ -55,5 +55,5 @@
|
|
|
55
55
|
"publishConfig": {
|
|
56
56
|
"access": "public"
|
|
57
57
|
},
|
|
58
|
-
"gitHead": "
|
|
58
|
+
"gitHead": "c50602506f5c30e6a31561bed1dadd87569fbd45"
|
|
59
59
|
}
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@cedarjs/core": "1.0.1-next.
|
|
11
|
-
"@cedarjs/project-config": "1.0.1-next.
|
|
12
|
-
"@cedarjs/testing": "1.0.1-next.
|
|
10
|
+
"@cedarjs/core": "1.0.1-next.30",
|
|
11
|
+
"@cedarjs/project-config": "1.0.1-next.30",
|
|
12
|
+
"@cedarjs/testing": "1.0.1-next.30"
|
|
13
13
|
},
|
|
14
14
|
"eslintConfig": {
|
|
15
15
|
"extends": "@cedarjs/eslint-config",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@cedarjs/forms": "1.0.1-next.
|
|
15
|
-
"@cedarjs/router": "1.0.1-next.
|
|
16
|
-
"@cedarjs/web": "1.0.1-next.
|
|
14
|
+
"@cedarjs/forms": "1.0.1-next.30",
|
|
15
|
+
"@cedarjs/router": "1.0.1-next.30",
|
|
16
|
+
"@cedarjs/web": "1.0.1-next.30",
|
|
17
17
|
"react": "18.3.1",
|
|
18
18
|
"react-dom": "18.3.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@cedarjs/vite": "1.0.1-next.
|
|
21
|
+
"@cedarjs/vite": "1.0.1-next.30",
|
|
22
22
|
"@types/react": "^18.2.55",
|
|
23
23
|
"@types/react-dom": "^18.2.19"
|
|
24
24
|
}
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
]
|
|
8
8
|
},
|
|
9
9
|
"devDependencies": {
|
|
10
|
-
"@cedarjs/core": "1.0.1-next.
|
|
11
|
-
"@cedarjs/project-config": "1.0.1-next.
|
|
12
|
-
"@cedarjs/testing": "1.0.1-next.
|
|
10
|
+
"@cedarjs/core": "1.0.1-next.30",
|
|
11
|
+
"@cedarjs/project-config": "1.0.1-next.30",
|
|
12
|
+
"@cedarjs/testing": "1.0.1-next.30"
|
|
13
13
|
},
|
|
14
14
|
"eslintConfig": {
|
|
15
15
|
"extends": "@cedarjs/eslint-config",
|
|
@@ -11,14 +11,14 @@
|
|
|
11
11
|
]
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@cedarjs/forms": "1.0.1-next.
|
|
15
|
-
"@cedarjs/router": "1.0.1-next.
|
|
16
|
-
"@cedarjs/web": "1.0.1-next.
|
|
14
|
+
"@cedarjs/forms": "1.0.1-next.30",
|
|
15
|
+
"@cedarjs/router": "1.0.1-next.30",
|
|
16
|
+
"@cedarjs/web": "1.0.1-next.30",
|
|
17
17
|
"react": "18.3.1",
|
|
18
18
|
"react-dom": "18.3.1"
|
|
19
19
|
},
|
|
20
20
|
"devDependencies": {
|
|
21
|
-
"@cedarjs/vite": "1.0.1-next.
|
|
21
|
+
"@cedarjs/vite": "1.0.1-next.30",
|
|
22
22
|
"@types/react": "^18.2.55",
|
|
23
23
|
"@types/react-dom": "^18.2.19"
|
|
24
24
|
}
|