@tarojs/plugin-platform-harmony-ets 4.1.0-alpha.3 → 4.1.0

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.
@@ -7,7 +7,7 @@ export declare class Window extends TaroEventTarget {
7
7
  __ohos: any;
8
8
  location: any;
9
9
  history: any;
10
- navigator: any;
10
+ navigator: Navigator;
11
11
  getComputedStyle: typeof getComputedStyle;
12
12
  constructor();
13
13
  get document(): TaroDocument;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/plugin-platform-harmony-ets",
3
- "version": "4.1.0-alpha.3",
3
+ "version": "4.1.0",
4
4
  "description": "OpenHarmony & 鸿蒙系统插件",
5
5
  "author": "O2Team",
6
6
  "homepage": "https://gitee.com/openharmony-sig/taro",
@@ -28,13 +28,13 @@
28
28
  "webpack-sources": "^3.2.3",
29
29
  "@babel/preset-react": "^7.24.1",
30
30
  "webpack": "5.91.0",
31
- "@tarojs/components": "4.1.0-alpha.3",
32
- "@tarojs/helper": "4.1.0-alpha.3",
33
- "@tarojs/runner-utils": "4.1.0-alpha.3",
34
- "@tarojs/service": "4.1.0-alpha.3",
35
- "@tarojs/taro": "4.1.0-alpha.3",
36
- "@tarojs/shared": "4.1.0-alpha.3",
37
- "@tarojs/runtime": "4.1.0-alpha.3"
31
+ "@tarojs/components": "4.1.0",
32
+ "@tarojs/helper": "4.1.0",
33
+ "@tarojs/runner-utils": "4.1.0",
34
+ "@tarojs/runtime": "4.1.0",
35
+ "@tarojs/shared": "4.1.0",
36
+ "@tarojs/taro": "4.1.0",
37
+ "@tarojs/service": "4.1.0"
38
38
  },
39
39
  "devDependencies": {
40
40
  "fast-glob": "^3.3.1",
@@ -43,7 +43,7 @@
43
43
  "@rollup/plugin-typescript": "^12.1.2",
44
44
  "solid-js": "^1.8.16",
45
45
  "tslib": "^2.4.0",
46
- "rollup-plugin-copy": "4.1.0-alpha.3"
46
+ "rollup-plugin-copy": "4.1.0"
47
47
  },
48
48
  "scripts": {
49
49
  "prod": "pnpm run build",