@farm.js/create-app 0.1.0-beta.25 → 0.1.0-beta.26
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 +16 -16
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +16 -16
- package/dist/index.mjs.map +1 -1
- package/dist/utils.js +2 -1
- package/dist/utils.js.map +1 -1
- package/dist/utils.mjs +2 -1
- package/dist/utils.mjs.map +1 -1
- package/package.json +1 -1
- package/templates/auth/package.json +3 -3
- package/templates/basic/package.json +2 -2
- package/templates/basic/src/app/layout.tsx +1 -1
- package/templates/better-auth/package.json +3 -3
package/dist/utils.js
CHANGED
|
@@ -21,7 +21,8 @@ function showBanner() {
|
|
|
21
21
|
];
|
|
22
22
|
console.log("");
|
|
23
23
|
for (const line of art) console.log(picocolors.default.cyan(line));
|
|
24
|
-
console.log(
|
|
24
|
+
console.log("");
|
|
25
|
+
console.log(picocolors.default.bold(picocolors.default.green("Create FARMJS App")) + picocolors.default.dim(" a framework for product-integrated apps"));
|
|
25
26
|
console.log("");
|
|
26
27
|
}
|
|
27
28
|
//#endregion
|
package/dist/utils.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","names":["pc"],"sources":["../src/utils.ts"],"sourcesContent":["import pc from \"picocolors\";\n\nexport const logger = {\n info: (message: string) => console.log(`${pc.blue(\"ℹ\")} ${message}`),\n success: (message: string) => console.log(`${pc.green(\"✓\")} ${message}`),\n warn: (message: string) => console.warn(`${pc.yellow(\"⚠\")} ${message}`),\n error: (message: string) => console.error(`${pc.red(\"✗\")} ${message}`),\n};\n\nexport function showBanner() {\n const art = [\n \"░██████████ ░███ ░█████████ ░███ ░███ ░█████ ░██████\",\n \"░██ ░██░██ ░██ ░██ ░████ ░████ ░██ ░██ ░██\",\n \"░██ ░██ ░██ ░██ ░██ ░██░██ ░██░██ ░██ ░██\",\n \"░█████████ ░█████████ ░█████████ ░██ ░████ ░██ ░██ ░████████\",\n \"░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██\",\n \"░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██\",\n \"░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██████ ░██████\",\n ];\n\n console.log(\"\");\n for (const line of art) {\n console.log(pc.cyan(line));\n }\n console.log(pc.bold(pc.green(\"Create FARMJS App\")) + pc.dim(\"
|
|
1
|
+
{"version":3,"file":"utils.js","names":["pc"],"sources":["../src/utils.ts"],"sourcesContent":["import pc from \"picocolors\";\n\nexport const logger = {\n info: (message: string) => console.log(`${pc.blue(\"ℹ\")} ${message}`),\n success: (message: string) => console.log(`${pc.green(\"✓\")} ${message}`),\n warn: (message: string) => console.warn(`${pc.yellow(\"⚠\")} ${message}`),\n error: (message: string) => console.error(`${pc.red(\"✗\")} ${message}`),\n};\n\nexport function showBanner() {\n const art = [\n \"░██████████ ░███ ░█████████ ░███ ░███ ░█████ ░██████\",\n \"░██ ░██░██ ░██ ░██ ░████ ░████ ░██ ░██ ░██\",\n \"░██ ░██ ░██ ░██ ░██ ░██░██ ░██░██ ░██ ░██\",\n \"░█████████ ░█████████ ░█████████ ░██ ░████ ░██ ░██ ░████████\",\n \"░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██\",\n \"░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██\",\n \"░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██████ ░██████\",\n ];\n\n console.log(\"\");\n for (const line of art) {\n console.log(pc.cyan(line));\n }\n console.log(\"\");\n console.log(\n pc.bold(pc.green(\"Create FARMJS App\")) + pc.dim(\" a framework for product-integrated apps\"),\n );\n console.log(\"\");\n}\n"],"mappings":";;;;;AAEA,MAAa,SAAS;CACpB,OAAO,YAAoB,QAAQ,IAAI,GAAGA,WAAAA,QAAG,KAAK,GAAG,EAAE,GAAG,SAAS;CACnE,UAAU,YAAoB,QAAQ,IAAI,GAAGA,WAAAA,QAAG,MAAM,GAAG,EAAE,GAAG,SAAS;CACvE,OAAO,YAAoB,QAAQ,KAAK,GAAGA,WAAAA,QAAG,OAAO,GAAG,EAAE,GAAG,SAAS;CACtE,QAAQ,YAAoB,QAAQ,MAAM,GAAGA,WAAAA,QAAG,IAAI,GAAG,EAAE,GAAG,SAAS;AACvE;AAEA,SAAgB,aAAa;CAC3B,MAAM,MAAM;EACV;EACA;EACA;EACA;EACA;EACA;EACA;CACF;CAEA,QAAQ,IAAI,EAAE;CACd,KAAK,MAAM,QAAQ,KACjB,QAAQ,IAAIA,WAAAA,QAAG,KAAK,IAAI,CAAC;CAE3B,QAAQ,IAAI,EAAE;CACd,QAAQ,IACNA,WAAAA,QAAG,KAAKA,WAAAA,QAAG,MAAM,mBAAmB,CAAC,IAAIA,WAAAA,QAAG,IAAI,2CAA2C,CAC7F;CACA,QAAQ,IAAI,EAAE;AAChB"}
|
package/dist/utils.mjs
CHANGED
|
@@ -18,7 +18,8 @@ function showBanner() {
|
|
|
18
18
|
];
|
|
19
19
|
console.log("");
|
|
20
20
|
for (const line of art) console.log(pc.cyan(line));
|
|
21
|
-
console.log(
|
|
21
|
+
console.log("");
|
|
22
|
+
console.log(pc.bold(pc.green("Create FARMJS App")) + pc.dim(" a framework for product-integrated apps"));
|
|
22
23
|
console.log("");
|
|
23
24
|
}
|
|
24
25
|
//#endregion
|
package/dist/utils.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"utils.mjs","names":[],"sources":["../src/utils.ts"],"sourcesContent":["import pc from \"picocolors\";\n\nexport const logger = {\n info: (message: string) => console.log(`${pc.blue(\"ℹ\")} ${message}`),\n success: (message: string) => console.log(`${pc.green(\"✓\")} ${message}`),\n warn: (message: string) => console.warn(`${pc.yellow(\"⚠\")} ${message}`),\n error: (message: string) => console.error(`${pc.red(\"✗\")} ${message}`),\n};\n\nexport function showBanner() {\n const art = [\n \"░██████████ ░███ ░█████████ ░███ ░███ ░█████ ░██████\",\n \"░██ ░██░██ ░██ ░██ ░████ ░████ ░██ ░██ ░██\",\n \"░██ ░██ ░██ ░██ ░██ ░██░██ ░██░██ ░██ ░██\",\n \"░█████████ ░█████████ ░█████████ ░██ ░████ ░██ ░██ ░████████\",\n \"░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██\",\n \"░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██\",\n \"░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██████ ░██████\",\n ];\n\n console.log(\"\");\n for (const line of art) {\n console.log(pc.cyan(line));\n }\n console.log(pc.bold(pc.green(\"Create FARMJS App\")) + pc.dim(\"
|
|
1
|
+
{"version":3,"file":"utils.mjs","names":[],"sources":["../src/utils.ts"],"sourcesContent":["import pc from \"picocolors\";\n\nexport const logger = {\n info: (message: string) => console.log(`${pc.blue(\"ℹ\")} ${message}`),\n success: (message: string) => console.log(`${pc.green(\"✓\")} ${message}`),\n warn: (message: string) => console.warn(`${pc.yellow(\"⚠\")} ${message}`),\n error: (message: string) => console.error(`${pc.red(\"✗\")} ${message}`),\n};\n\nexport function showBanner() {\n const art = [\n \"░██████████ ░███ ░█████████ ░███ ░███ ░█████ ░██████\",\n \"░██ ░██░██ ░██ ░██ ░████ ░████ ░██ ░██ ░██\",\n \"░██ ░██ ░██ ░██ ░██ ░██░██ ░██░██ ░██ ░██\",\n \"░█████████ ░█████████ ░█████████ ░██ ░████ ░██ ░██ ░████████\",\n \"░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██\",\n \"░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██\",\n \"░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██ ░██████ ░██████\",\n ];\n\n console.log(\"\");\n for (const line of art) {\n console.log(pc.cyan(line));\n }\n console.log(\"\");\n console.log(\n pc.bold(pc.green(\"Create FARMJS App\")) + pc.dim(\" a framework for product-integrated apps\"),\n );\n console.log(\"\");\n}\n"],"mappings":";;AAEA,MAAa,SAAS;CACpB,OAAO,YAAoB,QAAQ,IAAI,GAAG,GAAG,KAAK,GAAG,EAAE,GAAG,SAAS;CACnE,UAAU,YAAoB,QAAQ,IAAI,GAAG,GAAG,MAAM,GAAG,EAAE,GAAG,SAAS;CACvE,OAAO,YAAoB,QAAQ,KAAK,GAAG,GAAG,OAAO,GAAG,EAAE,GAAG,SAAS;CACtE,QAAQ,YAAoB,QAAQ,MAAM,GAAG,GAAG,IAAI,GAAG,EAAE,GAAG,SAAS;AACvE;AAEA,SAAgB,aAAa;CAC3B,MAAM,MAAM;EACV;EACA;EACA;EACA;EACA;EACA;EACA;CACF;CAEA,QAAQ,IAAI,EAAE;CACd,KAAK,MAAM,QAAQ,KACjB,QAAQ,IAAI,GAAG,KAAK,IAAI,CAAC;CAE3B,QAAQ,IAAI,EAAE;CACd,QAAQ,IACN,GAAG,KAAK,GAAG,MAAM,mBAAmB,CAAC,IAAI,GAAG,IAAI,2CAA2C,CAC7F;CACA,QAAQ,IAAI,EAAE;AAChB"}
|
package/package.json
CHANGED
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"type-check": "tsc --noEmit"
|
|
13
13
|
},
|
|
14
14
|
"dependencies": {
|
|
15
|
-
"@farm.js/auth": "0.1.0-beta.
|
|
16
|
-
"@farm.js/core": "0.1.0-beta.
|
|
15
|
+
"@farm.js/auth": "0.1.0-beta.26",
|
|
16
|
+
"@farm.js/core": "0.1.0-beta.26",
|
|
17
17
|
"@fontsource-variable/geist": "5.3.0",
|
|
18
18
|
"@fontsource-variable/geist-mono": "5.3.0",
|
|
19
19
|
"better-call": "1.3.2",
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
"react-dom": "^19.0.0"
|
|
22
22
|
},
|
|
23
23
|
"devDependencies": {
|
|
24
|
-
"@farm.js/cli": "0.1.0-beta.
|
|
24
|
+
"@farm.js/cli": "0.1.0-beta.26",
|
|
25
25
|
"@types/node": "20.19.9",
|
|
26
26
|
"@types/react": "^19.0.0",
|
|
27
27
|
"@types/react-dom": "^19.0.0",
|
|
@@ -10,14 +10,14 @@
|
|
|
10
10
|
"type-check": "tsc --noEmit"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@farm.js/core": "0.1.0-beta.
|
|
13
|
+
"@farm.js/core": "0.1.0-beta.26",
|
|
14
14
|
"@fontsource-variable/geist": "5.3.0",
|
|
15
15
|
"@fontsource-variable/geist-mono": "5.3.0",
|
|
16
16
|
"react": "^19.0.0",
|
|
17
17
|
"react-dom": "^19.0.0"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@farm.js/cli": "0.1.0-beta.
|
|
20
|
+
"@farm.js/cli": "0.1.0-beta.26",
|
|
21
21
|
"@types/react": "^19.0.0",
|
|
22
22
|
"@types/react-dom": "^19.0.0",
|
|
23
23
|
"tailwindcss": "^4.0.0",
|
|
@@ -3,7 +3,7 @@ import "./globals.css";
|
|
|
3
3
|
|
|
4
4
|
export const metadata: Metadata = {
|
|
5
5
|
title: "FARMJS App",
|
|
6
|
-
description: "A
|
|
6
|
+
description: "A framework for product-integrated apps",
|
|
7
7
|
icons: {
|
|
8
8
|
icon: [{ url: "/favicon.svg", type: "image/svg+xml", sizes: "any" }],
|
|
9
9
|
},
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"type-check": "tsc --noEmit"
|
|
12
12
|
},
|
|
13
13
|
"dependencies": {
|
|
14
|
-
"@farm.js/better-auth": "0.1.0-beta.
|
|
15
|
-
"@farm.js/core": "0.1.0-beta.
|
|
14
|
+
"@farm.js/better-auth": "0.1.0-beta.26",
|
|
15
|
+
"@farm.js/core": "0.1.0-beta.26",
|
|
16
16
|
"@fontsource-variable/geist": "5.3.0",
|
|
17
17
|
"@fontsource-variable/geist-mono": "5.3.0",
|
|
18
18
|
"better-auth": "1.6.25",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"react-dom": "^19.0.0"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@farm.js/cli": "0.1.0-beta.
|
|
25
|
+
"@farm.js/cli": "0.1.0-beta.26",
|
|
26
26
|
"@types/node": "20.19.9",
|
|
27
27
|
"@types/pg": "8.20.0",
|
|
28
28
|
"@types/react": "^19.0.0",
|