@kkarum/framework 2.3.24 → 2.3.25

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 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,6 +8,7 @@ Codex / AI 工具生成本项目业务代码时必须遵守:
8
8
  - `LayerController` 不查找节点或组件;节点/组件引用定义在对应 `FW.Layer` 中,节点用 `FWPropertyNode`,组件用 `FWPropertyComponent`,变量名与节点名一致。
9
9
  - 默认不要在业务层调用 `invoke()`,除非用户明确要求。
10
10
  - 新增业务 bundle 必须提供 `FW.Registry` 注册表,并在文件末尾调用 `FW.Framework.addRegistry()`;`bundleName` 和 `addRegistry()` 的 key 必须一致,统一使用小写 bundle 名。
11
+ - 不需要require对应的Registry
11
12
 
12
13
  Registry 示例:
13
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kkarum/framework",
3
- "version": "2.3.24",
3
+ "version": "2.3.25",
4
4
  "description": "cocoscreator 2.x mvc framework",
5
5
  "main": "index.js",
6
6
  "keywords": [