@cc-component/cc-core 1.7.5 → 1.7.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.
@@ -98,7 +98,7 @@ declare global {
98
98
 
99
99
  /**=======================================✅✅打开Window======================= */
100
100
  /**打开场景 */
101
- function OpenScene(param: ISceneParam)
101
+ function OpenScene(param: ISceneParam): Promise<void>
102
102
  /**打开遮罩 */
103
103
  function OpenBlockEvents(type: LayerType, is_show: boolean)
104
104
  /**加载窗口 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cc-component/cc-core",
3
- "version": "1.7.5",
3
+ "version": "1.7.6",
4
4
  "engine": ">=3.8.6",
5
5
  "description": "系统组件添加常用扩展方法",
6
6
  "main": "index.ts",