@tarojs/plugin-platform-harmony-ets 4.0.0-beta.111 → 4.0.0-beta.113

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/plugin-platform-harmony-ets",
3
- "version": "4.0.0-beta.111",
3
+ "version": "4.0.0-beta.113",
4
4
  "description": "OpenHarmony & 鸿蒙系统插件",
5
5
  "author": "O2Team",
6
6
  "homepage": "https://gitee.com/openharmony-sig/taro",
@@ -27,13 +27,13 @@
27
27
  "webpack-sources": "^3.2.3",
28
28
  "@babel/preset-react": "^7.24.1",
29
29
  "webpack": "5.91.0",
30
- "@tarojs/helper": "4.0.0-beta.111",
31
- "@tarojs/components": "4.0.0-beta.111",
32
- "@tarojs/runner-utils": "4.0.0-beta.111",
33
- "@tarojs/runtime": "4.0.0-beta.111",
34
- "@tarojs/service": "4.0.0-beta.111",
35
- "@tarojs/taro": "4.0.0-beta.111",
36
- "@tarojs/shared": "4.0.0-beta.111"
30
+ "@tarojs/components": "4.0.0-beta.113",
31
+ "@tarojs/runtime": "4.0.0-beta.113",
32
+ "@tarojs/service": "4.0.0-beta.113",
33
+ "@tarojs/helper": "4.0.0-beta.113",
34
+ "@tarojs/shared": "4.0.0-beta.113",
35
+ "@tarojs/taro": "4.0.0-beta.113",
36
+ "@tarojs/runner-utils": "4.0.0-beta.113"
37
37
  },
38
38
  "devDependencies": {
39
39
  "fast-glob": "^3.3.1",
@@ -42,7 +42,7 @@
42
42
  "rollup-plugin-ts": "^3.0.2",
43
43
  "solid-js": "^1.8.16",
44
44
  "tslib": "^2.4.0",
45
- "rollup-plugin-copy": "4.0.0-beta.111"
45
+ "rollup-plugin-copy": "4.0.0-beta.113"
46
46
  },
47
47
  "scripts": {
48
48
  "prod": "pnpm run build",
@@ -4,6 +4,7 @@ declare module '@system.*'
4
4
 
5
5
  declare function vp2px(value: number): number
6
6
  declare function px2vp(value: number): number
7
+ declare function getContext(page: any): any
7
8
  declare var focusControl: any
8
9
  declare var PlayMode: any
9
10
  declare var animateTo: any