akanjs 2.3.8-rc.5 → 2.3.8

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/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # akanjs
2
2
 
3
+ ## 2.3.8
4
+
5
+ ### Patch Changes
6
+
7
+ - f518afd: Improve dictionary type inference and lint coverage for generated workspaces.
8
+ - f518afd: Add expiration options to remote memory cache writes.
9
+
3
10
  ## 2.3.6
4
11
 
5
12
  ### Patch Changes
package/README.ko.md CHANGED
@@ -9,9 +9,9 @@
9
9
  SEO 웹, iOS/Android 앱 패키지, 서버, 데이터베이스 계약, 인프라 산출물, 문서화까지 함께 이어지는
10
10
  Bun-first 풀스택 TypeScript 프레임워크입니다.
11
11
 
12
- ```bash
13
- bunx create-akan-workspace@latest
14
- ```
12
+ <img width="563" height="720" alt="multi-platform-dev" src="https://github.com/user-attachments/assets/de2ec810-7b7f-4e9d-8e9e-e565e648fb45" />
13
+
14
+ 하나의 Akan.js 코드베이스에서 서버 렌더링, 클라이언트 렌더링, 모바일 앱, 서버, 데이터베이스까지 한 개발 흐름 안에서 함께 움직입니다.
15
15
 
16
16
  ## 왜 Akan인가
17
17
 
package/README.md CHANGED
@@ -8,9 +8,9 @@ No more framework assembly, duplicated declarations, or per-platform rewrites. A
8
8
  full-stack TypeScript framework where business intent is written once, then compiled into SEO web surfaces,
9
9
  iOS and Android app packages, servers, database contracts, infrastructure artifacts, and documentation.
10
10
 
11
- ```bash
12
- bunx create-akan-workspace@latest
13
- ```
11
+ <img width="563" height="720" alt="multi-platform-dev" src="https://github.com/user-attachments/assets/de2ec810-7b7f-4e9d-8e9e-e565e648fb45" />
12
+
13
+ A single Akan.js codebase keeps server rendering, client rendering, mobile apps, server, and database moving in one development flow.
14
14
 
15
15
  ## Why Akan
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akanjs",
3
- "version": "2.3.8-rc.5",
3
+ "version": "2.3.8",
4
4
  "sourceType": "module",
5
5
  "type": "module",
6
6
  "publishConfig": {