@ives_xxz/framework 1.5.10 → 1.5.11

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/FrameworkBase.ts +0 -7
  2. package/package.json +1 -1
package/FrameworkBase.ts CHANGED
@@ -91,13 +91,6 @@ export abstract class FrameworkBase {
91
91
  `${bundleName}${FWSystemDefine.FWBindTag.HANDLE}`
92
92
  );
93
93
  }
94
-
95
- // 调用子类的 initialize 方法
96
- this.initialize?.();
97
-
98
- FWLog.debug(
99
- `[${this.moduleName}] Dependencies setup for bundle: ${bundleName}`
100
- );
101
94
  }
102
95
 
103
96
  protected async invoke<T>(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ives_xxz/framework",
3
- "version": "1.5.10",
3
+ "version": "1.5.11",
4
4
  "description": "cocoscreator 2.x mvc framework",
5
5
  "main": "index.js",
6
6
  "keywords": [