@tarojs/plugin-platform-harmony-cpp 4.1.4-beta.9 → 4.1.5-alpha.1
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.
|
|
18
|
+
var version = "4.1.5-alpha.1";
|
|
19
19
|
|
|
20
20
|
const PKG_NAME = '@taro-oh/library';
|
|
21
21
|
const PKG_VERSION = version;
|
|
@@ -446,12 +446,12 @@ export function createNativeComponentConfig (
|
|
|
446
446
|
Component,
|
|
447
447
|
compName: string,
|
|
448
448
|
react: typeof React,
|
|
449
|
-
|
|
449
|
+
reactDOM,
|
|
450
450
|
componentConfig: any = {}
|
|
451
451
|
) {
|
|
452
452
|
reactMeta.R = react
|
|
453
453
|
h = react.createElement
|
|
454
|
-
ReactDOM =
|
|
454
|
+
ReactDOM = reactDOM
|
|
455
455
|
setReconciler(ReactDOM)
|
|
456
456
|
const { isUseReact18 = true } = componentConfig
|
|
457
457
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/plugin-platform-harmony-cpp",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.5-alpha.1",
|
|
4
4
|
"description": "鸿蒙系统插件 C-API 版本",
|
|
5
5
|
"author": "O2Team",
|
|
6
6
|
"homepage": "https://gitee.com/openharmony-sig/taro",
|
|
@@ -24,25 +24,23 @@
|
|
|
24
24
|
"dependencies": {
|
|
25
25
|
"@babel/core": "^7.24.7",
|
|
26
26
|
"@babel/preset-env": "^7.24.4",
|
|
27
|
-
"@rollup/plugin-alias": "^5.1.0",
|
|
28
|
-
"@rollup/plugin-commonjs": "^25.0.8",
|
|
29
|
-
"@rollup/plugin-json": "^6.1.0",
|
|
30
|
-
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
31
|
-
"@rollup/plugin-replace": "^5.0.7",
|
|
32
27
|
"@tarojs/parse-css-to-stylesheet": "^1.1.8",
|
|
33
28
|
"fast-glob": "^3.3.2",
|
|
34
29
|
"react": "^18.3.1",
|
|
35
30
|
"react-dom": "^18.3.1",
|
|
36
31
|
"react-reconciler": "0.29.0",
|
|
37
32
|
"scheduler": "^0.23.2",
|
|
38
|
-
"@tarojs/react": "4.1.
|
|
39
|
-
"@tarojs/
|
|
40
|
-
"@tarojs/
|
|
33
|
+
"@tarojs/react": "4.1.5-alpha.1",
|
|
34
|
+
"@tarojs/runner-utils": "4.1.5-alpha.1",
|
|
35
|
+
"@tarojs/service": "4.1.5-alpha.1"
|
|
41
36
|
},
|
|
42
37
|
"devDependencies": {
|
|
43
38
|
"rollup": "^3.29.4",
|
|
44
39
|
"rollup-plugin-dts": "^6.2.1",
|
|
45
40
|
"rollup-plugin-node-externals": "^5.1.3",
|
|
41
|
+
"@rollup/plugin-commonjs": "^25.0.8",
|
|
42
|
+
"@rollup/plugin-json": "^6.1.0",
|
|
43
|
+
"@rollup/plugin-node-resolve": "^15.2.3",
|
|
46
44
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
47
45
|
"@types/conventional-commits-parser": "^3.0.0",
|
|
48
46
|
"conventional-commits-parser": "^3.0.0",
|
|
@@ -55,30 +53,30 @@
|
|
|
55
53
|
"tslib": "^2.6.3",
|
|
56
54
|
"typescript": "~5.4.5",
|
|
57
55
|
"vite": "^4.2.0",
|
|
58
|
-
"@tarojs/
|
|
59
|
-
"@tarojs/
|
|
60
|
-
"@tarojs/plugin-framework-react": "4.1.
|
|
61
|
-
"@tarojs/
|
|
62
|
-
"@tarojs/runtime": "4.1.
|
|
63
|
-
"@tarojs/
|
|
64
|
-
"
|
|
65
|
-
"@tarojs/taro": "4.1.
|
|
66
|
-
"@tarojs/vite-runner": "4.1.
|
|
67
|
-
"
|
|
56
|
+
"@tarojs/components": "4.1.5-alpha.1",
|
|
57
|
+
"@tarojs/helper": "4.1.5-alpha.1",
|
|
58
|
+
"@tarojs/plugin-framework-react": "4.1.5-alpha.1",
|
|
59
|
+
"@tarojs/plugin-platform-harmony-ets": "4.1.5-alpha.1",
|
|
60
|
+
"@tarojs/runtime": "4.1.5-alpha.1",
|
|
61
|
+
"@tarojs/shared": "4.1.5-alpha.1",
|
|
62
|
+
"rollup-plugin-copy": "4.1.5-alpha.1",
|
|
63
|
+
"@tarojs/taro": "4.1.5-alpha.1",
|
|
64
|
+
"@tarojs/vite-runner": "4.1.5-alpha.1",
|
|
65
|
+
"@tarojs/react": "4.1.5-alpha.1"
|
|
68
66
|
},
|
|
69
67
|
"peerDependencies": {
|
|
70
68
|
"less": "^4.2.0",
|
|
71
69
|
"sass": "^1.75.0",
|
|
72
70
|
"stylus": "^0.63.0",
|
|
73
|
-
"@tarojs/
|
|
74
|
-
"@tarojs/
|
|
75
|
-
"@tarojs/plugin-framework-react": "4.1.
|
|
76
|
-
"@tarojs/
|
|
77
|
-
"@tarojs/
|
|
78
|
-
"@tarojs/
|
|
79
|
-
"@tarojs/
|
|
80
|
-
"@tarojs/
|
|
81
|
-
"@tarojs/vite-runner": "4.1.
|
|
71
|
+
"@tarojs/components": "4.1.5-alpha.1",
|
|
72
|
+
"@tarojs/helper": "4.1.5-alpha.1",
|
|
73
|
+
"@tarojs/plugin-framework-react": "4.1.5-alpha.1",
|
|
74
|
+
"@tarojs/react": "4.1.5-alpha.1",
|
|
75
|
+
"@tarojs/runtime": "4.1.5-alpha.1",
|
|
76
|
+
"@tarojs/taro": "4.1.5-alpha.1",
|
|
77
|
+
"@tarojs/plugin-platform-harmony-ets": "4.1.5-alpha.1",
|
|
78
|
+
"@tarojs/shared": "4.1.5-alpha.1",
|
|
79
|
+
"@tarojs/vite-runner": "4.1.5-alpha.1"
|
|
82
80
|
},
|
|
83
81
|
"scripts": {
|
|
84
82
|
"prebuild": "rimraf --impl=move-remove dist",
|
|
Binary file
|
|
Binary file
|