@akanjs/devkit 2.2.0-rc.1 → 2.2.0-rc.3
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.
|
@@ -73,5 +73,9 @@ describe("resolveSsrPageEntries", () => {
|
|
|
73
73
|
const generatedSource = await Bun.file(groupedRoot?.moduleAbsPath ?? "").text();
|
|
74
74
|
expect(generatedSource).toContain("<System.Provider");
|
|
75
75
|
expect(generatedSource).toContain("theme={userLayout.theme ?? inheritedLayout.theme}");
|
|
76
|
+
expect(generatedSource).toContain("const getActiveLocaleDictionary =");
|
|
77
|
+
expect(generatedSource).toContain('await import("@apps/demo/lib/dict")');
|
|
78
|
+
expect(generatedSource).toContain("dictionary={getActiveLocaleDictionary ? getActiveLocaleDictionary(params.lang) : undefined}");
|
|
79
|
+
expect(generatedSource).not.toContain("// export default function GeneratedLayout");
|
|
76
80
|
});
|
|
77
81
|
});
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akanjs/devkit",
|
|
3
|
-
"version": "2.2.0-rc.
|
|
3
|
+
"version": "2.2.0-rc.3",
|
|
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.0-rc.
|
|
35
|
+
"akanjs": "2.2.0-rc.3",
|
|
36
36
|
"chalk": "^5.6.2",
|
|
37
37
|
"commander": "^14.0.3",
|
|
38
38
|
"daisyui": "^5.5.20",
|