@tarojs/plugin-platform-harmony-ets 4.0.0-beta.91 → 4.0.0-beta.93

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.
@@ -17,7 +17,7 @@ export default struct TaroListView {
17
17
  }
18
18
 
19
19
  aboutToReuse(params: TaroAny): void {
20
- this.node = params.node;
20
+ // this.node = params.node;
21
21
  }
22
22
 
23
23
  build() {
@@ -140,7 +140,7 @@ class AttributeManager {
140
140
  }
141
141
  let resultTransform: matrix4.Matrix4Transit
142
142
 
143
- const matches = transform.match(new RegExp("/(\w+)\(([^)]+)\)/g")) || [];
143
+ const matches: string[] = transform.match(new RegExp("/(\w+)\(([^)]+)\)/g")) || [];
144
144
 
145
145
  // 处理matrix
146
146
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/plugin-platform-harmony-ets",
3
- "version": "4.0.0-beta.91",
3
+ "version": "4.0.0-beta.93",
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.91",
29
- "@tarojs/helper": "4.0.0-beta.91",
30
- "@tarojs/runner-utils": "4.0.0-beta.91",
31
- "@tarojs/runtime": "4.0.0-beta.91",
32
- "@tarojs/service": "4.0.0-beta.91",
33
- "@tarojs/taro": "4.0.0-beta.91",
34
- "@tarojs/shared": "4.0.0-beta.91"
28
+ "@tarojs/components": "4.0.0-beta.93",
29
+ "@tarojs/runtime": "4.0.0-beta.93",
30
+ "@tarojs/service": "4.0.0-beta.93",
31
+ "@tarojs/helper": "4.0.0-beta.93",
32
+ "@tarojs/shared": "4.0.0-beta.93",
33
+ "@tarojs/runner-utils": "4.0.0-beta.93",
34
+ "@tarojs/taro": "4.0.0-beta.93"
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.91"
47
+ "rollup-plugin-copy": "4.0.0-beta.93"
48
48
  },
49
49
  "scripts": {
50
50
  "prebuild": "rimraf ./dist",