@batijs/cli 0.0.209 → 0.0.210

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.
@@ -7,9 +7,8 @@ import Layout from "../layouts/LayoutDefault.js";
7
7
  export default {
8
8
  Layout,
9
9
  Head,
10
- /*{ @if (it.BATI.has("auth0") || it.BATI.has("firebase-auth")) }*/
10
+ //# BATI.has("auth0") || BATI.has("firebase-auth") || BATI.has("authjs")
11
11
  passToClient: ["user"],
12
- /*{ /if }*/
13
12
  // <title>
14
13
  title: "My Vike App",
15
14
  stream:
@@ -17,12 +16,11 @@ export default {
17
16
  ? "web"
18
17
  : true,
19
18
  extends: vikeReact,
20
- /*{ @if (it.BATI.has("firebase-auth")) }*/
19
+ //# BATI.has("firebase-auth")
21
20
  meta: {
22
21
  // Temporary workaround until +client.js is implemented: https://github.com/vikejs/vike/issues/1468
23
22
  firebaseApp: {
24
23
  env: { client: true },
25
24
  },
26
25
  },
27
- /*{ /if }*/
28
26
  } satisfies Config;
@@ -8,21 +8,19 @@ export default {
8
8
  Layout,
9
9
  Head,
10
10
  // <title>
11
- /*{ @if (it.BATI.has("auth0") || it.BATI.has("firebase-auth")) }*/
11
+ //# BATI.has("auth0") || BATI.has("firebase-auth") || BATI.has("authjs")
12
12
  passToClient: ["user"],
13
- /*{ /if }*/
14
13
  title: "My Vike App",
15
14
  stream:
16
15
  BATI.has("express") || BATI.has("fastify") || BATI.has("h3") || BATI.has("hattip") || BATI.has("hono")
17
16
  ? "web"
18
17
  : true,
19
18
  extends: vikeSolid,
20
- /*{ @if (it.BATI.has("firebase-auth")) }*/
19
+ //# BATI.has("firebase-auth")
21
20
  meta: {
22
21
  // Temporary workaround until +client.js is implemented: https://github.com/vikejs/vike/issues/1468
23
22
  firebaseApp: {
24
23
  env: { client: true },
25
24
  },
26
25
  },
27
- /*{ /if }*/
28
26
  } satisfies Config;
@@ -8,21 +8,19 @@ export default {
8
8
  Layout,
9
9
  Head,
10
10
  // <title>
11
- /*{ @if (it.BATI.has("auth0") || it.BATI.has("firebase-auth")) }*/
11
+ //# BATI.has("auth0") || BATI.has("firebase-auth") || BATI.has("authjs")
12
12
  passToClient: ["user"],
13
- /*{ /if }*/
14
13
  title: "My Vike App",
15
14
  extends: vikeVue,
16
15
  stream:
17
16
  BATI.has("express") || BATI.has("fastify") || BATI.has("h3") || BATI.has("hattip") || BATI.has("hono")
18
17
  ? "web"
19
18
  : true,
20
- /*{ @if (it.BATI.has("firebase-auth")) }*/
19
+ //# BATI.has("firebase-auth")
21
20
  meta: {
22
21
  // Temporary workaround until +client.js is implemented: https://github.com/vikejs/vike/issues/1468
23
22
  firebaseApp: {
24
23
  env: { client: true },
25
24
  },
26
25
  },
27
- /*{ /if }*/
28
26
  } satisfies Config;
package/dist/index.js CHANGED
@@ -1559,7 +1559,7 @@ var import_which_pm_runs = __toESM(require_which_pm_runs(), 1);
1559
1559
  // package.json
1560
1560
  var package_default = {
1561
1561
  name: "@batijs/cli",
1562
- version: "0.0.209",
1562
+ version: "0.0.210",
1563
1563
  type: "module",
1564
1564
  scripts: {
1565
1565
  "check-types": "tsc --noEmit",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@batijs/cli",
3
- "version": "0.0.209",
3
+ "version": "0.0.210",
4
4
  "type": "module",
5
5
  "keywords": [],
6
6
  "description": "Next-gen scaffolder. Get started with fully-functional apps, and choose any tool you want",
@@ -21,12 +21,12 @@
21
21
  "typescript": "^5.5.2",
22
22
  "vite": "^5.3.1",
23
23
  "which-pm-runs": "^1.1.0",
24
- "@batijs/compile": "0.0.209",
25
- "@batijs/build": "0.0.209"
24
+ "@batijs/compile": "0.0.210",
25
+ "@batijs/build": "0.0.210"
26
26
  },
27
27
  "dependencies": {
28
- "@batijs/core": "0.0.209",
29
- "@batijs/features": "0.0.209"
28
+ "@batijs/core": "0.0.210",
29
+ "@batijs/features": "0.0.210"
30
30
  },
31
31
  "bin": "./dist/index.js",
32
32
  "exports": {