@tarojs/plugin-platform-harmony-cpp 4.1.1-alpha.1 → 4.1.1-alpha.2

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/README.md CHANGED
@@ -21,7 +21,7 @@
21
21
 
22
22
  const config = {
23
23
  // ...
24
- plugin: ['@tarojs/plugin-platform-harmony-cpp'],
24
+ plugins: ['@tarojs/plugin-platform-harmony-cpp'],
25
25
  harmony: {
26
26
  // 当前仅支持使用 Vite 编译鸿蒙应用
27
27
  compiler: 'vite',
@@ -62,7 +62,7 @@ export default {
62
62
  ```ts
63
63
  const config = {
64
64
  // ...
65
- plugin: [
65
+ plugins: [
66
66
  '@tarojs/plugin-platform-harmony-cpp', // useChoreLibrary: 'local'
67
67
  // ['@tarojs/plugin-platform-harmony-cpp', { useChoreLibrary: false }],
68
68
  // ['@tarojs/plugin-platform-harmony-cpp', { useChoreLibrary: '4.1.0-alpha.0' }],
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.1-alpha.1";
18
+ var version = "4.1.1-alpha.2";
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.1-alpha.1",
3
+ "version": "4.1.1-alpha.2",
4
4
  "description": "鸿蒙系统插件 C-API 版本",
5
5
  "author": "O2Team",
6
6
  "homepage": "https://gitee.com/openharmony-sig/taro",
@@ -41,9 +41,9 @@
41
41
  "rollup-plugin-node-externals": "^5.1.3",
42
42
  "rollup-plugin-ts": "^3.4.5",
43
43
  "scheduler": "^0.23.2",
44
- "@tarojs/react": "4.1.1-alpha.1",
45
- "@tarojs/service": "4.1.1-alpha.1",
46
- "@tarojs/runner-utils": "4.1.1-alpha.1"
44
+ "@tarojs/react": "4.1.1-alpha.2",
45
+ "@tarojs/service": "4.1.1-alpha.2",
46
+ "@tarojs/runner-utils": "4.1.1-alpha.2"
47
47
  },
48
48
  "devDependencies": {
49
49
  "@rollup/plugin-typescript": "^11.1.6",
@@ -57,30 +57,30 @@
57
57
  "tslib": "^2.6.3",
58
58
  "typescript": "~5.4.5",
59
59
  "vite": "^4.2.0",
60
- "@tarojs/components": "4.1.1-alpha.1",
61
- "@tarojs/helper": "4.1.1-alpha.1",
62
- "@tarojs/plugin-framework-react": "4.1.1-alpha.1",
63
- "@tarojs/react": "4.1.1-alpha.1",
64
- "@tarojs/plugin-platform-harmony-ets": "4.1.1-alpha.1",
65
- "@tarojs/runtime": "4.1.1-alpha.1",
66
- "@tarojs/shared": "4.1.1-alpha.1",
67
- "@tarojs/taro": "4.1.1-alpha.1",
68
- "@tarojs/vite-runner": "4.1.1-alpha.1",
69
- "rollup-plugin-copy": "4.1.1-alpha.1"
60
+ "@tarojs/components": "4.1.1-alpha.2",
61
+ "@tarojs/helper": "4.1.1-alpha.2",
62
+ "@tarojs/plugin-platform-harmony-ets": "4.1.1-alpha.2",
63
+ "@tarojs/plugin-framework-react": "4.1.1-alpha.2",
64
+ "@tarojs/react": "4.1.1-alpha.2",
65
+ "@tarojs/shared": "4.1.1-alpha.2",
66
+ "@tarojs/taro": "4.1.1-alpha.2",
67
+ "@tarojs/vite-runner": "4.1.1-alpha.2",
68
+ "@tarojs/runtime": "4.1.1-alpha.2",
69
+ "rollup-plugin-copy": "4.1.1-alpha.2"
70
70
  },
71
71
  "peerDependencies": {
72
72
  "less": "^4.2.0",
73
73
  "sass": "^1.75.0",
74
74
  "stylus": "^0.63.0",
75
- "@tarojs/components": "4.1.1-alpha.1",
76
- "@tarojs/helper": "4.1.1-alpha.1",
77
- "@tarojs/plugin-framework-react": "4.1.1-alpha.1",
78
- "@tarojs/plugin-platform-harmony-ets": "4.1.1-alpha.1",
79
- "@tarojs/react": "4.1.1-alpha.1",
80
- "@tarojs/shared": "4.1.1-alpha.1",
81
- "@tarojs/taro": "4.1.1-alpha.1",
82
- "@tarojs/runtime": "4.1.1-alpha.1",
83
- "@tarojs/vite-runner": "4.1.1-alpha.1"
75
+ "@tarojs/components": "4.1.1-alpha.2",
76
+ "@tarojs/helper": "4.1.1-alpha.2",
77
+ "@tarojs/plugin-framework-react": "4.1.1-alpha.2",
78
+ "@tarojs/plugin-platform-harmony-ets": "4.1.1-alpha.2",
79
+ "@tarojs/runtime": "4.1.1-alpha.2",
80
+ "@tarojs/react": "4.1.1-alpha.2",
81
+ "@tarojs/shared": "4.1.1-alpha.2",
82
+ "@tarojs/taro": "4.1.1-alpha.2",
83
+ "@tarojs/vite-runner": "4.1.1-alpha.2"
84
84
  },
85
85
  "scripts": {
86
86
  "prebuild": "rimraf --impl=move-remove dist",