@ives_xxz/framework 1.6.5 → 1.6.6

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.
@@ -1,6 +1,5 @@
1
1
  import { FWEventDefine } from '../define/FWEventDefine';
2
2
  import { FWSystemDefine } from '../define/FWSystemDefine';
3
- import Framework from '../Framework';
4
3
  import FWLog from '../log/FWLog';
5
4
  import { FWManager } from './FWManager';
6
5
 
@@ -19,7 +18,7 @@ export default class FWEngineManager extends FWManager implements FW.EngineManag
19
18
  restart() {
20
19
  FW.Entry.evtMgr.dispatch(FWEventDefine.SystemEvent.SYSTEM_RESTART);
21
20
  FW.Entry.initialize();
22
- Framework.restart();
21
+ FW.Framework.restart();
23
22
  cc.game.restart();
24
23
  }
25
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ives_xxz/framework",
3
- "version": "1.6.5",
3
+ "version": "1.6.6",
4
4
  "description": "cocoscreator 2.x mvc framework",
5
5
  "main": "index.js",
6
6
  "keywords": ["123456"],