@tarojs/plugin-platform-harmony-ets 4.0.0-beta.40 → 4.0.0-beta.42

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.40",
3
+ "version": "4.0.0-beta.42",
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.40",
29
- "@tarojs/helper": "4.0.0-beta.40",
30
- "@tarojs/runner-utils": "4.0.0-beta.40",
31
- "@tarojs/runtime": "4.0.0-beta.40",
32
- "@tarojs/shared": "4.0.0-beta.40",
33
- "@tarojs/taro": "4.0.0-beta.40",
34
- "@tarojs/service": "4.0.0-beta.40"
28
+ "@tarojs/components": "4.0.0-beta.42",
29
+ "@tarojs/runner-utils": "4.0.0-beta.42",
30
+ "@tarojs/helper": "4.0.0-beta.42",
31
+ "@tarojs/service": "4.0.0-beta.42",
32
+ "@tarojs/shared": "4.0.0-beta.42",
33
+ "@tarojs/runtime": "4.0.0-beta.42",
34
+ "@tarojs/taro": "4.0.0-beta.42"
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.40"
47
+ "rollup-plugin-copy": "4.0.0-beta.42"
48
48
  },
49
49
  "scripts": {
50
50
  "prebuild": "rimraf ./dist",
@@ -9,3 +9,7 @@ declare var PlayMode: any
9
9
  declare var animateTo: any
10
10
  declare var Curve: any
11
11
  declare var AppStorage: any
12
+
13
+ declare module '@ohos.data.distributedKVStore' {
14
+ export = any
15
+ }