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

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.258",
3
+ "version": "5.0.7-next.310",
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.258",
31
- "@cedarjs/tui": "5.0.7-next.258",
30
+ "@cedarjs/framework-tools": "5.0.7-next.310",
31
+ "@cedarjs/tui": "5.0.7-next.310",
32
32
  "@opentelemetry/api": "1.9.1",
33
33
  "@opentelemetry/exporter-trace-otlp-http": "0.57.2",
34
34
  "@opentelemetry/resources": "1.30.1",
@@ -42,7 +42,7 @@
42
42
  "execa": "5.1.1",
43
43
  "gradient-string": "3.0.0",
44
44
  "klaw-sync": "7.0.0",
45
- "semver": "7.7.4",
45
+ "semver": "7.8.5",
46
46
  "systeminformation": "5.31.7",
47
47
  "termi-link": "1.1.0",
48
48
  "untildify": "4.0.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.258",
8
- "@cedarjs/graphql-server": "5.0.7-next.258",
7
+ "@cedarjs/api": "5.0.7-next.310",
8
+ "@cedarjs/graphql-server": "5.0.7-next.310",
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.258",
12
+ "@cedarjs/context": "5.0.7-next.310",
13
13
  "graphql-tag": "2.12.6"
14
14
  },
15
15
  "devDependencies": {
16
- "@cedarjs/vite": "5.0.7-next.258",
16
+ "@cedarjs/vite": "5.0.7-next.310",
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.258"
16
+ "@cedarjs/api-server": "5.0.7-next.310"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.258",
20
- "@cedarjs/eslint-config": "5.0.7-next.258",
21
- "@cedarjs/project-config": "5.0.7-next.258",
22
- "@cedarjs/testing": "5.0.7-next.258",
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",
23
23
  "vitest": "4.1.10"
24
24
  },
25
25
  "engines": {
@@ -2,6 +2,6 @@ import { defineConfig } from 'vitest/config'
2
2
 
3
3
  export default defineConfig({
4
4
  test: {
5
- projects: ['<rootDir>/{*,!(node_modules)/**/}/vite?(st).config.{js,ts}'],
5
+ projects: ['<rootDir>/{*,packages/*}/vite?(st).config.{js,ts}'],
6
6
  },
7
7
  })
@@ -12,17 +12,17 @@
12
12
  ]
13
13
  },
14
14
  "dependencies": {
15
- "@cedarjs/forms": "5.0.7-next.258",
16
- "@cedarjs/router": "5.0.7-next.258",
17
- "@cedarjs/web": "5.0.7-next.258",
15
+ "@cedarjs/forms": "5.0.7-next.310",
16
+ "@cedarjs/router": "5.0.7-next.310",
17
+ "@cedarjs/web": "5.0.7-next.310",
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.258",
22
+ "@cedarjs/vite": "5.0.7-next.310",
23
23
  "@types/react": "^18.2.55",
24
24
  "@types/react-dom": "^18.2.19",
25
- "@cedarjs/testing": "5.0.7-next.258",
25
+ "@cedarjs/testing": "5.0.7-next.310",
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.258",
8
- "@cedarjs/graphql-server": "5.0.7-next.258",
7
+ "@cedarjs/api": "5.0.7-next.310",
8
+ "@cedarjs/graphql-server": "5.0.7-next.310",
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.258",
12
+ "@cedarjs/context": "5.0.7-next.310",
13
13
  "graphql-tag": "2.12.6"
14
14
  },
15
15
  "devDependencies": {
16
- "@cedarjs/vite": "5.0.7-next.258",
16
+ "@cedarjs/vite": "5.0.7-next.310",
17
17
  "vitest": "4.1.10"
18
18
  }
19
19
  }
@@ -4,8 +4,8 @@
4
4
  "allowJs": true,
5
5
  "esModuleInterop": true,
6
6
  "target": "es2023",
7
- "module": "node20",
8
- "moduleResolution": "node16",
7
+ "module": "ESNext",
8
+ "moduleResolution": "Bundler",
9
9
  "allowImportingTsExtensions": true,
10
10
  "skipLibCheck": false,
11
11
  "rootDirs": ["./src", "../.cedar/types/mirror/api/src"],
@@ -13,13 +13,13 @@
13
13
  "start:web": "cedarjs-server web"
14
14
  },
15
15
  "dependencies": {
16
- "@cedarjs/api-server": "5.0.7-next.258"
16
+ "@cedarjs/api-server": "5.0.7-next.310"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.258",
20
- "@cedarjs/eslint-config": "5.0.7-next.258",
21
- "@cedarjs/project-config": "5.0.7-next.258",
22
- "@cedarjs/testing": "5.0.7-next.258",
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",
23
23
  "vitest": "4.1.10"
24
24
  },
25
25
  "engines": {
@@ -2,6 +2,6 @@ import { defineConfig } from 'vitest/config'
2
2
 
3
3
  export default defineConfig({
4
4
  test: {
5
- projects: ['<rootDir>/{*,!(node_modules)/**/}/vite?(st).config.{js,ts}'],
5
+ projects: ['<rootDir>/{*,packages/*}/vite?(st).config.{js,ts}'],
6
6
  },
7
7
  })
@@ -12,17 +12,17 @@
12
12
  ]
13
13
  },
14
14
  "dependencies": {
15
- "@cedarjs/forms": "5.0.7-next.258",
16
- "@cedarjs/router": "5.0.7-next.258",
17
- "@cedarjs/web": "5.0.7-next.258",
15
+ "@cedarjs/forms": "5.0.7-next.310",
16
+ "@cedarjs/router": "5.0.7-next.310",
17
+ "@cedarjs/web": "5.0.7-next.310",
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.258",
22
+ "@cedarjs/vite": "5.0.7-next.310",
23
23
  "@types/react": "^18.2.55",
24
24
  "@types/react-dom": "^18.2.19",
25
- "@cedarjs/testing": "5.0.7-next.258",
25
+ "@cedarjs/testing": "5.0.7-next.310",
26
26
  "@testing-library/jest-dom": "6.9.1",
27
27
  "@testing-library/react": "16.3.2",
28
28
  "vite": "7.3.6"
@@ -3,8 +3,8 @@
3
3
  "noEmit": true,
4
4
  "esModuleInterop": true,
5
5
  "target": "es2023",
6
- "module": "node20",
7
- "moduleResolution": "node16",
6
+ "module": "ESNext",
7
+ "moduleResolution": "Bundler",
8
8
  "allowImportingTsExtensions": true,
9
9
  "skipLibCheck": false,
10
10
  "rootDirs": [
@@ -4,8 +4,8 @@
4
4
  "version": "0.0.0",
5
5
  "private": true,
6
6
  "dependencies": {
7
- "@cedarjs/api": "5.0.7-next.258",
8
- "@cedarjs/graphql-server": "5.0.7-next.258",
7
+ "@cedarjs/api": "5.0.7-next.310",
8
+ "@cedarjs/graphql-server": "5.0.7-next.310",
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.258"
16
+ "@cedarjs/api-server": "5.0.7-next.310"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.258",
20
- "@cedarjs/eslint-config": "5.0.7-next.258",
21
- "@cedarjs/project-config": "5.0.7-next.258",
22
- "@cedarjs/testing": "5.0.7-next.258"
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"
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.258",
16
- "@cedarjs/router": "5.0.7-next.258",
17
- "@cedarjs/web": "5.0.7-next.258",
15
+ "@cedarjs/forms": "5.0.7-next.310",
16
+ "@cedarjs/router": "5.0.7-next.310",
17
+ "@cedarjs/web": "5.0.7-next.310",
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.258",
22
+ "@cedarjs/vite": "5.0.7-next.310",
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.258"
16
+ "@cedarjs/api-server": "5.0.7-next.310"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.258",
20
- "@cedarjs/eslint-config": "5.0.7-next.258",
21
- "@cedarjs/project-config": "5.0.7-next.258",
22
- "@cedarjs/testing": "5.0.7-next.258",
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",
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.258"
12
+ "@cedarjs/api-server": "5.0.7-next.310"
13
13
  },
14
14
  "devDependencies": {
15
- "@cedarjs/core": "5.0.7-next.258",
16
- "@cedarjs/eslint-config": "5.0.7-next.258",
17
- "@cedarjs/project-config": "5.0.7-next.258",
18
- "@cedarjs/testing": "5.0.7-next.258",
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",
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.258"
16
+ "@cedarjs/api-server": "5.0.7-next.310"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.258",
20
- "@cedarjs/eslint-config": "5.0.7-next.258",
21
- "@cedarjs/project-config": "5.0.7-next.258",
22
- "@cedarjs/testing": "5.0.7-next.258",
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",
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.258"
16
+ "@cedarjs/api-server": "5.0.7-next.310"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.258",
20
- "@cedarjs/eslint-config": "5.0.7-next.258",
21
- "@cedarjs/project-config": "5.0.7-next.258",
22
- "@cedarjs/testing": "5.0.7-next.258",
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",
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.258"
12
+ "@cedarjs/api-server": "5.0.7-next.310"
13
13
  },
14
14
  "devDependencies": {
15
- "@cedarjs/core": "5.0.7-next.258",
16
- "@cedarjs/eslint-config": "5.0.7-next.258",
17
- "@cedarjs/project-config": "5.0.7-next.258",
18
- "@cedarjs/testing": "5.0.7-next.258",
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",
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.258"
16
+ "@cedarjs/api-server": "5.0.7-next.310"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.258",
20
- "@cedarjs/eslint-config": "5.0.7-next.258",
21
- "@cedarjs/project-config": "5.0.7-next.258",
22
- "@cedarjs/testing": "5.0.7-next.258",
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",
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.258",
8
- "@cedarjs/graphql-server": "5.0.7-next.258",
7
+ "@cedarjs/api": "5.0.7-next.310",
8
+ "@cedarjs/graphql-server": "5.0.7-next.310",
9
9
  "@prisma/adapter-better-sqlite3": "7.8.0",
10
10
  "@prisma/client": "7.8.0",
11
11
  "better-sqlite3": "12.11.1"
@@ -4,8 +4,8 @@
4
4
  "allowJs": true,
5
5
  "esModuleInterop": true,
6
6
  "target": "es2023",
7
- "module": "node20",
8
- "moduleResolution": "node16",
7
+ "module": "ESNext",
8
+ "moduleResolution": "Bundler",
9
9
  "allowImportingTsExtensions": true,
10
10
  "skipLibCheck": false,
11
11
  "rootDirs": ["./src", "../.cedar/types/mirror/api/src"],
@@ -13,13 +13,13 @@
13
13
  "start:web": "cedarjs-server web"
14
14
  },
15
15
  "dependencies": {
16
- "@cedarjs/api-server": "5.0.7-next.258"
16
+ "@cedarjs/api-server": "5.0.7-next.310"
17
17
  },
18
18
  "devDependencies": {
19
- "@cedarjs/core": "5.0.7-next.258",
20
- "@cedarjs/eslint-config": "5.0.7-next.258",
21
- "@cedarjs/project-config": "5.0.7-next.258",
22
- "@cedarjs/testing": "5.0.7-next.258"
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"
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.258",
16
- "@cedarjs/router": "5.0.7-next.258",
17
- "@cedarjs/web": "5.0.7-next.258",
15
+ "@cedarjs/forms": "5.0.7-next.310",
16
+ "@cedarjs/router": "5.0.7-next.310",
17
+ "@cedarjs/web": "5.0.7-next.310",
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.258",
22
+ "@cedarjs/vite": "5.0.7-next.310",
23
23
  "@types/react": "^18.2.55",
24
24
  "@types/react-dom": "^18.2.19"
25
25
  }