@tarojs/plugin-platform-harmony-cpp 4.1.4-beta.2 → 4.1.4-beta.20
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.d.ts +32 -0
- package/dist/index.js +5 -5
- package/dist/runtime/apischunk/index.d.ts +1580 -776
- package/dist/runtime/apischunk/index.js +400 -400
- package/package.json +30 -34
- package/static/@taro-oh/library-4.1.4-beta.20.har +0 -0
- package/static/@taro-oh/library-4.1.4-beta.2.har +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tarojs/plugin-platform-harmony-cpp",
|
|
3
|
-
"version": "4.1.4-beta.
|
|
3
|
+
"version": "4.1.4-beta.20",
|
|
4
4
|
"description": "鸿蒙系统插件 C-API 版本",
|
|
5
5
|
"author": "O2Team",
|
|
6
6
|
"homepage": "https://gitee.com/openharmony-sig/taro",
|
|
@@ -24,28 +24,24 @@
|
|
|
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
|
-
"rollup": "^3.29.4",
|
|
38
|
-
"rollup-plugin-dts": "^6.1.1",
|
|
39
|
-
"rollup-plugin-node-externals": "^5.1.3",
|
|
40
|
-
"rollup-plugin-ts": "^3.4.5",
|
|
41
32
|
"scheduler": "^0.23.2",
|
|
42
|
-
"@tarojs/
|
|
43
|
-
"@tarojs/
|
|
44
|
-
"@tarojs/
|
|
33
|
+
"@tarojs/react": "4.1.4-beta.20",
|
|
34
|
+
"@tarojs/runner-utils": "4.1.4-beta.20",
|
|
35
|
+
"@tarojs/service": "4.1.4-beta.20"
|
|
45
36
|
},
|
|
46
37
|
"devDependencies": {
|
|
38
|
+
"rollup": "^3.29.4",
|
|
39
|
+
"rollup-plugin-dts": "^6.2.1",
|
|
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",
|
|
47
44
|
"@rollup/plugin-typescript": "^11.1.6",
|
|
48
|
-
"@types/node": "^18.19.34",
|
|
49
45
|
"@types/conventional-commits-parser": "^3.0.0",
|
|
50
46
|
"conventional-commits-parser": "^3.0.0",
|
|
51
47
|
"postcss": "^8.4.38",
|
|
@@ -57,30 +53,30 @@
|
|
|
57
53
|
"tslib": "^2.6.3",
|
|
58
54
|
"typescript": "~5.4.5",
|
|
59
55
|
"vite": "^4.2.0",
|
|
60
|
-
"@tarojs/components": "4.1.4-beta.
|
|
61
|
-
"@tarojs/helper": "4.1.4-beta.
|
|
62
|
-
"@tarojs/plugin-
|
|
63
|
-
"@tarojs/plugin-
|
|
64
|
-
"@tarojs/
|
|
65
|
-
"@tarojs/
|
|
66
|
-
"@tarojs/shared": "4.1.4-beta.
|
|
67
|
-
"@tarojs/
|
|
68
|
-
"@tarojs/
|
|
69
|
-
"rollup-plugin-copy": "4.1.4-beta.
|
|
56
|
+
"@tarojs/components": "4.1.4-beta.20",
|
|
57
|
+
"@tarojs/helper": "4.1.4-beta.20",
|
|
58
|
+
"@tarojs/plugin-platform-harmony-ets": "4.1.4-beta.20",
|
|
59
|
+
"@tarojs/plugin-framework-react": "4.1.4-beta.20",
|
|
60
|
+
"@tarojs/react": "4.1.4-beta.20",
|
|
61
|
+
"@tarojs/runtime": "4.1.4-beta.20",
|
|
62
|
+
"@tarojs/shared": "4.1.4-beta.20",
|
|
63
|
+
"@tarojs/taro": "4.1.4-beta.20",
|
|
64
|
+
"@tarojs/vite-runner": "4.1.4-beta.20",
|
|
65
|
+
"rollup-plugin-copy": "4.1.4-beta.20"
|
|
70
66
|
},
|
|
71
67
|
"peerDependencies": {
|
|
72
68
|
"less": "^4.2.0",
|
|
73
69
|
"sass": "^1.75.0",
|
|
74
70
|
"stylus": "^0.63.0",
|
|
75
|
-
"@tarojs/
|
|
76
|
-
"@tarojs/
|
|
77
|
-
"@tarojs/
|
|
78
|
-
"@tarojs/plugin-platform-harmony-ets": "4.1.4-beta.
|
|
79
|
-
"@tarojs/
|
|
80
|
-
"@tarojs/runtime": "4.1.4-beta.
|
|
81
|
-
"@tarojs/
|
|
82
|
-
"@tarojs/
|
|
83
|
-
"@tarojs/
|
|
71
|
+
"@tarojs/components": "4.1.4-beta.20",
|
|
72
|
+
"@tarojs/helper": "4.1.4-beta.20",
|
|
73
|
+
"@tarojs/react": "4.1.4-beta.20",
|
|
74
|
+
"@tarojs/plugin-platform-harmony-ets": "4.1.4-beta.20",
|
|
75
|
+
"@tarojs/plugin-framework-react": "4.1.4-beta.20",
|
|
76
|
+
"@tarojs/runtime": "4.1.4-beta.20",
|
|
77
|
+
"@tarojs/shared": "4.1.4-beta.20",
|
|
78
|
+
"@tarojs/taro": "4.1.4-beta.20",
|
|
79
|
+
"@tarojs/vite-runner": "4.1.4-beta.20"
|
|
84
80
|
},
|
|
85
81
|
"scripts": {
|
|
86
82
|
"prebuild": "rimraf --impl=move-remove dist",
|
|
@@ -91,7 +87,7 @@
|
|
|
91
87
|
"dev": "pnpm run rollup -w",
|
|
92
88
|
"ohpm-publish": "pnpm run tsx --files ./scripts/ohpm-publish",
|
|
93
89
|
"remove:reference": "pnpm run tsx --files ./scripts/reference",
|
|
94
|
-
"rollup": "rollup --config rollup.config.
|
|
90
|
+
"rollup": "rollup --config rollup.config.ts --configPlugin @rollup/plugin-typescript",
|
|
95
91
|
"tsx": "ts-node --skipIgnore"
|
|
96
92
|
}
|
|
97
93
|
}
|
|
Binary file
|
|
Binary file
|