@ives_xxz/framework 2.0.10 → 2.0.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/package.json +1 -1
  2. package/types/FW.d.ts +1 -0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ives_xxz/framework",
3
- "version": "2.0.10",
3
+ "version": "2.0.11",
4
4
  "description": "cocoscreator 2.x mvc framework",
5
5
  "main": "index.js",
6
6
  "keywords": ["123456"],
package/types/FW.d.ts CHANGED
@@ -978,6 +978,7 @@ declare namespace FW {
978
978
  debug: boolean;
979
979
  getMemory(): void;
980
980
  restart(): void;
981
+ launchScene: string;
981
982
  };
982
983
 
983
984
  type CCEvent = {