@tarojs/plugin-platform-harmony-cpp 4.1.9-beta.6 → 4.1.9

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/dist/index.js CHANGED
@@ -15,7 +15,7 @@ var utils = require('@tarojs/vite-runner/dist/utils');
15
15
  var parseCssToStylesheet = require('@tarojs/parse-css-to-stylesheet');
16
16
  var constants = require('@tarojs/vite-runner/dist/harmony/postcss/constants');
17
17
 
18
- var version = "4.1.9-beta.6";
18
+ var version = "4.1.9";
19
19
 
20
20
  const PKG_NAME = '@taro-oh/library';
21
21
  const PKG_VERSION = version;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tarojs/plugin-platform-harmony-cpp",
3
- "version": "4.1.9-beta.6",
3
+ "version": "4.1.9",
4
4
  "description": "鸿蒙系统插件 C-API 版本",
5
5
  "author": "O2Team",
6
6
  "homepage": "https://gitee.com/openharmony-sig/taro",
@@ -30,9 +30,9 @@
30
30
  "react-dom": "^18.3.1",
31
31
  "react-reconciler": "0.29.0",
32
32
  "scheduler": "^0.23.2",
33
- "@tarojs/react": "4.1.9-beta.6",
34
- "@tarojs/runner-utils": "4.1.9-beta.6",
35
- "@tarojs/service": "4.1.9-beta.6"
33
+ "@tarojs/runner-utils": "4.1.9",
34
+ "@tarojs/react": "4.1.9",
35
+ "@tarojs/service": "4.1.9"
36
36
  },
37
37
  "devDependencies": {
38
38
  "rollup": "^3.29.4",
@@ -52,30 +52,30 @@
52
52
  "tslib": "^2.6.3",
53
53
  "typescript": "~5.4.5",
54
54
  "vite": "^4.2.0",
55
- "@tarojs/components": "4.1.9-beta.6",
56
- "@tarojs/plugin-framework-react": "4.1.9-beta.6",
57
- "@tarojs/helper": "4.1.9-beta.6",
58
- "@tarojs/plugin-platform-harmony-ets": "4.1.9-beta.6",
59
- "@tarojs/runtime": "4.1.9-beta.6",
60
- "@tarojs/shared": "4.1.9-beta.6",
61
- "@tarojs/taro": "4.1.9-beta.6",
62
- "@tarojs/react": "4.1.9-beta.6",
63
- "@tarojs/vite-runner": "4.1.9-beta.6",
64
- "rollup-plugin-copy": "4.1.9-beta.6"
55
+ "@tarojs/components": "4.1.9",
56
+ "@tarojs/helper": "4.1.9",
57
+ "@tarojs/plugin-platform-harmony-ets": "4.1.9",
58
+ "@tarojs/plugin-framework-react": "4.1.9",
59
+ "@tarojs/react": "4.1.9",
60
+ "@tarojs/shared": "4.1.9",
61
+ "@tarojs/taro": "4.1.9",
62
+ "rollup-plugin-copy": "4.1.9",
63
+ "@tarojs/runtime": "4.1.9",
64
+ "@tarojs/vite-runner": "4.1.9"
65
65
  },
66
66
  "peerDependencies": {
67
67
  "less": "^4.2.0",
68
68
  "sass": "^1.75.0",
69
69
  "stylus": "^0.63.0",
70
- "@tarojs/components": "4.1.9-beta.6",
71
- "@tarojs/helper": "4.1.9-beta.6",
72
- "@tarojs/plugin-platform-harmony-ets": "4.1.9-beta.6",
73
- "@tarojs/runtime": "4.1.9-beta.6",
74
- "@tarojs/react": "4.1.9-beta.6",
75
- "@tarojs/plugin-framework-react": "4.1.9-beta.6",
76
- "@tarojs/shared": "4.1.9-beta.6",
77
- "@tarojs/taro": "4.1.9-beta.6",
78
- "@tarojs/vite-runner": "4.1.9-beta.6"
70
+ "@tarojs/components": "4.1.9",
71
+ "@tarojs/helper": "4.1.9",
72
+ "@tarojs/plugin-framework-react": "4.1.9",
73
+ "@tarojs/runtime": "4.1.9",
74
+ "@tarojs/plugin-platform-harmony-ets": "4.1.9",
75
+ "@tarojs/shared": "4.1.9",
76
+ "@tarojs/react": "4.1.9",
77
+ "@tarojs/taro": "4.1.9",
78
+ "@tarojs/vite-runner": "4.1.9"
79
79
  },
80
80
  "scripts": {
81
81
  "prebuild": "rimraf --impl=move-remove dist",