sa2kit 2.0.0-beta.0 → 2.0.0

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +2 -12
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.0-beta.0`(**common API 已冻结**;business 仍可变,见 [COMMON_API_FREEZE.md](./docs/COMMON_API_FREEZE.md))
6
+ > 当前版本:`2.0.0`(**common API 稳定**;business 实验田模块逐步迁出,见 [COMMON_API_FREEZE.md](./docs/COMMON_API_FREEZE.md))
7
7
 
8
8
  ### 2.0 推荐 import(common)
9
9
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sa2kit",
3
- "version": "2.0.0-beta.0",
4
- "description": "SA2Kit 2.x — common API 已冻结(beta);business 逐步迁出,见 docs/REFACTOR_2.0_BACKLOG.md",
3
+ "version": "2.0.0",
4
+ "description": "SA2Kit 2.0 — common API 稳定;business 实验田模块逐步迁出 profile-v1",
5
5
  "keywords": [
6
6
  "react",
7
7
  "typescript",
@@ -438,11 +438,6 @@
438
438
  "import": "./dist/festivalCard/server/index.mjs",
439
439
  "require": "./dist/festivalCard/server/index.js"
440
440
  },
441
- "./huarongdao": {
442
- "types": "./dist/huarongdao/index.d.ts",
443
- "import": "./dist/huarongdao/index.mjs",
444
- "require": "./dist/huarongdao/index.js"
445
- },
446
441
  "./i18n": {
447
442
  "types": "./dist/i18n/index.d.ts",
448
443
  "import": "./dist/i18n/index.mjs",
@@ -473,11 +468,6 @@
473
468
  "import": "./dist/mikuFireworks3D/index.mjs",
474
469
  "require": "./dist/mikuFireworks3D/index.js"
475
470
  },
476
- "./mikuFlick": {
477
- "types": "./dist/mikuFlick/index.d.ts",
478
- "import": "./dist/mikuFlick/index.mjs",
479
- "require": "./dist/mikuFlick/index.js"
480
- },
481
471
  "./mikuFusionGame": {
482
472
  "types": "./dist/mikuFusionGame/index.d.ts",
483
473
  "import": "./dist/mikuFusionGame/index.mjs",