sa2kit 2.0.0 → 2.0.1
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.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
一个现代的、类型安全的跨平台工具库。**2.0 重构进行中**:拆分为 `common`(通用逻辑,供 Web / Taro / Electron / Hono 等多项目接入)与 `business`(业务逻辑,逐步迁回 profile-v1)。
|
|
4
4
|
|
|
5
5
|
> 📋 **重构任务 SSOT**:[docs/REFACTOR_2.0_BACKLOG.md](./docs/REFACTOR_2.0_BACKLOG.md)
|
|
6
|
-
> 当前版本:`2.0.
|
|
6
|
+
> 当前版本:`2.0.1`(**common API 稳定**;business 实验田模块逐步迁出,见 [COMMON_API_FREEZE.md](./docs/COMMON_API_FREEZE.md))
|
|
7
7
|
|
|
8
8
|
### 2.0 推荐 import(common)
|
|
9
9
|
|