akanjs 2.3.9-rc.3 → 2.3.9-rc.5

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/README.ko.md CHANGED
@@ -220,7 +220,7 @@ akan update
220
220
 
221
221
  주요 영역:
222
222
 
223
- - **Workspace**: workspace 생성, Mongo 설정 생성, lint, sync.
223
+ - **Workspace**: workspace 생성, lint, sync.
224
224
  - **Application**: app start, build, typecheck, package, release.
225
225
  - **Library**: shared library 생성, 설치, sync, push, pull.
226
226
  - **Module and scalar**: domain module, model, view, unit, template, store 생성.
package/README.md CHANGED
@@ -218,7 +218,7 @@ akan update
218
218
 
219
219
  Common areas:
220
220
 
221
- - **Workspace**: create workspaces, generate Mongo configuration, lint and sync projects.
221
+ - **Workspace**: create workspaces, lint and sync projects.
222
222
  - **Application**: start, build, typecheck, package, and release apps.
223
223
  - **Library**: create, install, sync, push, and pull shared libraries.
224
224
  - **Module and scalar**: generate domain modules, models, views, units, templates, and stores.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "akanjs",
3
- "version": "2.3.9-rc.3",
3
+ "version": "2.3.9-rc.5",
4
4
  "sourceType": "module",
5
5
  "type": "module",
6
6
  "publishConfig": {