@akanjs/cli 2.2.8 → 2.2.9

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.
@@ -4660,6 +4660,7 @@ export default function GeneratedLayout({ children, params, searchParams }: Layo
4660
4660
  gaTrackingId={userLayout.gaTrackingId ?? inheritedLayout.gaTrackingId}
4661
4661
  layoutStyle={userLayout.layoutStyle ?? inheritedLayout.layoutStyle}
4662
4662
  reconnect={userLayout.reconnect ?? inheritedLayout.reconnect ?? false}
4663
+ wsConnect={userLayout.wsConnect ?? inheritedLayout.wsConnect ?? true}
4663
4664
  allDictionary={process.env.AKAN_PUBLIC_RENDER_ENV === "ssr" ? allDictionary : undefined}
4664
4665
  >
4665
4666
  <UserLayout params={params} searchParams={searchParams}>{children}</UserLayout>
package/index.js CHANGED
@@ -4658,6 +4658,7 @@ export default function GeneratedLayout({ children, params, searchParams }: Layo
4658
4658
  gaTrackingId={userLayout.gaTrackingId ?? inheritedLayout.gaTrackingId}
4659
4659
  layoutStyle={userLayout.layoutStyle ?? inheritedLayout.layoutStyle}
4660
4660
  reconnect={userLayout.reconnect ?? inheritedLayout.reconnect ?? false}
4661
+ wsConnect={userLayout.wsConnect ?? inheritedLayout.wsConnect ?? true}
4661
4662
  allDictionary={process.env.AKAN_PUBLIC_RENDER_ENV === "ssr" ? allDictionary : undefined}
4662
4663
  >
4663
4664
  <UserLayout params={params} searchParams={searchParams}>{children}</UserLayout>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/cli",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "sourceType": "module",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -35,7 +35,7 @@
35
35
  "@langchain/openai": "^1.4.6",
36
36
  "@tailwindcss/node": "^4.3.0",
37
37
  "@trapezedev/project": "^7.1.4",
38
- "akanjs": "2.2.8",
38
+ "akanjs": "2.2.9",
39
39
  "chalk": "^5.6.2",
40
40
  "commander": "^14.0.3",
41
41
  "daisyui": "^5.5.20",