@farm.js/create-app 0.1.0-beta.53 → 0.1.0-beta.55
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/index.js.map +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/templates/_renderers/preact/package.json +2 -3
- package/templates/_renderers/solid/package.json +2 -3
- package/templates/_renderers/svelte/package.json +2 -2
- package/templates/_renderers/vue/package.json +2 -3
- package/templates/auth/package.json +3 -4
- package/templates/basic/package.json +2 -3
- package/templates/better-auth/package.json +3 -4
- package/templates/react-compiler/package.json +2 -2
package/package.json
CHANGED
|
@@ -7,11 +7,10 @@
|
|
|
7
7
|
"dev": "farm dev",
|
|
8
8
|
"build": "farm build",
|
|
9
9
|
"deploy": "farm deploy",
|
|
10
|
-
"start": "farm start",
|
|
11
10
|
"type-check": "tsc --noEmit"
|
|
12
11
|
},
|
|
13
12
|
"dependencies": {
|
|
14
|
-
"@farm.js/core": "0.1.0-beta.
|
|
13
|
+
"@farm.js/core": "0.1.0-beta.55",
|
|
15
14
|
"@farm.js/preact": "0.1.0-beta.30",
|
|
16
15
|
"@fontsource-variable/geist": "5.3.0",
|
|
17
16
|
"@fontsource-variable/geist-mono": "5.3.0",
|
|
@@ -19,7 +18,7 @@
|
|
|
19
18
|
"zod": "4.1.12"
|
|
20
19
|
},
|
|
21
20
|
"devDependencies": {
|
|
22
|
-
"@farm.js/cli": "0.1.0-beta.
|
|
21
|
+
"@farm.js/cli": "0.1.0-beta.55",
|
|
23
22
|
"tailwindcss": "^4.0.0",
|
|
24
23
|
"typescript": "^5.3.3"
|
|
25
24
|
},
|
|
@@ -6,11 +6,10 @@
|
|
|
6
6
|
"dev": "farm dev",
|
|
7
7
|
"build": "farm build",
|
|
8
8
|
"deploy": "farm deploy",
|
|
9
|
-
"start": "farm start",
|
|
10
9
|
"type-check": "tsc --noEmit"
|
|
11
10
|
},
|
|
12
11
|
"dependencies": {
|
|
13
|
-
"@farm.js/core": "0.1.0-beta.
|
|
12
|
+
"@farm.js/core": "0.1.0-beta.55",
|
|
14
13
|
"@farm.js/solid": "0.1.0-beta.26",
|
|
15
14
|
"@fontsource-variable/geist": "5.3.0",
|
|
16
15
|
"@fontsource-variable/geist-mono": "5.3.0",
|
|
@@ -18,7 +17,7 @@
|
|
|
18
17
|
"zod": "4.1.12"
|
|
19
18
|
},
|
|
20
19
|
"devDependencies": {
|
|
21
|
-
"@farm.js/cli": "0.1.0-beta.
|
|
20
|
+
"@farm.js/cli": "0.1.0-beta.55",
|
|
22
21
|
"tailwindcss": "^4.0.0",
|
|
23
22
|
"typescript": "^5.3.3"
|
|
24
23
|
},
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"type-check": "svelte-check --tsconfig ./tsconfig.json"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@farm.js/core": "0.1.0-beta.
|
|
14
|
+
"@farm.js/core": "0.1.0-beta.55",
|
|
15
15
|
"@farm.js/svelte": "0.1.0-beta.29",
|
|
16
16
|
"@fontsource-variable/geist": "5.3.0",
|
|
17
17
|
"@fontsource-variable/geist-mono": "5.3.0",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"zod": "4.1.12"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@farm.js/cli": "0.1.0-beta.
|
|
22
|
+
"@farm.js/cli": "0.1.0-beta.55",
|
|
23
23
|
"svelte-check": "4.7.5",
|
|
24
24
|
"tailwindcss": "^4.0.0",
|
|
25
25
|
"typescript": "^5.3.3"
|
|
@@ -6,11 +6,10 @@
|
|
|
6
6
|
"dev": "farm dev",
|
|
7
7
|
"build": "farm build",
|
|
8
8
|
"deploy": "farm deploy",
|
|
9
|
-
"start": "farm start",
|
|
10
9
|
"type-check": "vue-tsc --noEmit"
|
|
11
10
|
},
|
|
12
11
|
"dependencies": {
|
|
13
|
-
"@farm.js/core": "0.1.0-beta.
|
|
12
|
+
"@farm.js/core": "0.1.0-beta.55",
|
|
14
13
|
"@farm.js/vue": "0.1.0-beta.26",
|
|
15
14
|
"@fontsource-variable/geist": "5.3.0",
|
|
16
15
|
"@fontsource-variable/geist-mono": "5.3.0",
|
|
@@ -18,7 +17,7 @@
|
|
|
18
17
|
"zod": "4.1.12"
|
|
19
18
|
},
|
|
20
19
|
"devDependencies": {
|
|
21
|
-
"@farm.js/cli": "0.1.0-beta.
|
|
20
|
+
"@farm.js/cli": "0.1.0-beta.55",
|
|
22
21
|
"tailwindcss": "^4.0.0",
|
|
23
22
|
"typescript": "^5.3.3",
|
|
24
23
|
"vue-tsc": "3.3.9"
|
|
@@ -8,12 +8,11 @@
|
|
|
8
8
|
"auth:migrate": "farm auth migrate",
|
|
9
9
|
"check": "pnpm type-check && pnpm build",
|
|
10
10
|
"deploy": "farm deploy",
|
|
11
|
-
"start": "farm start",
|
|
12
11
|
"type-check": "tsc --noEmit"
|
|
13
12
|
},
|
|
14
13
|
"dependencies": {
|
|
15
|
-
"@farm.js/auth": "0.1.0-beta.
|
|
16
|
-
"@farm.js/core": "0.1.0-beta.
|
|
14
|
+
"@farm.js/auth": "0.1.0-beta.55",
|
|
15
|
+
"@farm.js/core": "0.1.0-beta.55",
|
|
17
16
|
"@fontsource-variable/geist": "5.3.0",
|
|
18
17
|
"@fontsource-variable/geist-mono": "5.3.0",
|
|
19
18
|
"better-call": "1.3.2",
|
|
@@ -21,7 +20,7 @@
|
|
|
21
20
|
"react-dom": "^19.0.0"
|
|
22
21
|
},
|
|
23
22
|
"devDependencies": {
|
|
24
|
-
"@farm.js/cli": "0.1.0-beta.
|
|
23
|
+
"@farm.js/cli": "0.1.0-beta.55",
|
|
25
24
|
"@types/node": "20.19.9",
|
|
26
25
|
"@types/react": "^19.0.0",
|
|
27
26
|
"@types/react-dom": "^19.0.0",
|
|
@@ -6,18 +6,17 @@
|
|
|
6
6
|
"dev": "farm dev",
|
|
7
7
|
"build": "farm build",
|
|
8
8
|
"deploy": "farm deploy",
|
|
9
|
-
"start": "farm start",
|
|
10
9
|
"type-check": "tsc --noEmit"
|
|
11
10
|
},
|
|
12
11
|
"dependencies": {
|
|
13
|
-
"@farm.js/core": "0.1.0-beta.
|
|
12
|
+
"@farm.js/core": "0.1.0-beta.55",
|
|
14
13
|
"@fontsource-variable/geist": "5.3.0",
|
|
15
14
|
"@fontsource-variable/geist-mono": "5.3.0",
|
|
16
15
|
"react": "^19.0.0",
|
|
17
16
|
"react-dom": "^19.0.0"
|
|
18
17
|
},
|
|
19
18
|
"devDependencies": {
|
|
20
|
-
"@farm.js/cli": "0.1.0-beta.
|
|
19
|
+
"@farm.js/cli": "0.1.0-beta.55",
|
|
21
20
|
"@types/react": "^19.0.0",
|
|
22
21
|
"@types/react-dom": "^19.0.0",
|
|
23
22
|
"tailwindcss": "^4.0.0",
|
|
@@ -7,12 +7,11 @@
|
|
|
7
7
|
"build": "farm build",
|
|
8
8
|
"check": "pnpm type-check && pnpm build",
|
|
9
9
|
"deploy": "farm deploy",
|
|
10
|
-
"start": "farm start",
|
|
11
10
|
"type-check": "tsc --noEmit"
|
|
12
11
|
},
|
|
13
12
|
"dependencies": {
|
|
14
|
-
"@farm.js/better-auth": "0.1.0-beta.
|
|
15
|
-
"@farm.js/core": "0.1.0-beta.
|
|
13
|
+
"@farm.js/better-auth": "0.1.0-beta.55",
|
|
14
|
+
"@farm.js/core": "0.1.0-beta.55",
|
|
16
15
|
"@fontsource-variable/geist": "5.3.0",
|
|
17
16
|
"@fontsource-variable/geist-mono": "5.3.0",
|
|
18
17
|
"better-auth": "1.6.25",
|
|
@@ -22,7 +21,7 @@
|
|
|
22
21
|
"react-dom": "^19.0.0"
|
|
23
22
|
},
|
|
24
23
|
"devDependencies": {
|
|
25
|
-
"@farm.js/cli": "0.1.0-beta.
|
|
24
|
+
"@farm.js/cli": "0.1.0-beta.55",
|
|
26
25
|
"@types/node": "20.19.9",
|
|
27
26
|
"@types/pg": "8.20.0",
|
|
28
27
|
"@types/react": "^19.0.0",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"type-check": "tsc --noEmit"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@farm.js/core": "0.1.0-beta.
|
|
14
|
+
"@farm.js/core": "0.1.0-beta.55",
|
|
15
15
|
"@farm.js/react": "0.1.0-beta.0",
|
|
16
16
|
"@fontsource-variable/geist": "5.3.0",
|
|
17
17
|
"@fontsource-variable/geist-mono": "5.3.0",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"react-dom": "19.2.8"
|
|
20
20
|
},
|
|
21
21
|
"devDependencies": {
|
|
22
|
-
"@farm.js/cli": "0.1.0-beta.
|
|
22
|
+
"@farm.js/cli": "0.1.0-beta.55",
|
|
23
23
|
"@playwright/test": "^1.52.0",
|
|
24
24
|
"@types/react": "^19.0.0",
|
|
25
25
|
"@types/react-dom": "^19.0.0",
|