create-cedar-app 5.0.7-next.310 → 5.0.7-next.335

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-cedar-app",
3
- "version": "5.0.7-next.310",
3
+ "version": "5.0.7-next.335",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/cedarjs/cedar.git",
@@ -27,8 +27,8 @@
27
27
  "devDependencies": {
28
28
  "@babel/core": "^7.26.10",
29
29
  "@babel/plugin-transform-typescript": "^7.26.8",
30
- "@cedarjs/framework-tools": "5.0.7-next.310",
31
- "@cedarjs/tui": "5.0.7-next.310",
30
+ "@cedarjs/framework-tools": "5.0.7-next.335",
31
+ "@cedarjs/tui": "5.0.7-next.335",
32
32
  "@opentelemetry/api": "1.9.1",
33
33
  "@opentelemetry/exporter-trace-otlp-http": "0.57.2",
34
34
  "@opentelemetry/resources": "1.30.1",
@@ -43,7 +43,7 @@
43
43
  "gradient-string": "3.0.0",
44
44
  "klaw-sync": "7.0.0",
45
45
  "semver": "7.8.5",
46
- "systeminformation": "5.31.7",
46
+ "systeminformation": "5.33.1",
47
47
  "termi-link": "1.1.0",
48
48
  "untildify": "4.0.0",
49
49
  "uuid": "11.1.0",
@@ -4,16 +4,16 @@
4
4
  "version": "0.0.0",
5
5
  "private": true,
6
6
  "dependencies": {
7
- "@cedarjs/api": "5.0.7-next.310",
8
- "@cedarjs/graphql-server": "5.0.7-next.310",
7
+ "@cedarjs/api": "5.0.7-next.335",
8
+ "@cedarjs/graphql-server": "5.0.7-next.335",
9
9
  "@prisma/adapter-better-sqlite3": "7.8.0",
10
10
  "@prisma/client": "7.8.0",
11
11
  "better-sqlite3": "12.11.1",
12
- "@cedarjs/context": "5.0.7-next.310",
12
+ "@cedarjs/context": "5.0.7-next.335",
13
13
  "graphql-tag": "2.12.6"
14
14
  },
15
15
  "devDependencies": {
16
- "@cedarjs/vite": "5.0.7-next.310",
16
+ "@cedarjs/vite": "5.0.7-next.335",
17
17
  "vitest": "4.1.10"
18
18
  }
19
19
  }
@@ -13,13 +13,13 @@
13
13
  "start:web": "cedarjs-server web"
14
14
  },
15
15
  "dependencies": {
16
- "@cedarjs/api-server": "5.0.7-next.310"
16
+ "@cedarjs/api-server": "5.0.7-next.335"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.310",
20
- "@cedarjs/eslint-config": "5.0.7-next.310",
21
- "@cedarjs/project-config": "5.0.7-next.310",
22
- "@cedarjs/testing": "5.0.7-next.310",
19
+ "@cedarjs/core": "5.0.7-next.335",
20
+ "@cedarjs/eslint-config": "5.0.7-next.335",
21
+ "@cedarjs/project-config": "5.0.7-next.335",
22
+ "@cedarjs/testing": "5.0.7-next.335",
23
23
  "vitest": "4.1.10"
24
24
  },
25
25
  "engines": {
@@ -12,17 +12,17 @@
12
12
  ]
13
13
  },
14
14
  "dependencies": {
15
- "@cedarjs/forms": "5.0.7-next.310",
16
- "@cedarjs/router": "5.0.7-next.310",
17
- "@cedarjs/web": "5.0.7-next.310",
15
+ "@cedarjs/forms": "5.0.7-next.335",
16
+ "@cedarjs/router": "5.0.7-next.335",
17
+ "@cedarjs/web": "5.0.7-next.335",
18
18
  "react": "18.3.1",
19
19
  "react-dom": "18.3.1"
20
20
  },
21
21
  "devDependencies": {
22
- "@cedarjs/vite": "5.0.7-next.310",
22
+ "@cedarjs/vite": "5.0.7-next.335",
23
23
  "@types/react": "^18.2.55",
24
24
  "@types/react-dom": "^18.2.19",
25
- "@cedarjs/testing": "5.0.7-next.310",
25
+ "@cedarjs/testing": "5.0.7-next.335",
26
26
  "@testing-library/jest-dom": "6.9.1",
27
27
  "@testing-library/react": "16.3.2",
28
28
  "vite": "7.3.6"
@@ -4,16 +4,16 @@
4
4
  "version": "0.0.0",
5
5
  "private": true,
6
6
  "dependencies": {
7
- "@cedarjs/api": "5.0.7-next.310",
8
- "@cedarjs/graphql-server": "5.0.7-next.310",
7
+ "@cedarjs/api": "5.0.7-next.335",
8
+ "@cedarjs/graphql-server": "5.0.7-next.335",
9
9
  "@prisma/adapter-better-sqlite3": "7.8.0",
10
10
  "@prisma/client": "7.8.0",
11
11
  "better-sqlite3": "12.11.1",
12
- "@cedarjs/context": "5.0.7-next.310",
12
+ "@cedarjs/context": "5.0.7-next.335",
13
13
  "graphql-tag": "2.12.6"
14
14
  },
15
15
  "devDependencies": {
16
- "@cedarjs/vite": "5.0.7-next.310",
16
+ "@cedarjs/vite": "5.0.7-next.335",
17
17
  "vitest": "4.1.10"
18
18
  }
19
19
  }
@@ -13,13 +13,13 @@
13
13
  "start:web": "cedarjs-server web"
14
14
  },
15
15
  "dependencies": {
16
- "@cedarjs/api-server": "5.0.7-next.310"
16
+ "@cedarjs/api-server": "5.0.7-next.335"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.310",
20
- "@cedarjs/eslint-config": "5.0.7-next.310",
21
- "@cedarjs/project-config": "5.0.7-next.310",
22
- "@cedarjs/testing": "5.0.7-next.310",
19
+ "@cedarjs/core": "5.0.7-next.335",
20
+ "@cedarjs/eslint-config": "5.0.7-next.335",
21
+ "@cedarjs/project-config": "5.0.7-next.335",
22
+ "@cedarjs/testing": "5.0.7-next.335",
23
23
  "vitest": "4.1.10"
24
24
  },
25
25
  "engines": {
@@ -12,17 +12,17 @@
12
12
  ]
13
13
  },
14
14
  "dependencies": {
15
- "@cedarjs/forms": "5.0.7-next.310",
16
- "@cedarjs/router": "5.0.7-next.310",
17
- "@cedarjs/web": "5.0.7-next.310",
15
+ "@cedarjs/forms": "5.0.7-next.335",
16
+ "@cedarjs/router": "5.0.7-next.335",
17
+ "@cedarjs/web": "5.0.7-next.335",
18
18
  "react": "18.3.1",
19
19
  "react-dom": "18.3.1"
20
20
  },
21
21
  "devDependencies": {
22
- "@cedarjs/vite": "5.0.7-next.310",
22
+ "@cedarjs/vite": "5.0.7-next.335",
23
23
  "@types/react": "^18.2.55",
24
24
  "@types/react-dom": "^18.2.19",
25
- "@cedarjs/testing": "5.0.7-next.310",
25
+ "@cedarjs/testing": "5.0.7-next.335",
26
26
  "@testing-library/jest-dom": "6.9.1",
27
27
  "@testing-library/react": "16.3.2",
28
28
  "vite": "7.3.6"
@@ -4,8 +4,8 @@
4
4
  "version": "0.0.0",
5
5
  "private": true,
6
6
  "dependencies": {
7
- "@cedarjs/api": "5.0.7-next.310",
8
- "@cedarjs/graphql-server": "5.0.7-next.310",
7
+ "@cedarjs/api": "5.0.7-next.335",
8
+ "@cedarjs/graphql-server": "5.0.7-next.335",
9
9
  "@prisma/adapter-better-sqlite3": "7.8.0",
10
10
  "@prisma/client": "7.8.0",
11
11
  "better-sqlite3": "12.11.1"
@@ -13,13 +13,13 @@
13
13
  "start:web": "cedarjs-server web"
14
14
  },
15
15
  "dependencies": {
16
- "@cedarjs/api-server": "5.0.7-next.310"
16
+ "@cedarjs/api-server": "5.0.7-next.335"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.310",
20
- "@cedarjs/eslint-config": "5.0.7-next.310",
21
- "@cedarjs/project-config": "5.0.7-next.310",
22
- "@cedarjs/testing": "5.0.7-next.310"
19
+ "@cedarjs/core": "5.0.7-next.335",
20
+ "@cedarjs/eslint-config": "5.0.7-next.335",
21
+ "@cedarjs/project-config": "5.0.7-next.335",
22
+ "@cedarjs/testing": "5.0.7-next.335"
23
23
  },
24
24
  "engines": {
25
25
  "node": "24.x"
@@ -12,14 +12,14 @@
12
12
  ]
13
13
  },
14
14
  "dependencies": {
15
- "@cedarjs/forms": "5.0.7-next.310",
16
- "@cedarjs/router": "5.0.7-next.310",
17
- "@cedarjs/web": "5.0.7-next.310",
15
+ "@cedarjs/forms": "5.0.7-next.335",
16
+ "@cedarjs/router": "5.0.7-next.335",
17
+ "@cedarjs/web": "5.0.7-next.335",
18
18
  "react": "18.3.1",
19
19
  "react-dom": "18.3.1"
20
20
  },
21
21
  "devDependencies": {
22
- "@cedarjs/vite": "5.0.7-next.310",
22
+ "@cedarjs/vite": "5.0.7-next.335",
23
23
  "@types/react": "^18.2.55",
24
24
  "@types/react-dom": "^18.2.19"
25
25
  }
@@ -13,13 +13,13 @@
13
13
  "start:web": "cedarjs-server web"
14
14
  },
15
15
  "dependencies": {
16
- "@cedarjs/api-server": "5.0.7-next.310"
16
+ "@cedarjs/api-server": "5.0.7-next.335"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.310",
20
- "@cedarjs/eslint-config": "5.0.7-next.310",
21
- "@cedarjs/project-config": "5.0.7-next.310",
22
- "@cedarjs/testing": "5.0.7-next.310",
19
+ "@cedarjs/core": "5.0.7-next.335",
20
+ "@cedarjs/eslint-config": "5.0.7-next.335",
21
+ "@cedarjs/project-config": "5.0.7-next.335",
22
+ "@cedarjs/testing": "5.0.7-next.335",
23
23
  "prisma": "7.8.0"
24
24
  },
25
25
  "engines": {
@@ -9,13 +9,13 @@
9
9
  "start:web": "cedarjs-server web"
10
10
  },
11
11
  "dependencies": {
12
- "@cedarjs/api-server": "5.0.7-next.310"
12
+ "@cedarjs/api-server": "5.0.7-next.335"
13
13
  },
14
14
  "devDependencies": {
15
- "@cedarjs/core": "5.0.7-next.310",
16
- "@cedarjs/eslint-config": "5.0.7-next.310",
17
- "@cedarjs/project-config": "5.0.7-next.310",
18
- "@cedarjs/testing": "5.0.7-next.310",
15
+ "@cedarjs/core": "5.0.7-next.335",
16
+ "@cedarjs/eslint-config": "5.0.7-next.335",
17
+ "@cedarjs/project-config": "5.0.7-next.335",
18
+ "@cedarjs/testing": "5.0.7-next.335",
19
19
  "prisma": "7.8.0"
20
20
  },
21
21
  "engines": {
@@ -13,13 +13,13 @@
13
13
  "start:web": "cedarjs-server web"
14
14
  },
15
15
  "dependencies": {
16
- "@cedarjs/api-server": "5.0.7-next.310"
16
+ "@cedarjs/api-server": "5.0.7-next.335"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.310",
20
- "@cedarjs/eslint-config": "5.0.7-next.310",
21
- "@cedarjs/project-config": "5.0.7-next.310",
22
- "@cedarjs/testing": "5.0.7-next.310",
19
+ "@cedarjs/core": "5.0.7-next.335",
20
+ "@cedarjs/eslint-config": "5.0.7-next.335",
21
+ "@cedarjs/project-config": "5.0.7-next.335",
22
+ "@cedarjs/testing": "5.0.7-next.335",
23
23
  "prisma": "7.8.0"
24
24
  },
25
25
  "engines": {
@@ -13,13 +13,13 @@
13
13
  "start:web": "cedarjs-server web"
14
14
  },
15
15
  "dependencies": {
16
- "@cedarjs/api-server": "5.0.7-next.310"
16
+ "@cedarjs/api-server": "5.0.7-next.335"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.310",
20
- "@cedarjs/eslint-config": "5.0.7-next.310",
21
- "@cedarjs/project-config": "5.0.7-next.310",
22
- "@cedarjs/testing": "5.0.7-next.310",
19
+ "@cedarjs/core": "5.0.7-next.335",
20
+ "@cedarjs/eslint-config": "5.0.7-next.335",
21
+ "@cedarjs/project-config": "5.0.7-next.335",
22
+ "@cedarjs/testing": "5.0.7-next.335",
23
23
  "prisma": "7.8.0",
24
24
  "vitest": "4.1.10"
25
25
  },
@@ -9,13 +9,13 @@
9
9
  "start:web": "cedarjs-server web"
10
10
  },
11
11
  "dependencies": {
12
- "@cedarjs/api-server": "5.0.7-next.310"
12
+ "@cedarjs/api-server": "5.0.7-next.335"
13
13
  },
14
14
  "devDependencies": {
15
- "@cedarjs/core": "5.0.7-next.310",
16
- "@cedarjs/eslint-config": "5.0.7-next.310",
17
- "@cedarjs/project-config": "5.0.7-next.310",
18
- "@cedarjs/testing": "5.0.7-next.310",
15
+ "@cedarjs/core": "5.0.7-next.335",
16
+ "@cedarjs/eslint-config": "5.0.7-next.335",
17
+ "@cedarjs/project-config": "5.0.7-next.335",
18
+ "@cedarjs/testing": "5.0.7-next.335",
19
19
  "prisma": "7.8.0",
20
20
  "vitest": "4.1.10"
21
21
  },
@@ -13,13 +13,13 @@
13
13
  "start:web": "cedarjs-server web"
14
14
  },
15
15
  "dependencies": {
16
- "@cedarjs/api-server": "5.0.7-next.310"
16
+ "@cedarjs/api-server": "5.0.7-next.335"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.310",
20
- "@cedarjs/eslint-config": "5.0.7-next.310",
21
- "@cedarjs/project-config": "5.0.7-next.310",
22
- "@cedarjs/testing": "5.0.7-next.310",
19
+ "@cedarjs/core": "5.0.7-next.335",
20
+ "@cedarjs/eslint-config": "5.0.7-next.335",
21
+ "@cedarjs/project-config": "5.0.7-next.335",
22
+ "@cedarjs/testing": "5.0.7-next.335",
23
23
  "prisma": "7.8.0",
24
24
  "vitest": "4.1.10"
25
25
  },
@@ -4,8 +4,8 @@
4
4
  "version": "0.0.0",
5
5
  "private": true,
6
6
  "dependencies": {
7
- "@cedarjs/api": "5.0.7-next.310",
8
- "@cedarjs/graphql-server": "5.0.7-next.310",
7
+ "@cedarjs/api": "5.0.7-next.335",
8
+ "@cedarjs/graphql-server": "5.0.7-next.335",
9
9
  "@prisma/adapter-better-sqlite3": "7.8.0",
10
10
  "@prisma/client": "7.8.0",
11
11
  "better-sqlite3": "12.11.1"
@@ -13,13 +13,13 @@
13
13
  "start:web": "cedarjs-server web"
14
14
  },
15
15
  "dependencies": {
16
- "@cedarjs/api-server": "5.0.7-next.310"
16
+ "@cedarjs/api-server": "5.0.7-next.335"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.310",
20
- "@cedarjs/eslint-config": "5.0.7-next.310",
21
- "@cedarjs/project-config": "5.0.7-next.310",
22
- "@cedarjs/testing": "5.0.7-next.310"
19
+ "@cedarjs/core": "5.0.7-next.335",
20
+ "@cedarjs/eslint-config": "5.0.7-next.335",
21
+ "@cedarjs/project-config": "5.0.7-next.335",
22
+ "@cedarjs/testing": "5.0.7-next.335"
23
23
  },
24
24
  "engines": {
25
25
  "node": "24.x"
@@ -12,14 +12,14 @@
12
12
  ]
13
13
  },
14
14
  "dependencies": {
15
- "@cedarjs/forms": "5.0.7-next.310",
16
- "@cedarjs/router": "5.0.7-next.310",
17
- "@cedarjs/web": "5.0.7-next.310",
15
+ "@cedarjs/forms": "5.0.7-next.335",
16
+ "@cedarjs/router": "5.0.7-next.335",
17
+ "@cedarjs/web": "5.0.7-next.335",
18
18
  "react": "18.3.1",
19
19
  "react-dom": "18.3.1"
20
20
  },
21
21
  "devDependencies": {
22
- "@cedarjs/vite": "5.0.7-next.310",
22
+ "@cedarjs/vite": "5.0.7-next.335",
23
23
  "@types/react": "^18.2.55",
24
24
  "@types/react-dom": "^18.2.19"
25
25
  }