@tarojs/plugin-platform-harmony-ets 4.0.0-beta.88 → 4.0.0-beta.89

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.
@@ -121,6 +121,7 @@ export function __env__(safeAreaType: string, fallback?: string | number) {
121
121
 
122
122
  export function getPageScrollerOrNode (scrollerOrNode: any, page: any) {
123
123
  if (!page) return scrollerOrNode
124
+ if (page.cacheData) return page.cacheData
124
125
 
125
126
  const isArrayData = scrollerOrNode instanceof Array
126
127
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/plugin-platform-harmony-ets",
3
- "version": "4.0.0-beta.88",
3
+ "version": "4.0.0-beta.89",
4
4
  "description": "OpenHarmony & 鸿蒙系统插件",
5
5
  "author": "O2Team",
6
6
  "homepage": "https://gitee.com/openharmony-sig/taro",
@@ -25,13 +25,13 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "webpack-sources": "^3.2.3",
28
- "@tarojs/components": "4.0.0-beta.88",
29
- "@tarojs/helper": "4.0.0-beta.88",
30
- "@tarojs/runner-utils": "4.0.0-beta.88",
31
- "@tarojs/shared": "4.0.0-beta.88",
32
- "@tarojs/runtime": "4.0.0-beta.88",
33
- "@tarojs/service": "4.0.0-beta.88",
34
- "@tarojs/taro": "4.0.0-beta.88"
28
+ "@tarojs/runtime": "4.0.0-beta.89",
29
+ "@tarojs/runner-utils": "4.0.0-beta.89",
30
+ "@tarojs/components": "4.0.0-beta.89",
31
+ "@tarojs/helper": "4.0.0-beta.89",
32
+ "@tarojs/service": "4.0.0-beta.89",
33
+ "@tarojs/shared": "4.0.0-beta.89",
34
+ "@tarojs/taro": "4.0.0-beta.89"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@rollup/plugin-commonjs": "^25.0.7",
@@ -44,7 +44,7 @@
44
44
  "solid-js": "^1.8.16",
45
45
  "tslib": "^2.4.0",
46
46
  "typescript": "^4.8.2",
47
- "rollup-plugin-copy": "4.0.0-beta.88"
47
+ "rollup-plugin-copy": "4.0.0-beta.89"
48
48
  },
49
49
  "scripts": {
50
50
  "prebuild": "rimraf ./dist",