@akanjs/devkit 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.
@@ -196,6 +196,7 @@ export default function GeneratedLayout({ children, params, searchParams }: Layo
196
196
  gaTrackingId={userLayout.gaTrackingId ?? inheritedLayout.gaTrackingId}
197
197
  layoutStyle={userLayout.layoutStyle ?? inheritedLayout.layoutStyle}
198
198
  reconnect={userLayout.reconnect ?? inheritedLayout.reconnect ?? false}
199
+ wsConnect={userLayout.wsConnect ?? inheritedLayout.wsConnect ?? true}
199
200
  allDictionary={process.env.AKAN_PUBLIC_RENDER_ENV === "ssr" ? allDictionary : undefined}
200
201
  >
201
202
  <UserLayout params={params} searchParams={searchParams}>{children}</UserLayout>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akanjs/devkit",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "sourceType": "module",
5
5
  "type": "module",
6
6
  "publishConfig": {
@@ -32,7 +32,7 @@
32
32
  "@langchain/openai": "^1.4.6",
33
33
  "@tailwindcss/node": "^4.3.0",
34
34
  "@trapezedev/project": "^7.1.4",
35
- "akanjs": "2.2.8",
35
+ "akanjs": "2.2.9",
36
36
  "chalk": "^5.6.2",
37
37
  "commander": "^14.0.3",
38
38
  "daisyui": "^5.5.20",