keytops-game-framework 1.0.20 → 1.0.22

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.
@@ -57,9 +57,8 @@ export type CCPViewConfig = {
57
57
  export declare function viewClass(data: CCPViewConfig): any;
58
58
  /**
59
59
  * 注册closeTouch默认遮罩视图
60
- * @param data 视图配置
61
60
  */
62
- export declare function maskView(data: CCPViewConfig): any;
61
+ export declare function maskView(): any;
63
62
  /**
64
63
  * cocos 默认视图加载器(Prefab)
65
64
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keytops-game-framework",
3
- "version": "1.0.20",
3
+ "version": "1.0.22",
4
4
  "description": "cocos creator game framework library",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",