expo-harmony-toolkit 1.8.2 → 1.8.3
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.en.md +3 -2
- package/README.md +3 -2
- package/build/core/constants.d.ts +5 -5
- package/build/core/constants.js +4 -4
- package/build/data/publicDocs.d.ts +1 -1
- package/build/data/validatedMatrices.js +2 -2
- package/docs/npm-release.md +1 -0
- package/docs/signing-and-release.md +4 -0
- package/docs/support-matrix.md +2 -2
- package/package.json +1 -1
package/README.en.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<p>
|
|
10
10
|
<a href="https://github.com/BlackishGreen33/Expo-Harmony-Toolkit/actions/workflows/ci.yml"><img alt="Checks" src="https://img.shields.io/badge/checks-passing-16a34a?style=flat-square&logo=githubactions&logoColor=white"></a>
|
|
11
11
|
<a href="./LICENSE"><img alt="License" src="https://img.shields.io/badge/license-MIT-0f766e?style=flat-square"></a>
|
|
12
|
-
<a href="https://github.com/BlackishGreen33/Expo-Harmony-Toolkit/releases"><img alt="Version" src="https://img.shields.io/badge/version-v1.8.
|
|
12
|
+
<a href="https://github.com/BlackishGreen33/Expo-Harmony-Toolkit/releases"><img alt="Version" src="https://img.shields.io/badge/version-v1.8.3-111827?style=flat-square"></a>
|
|
13
13
|
<a href="./docs/support-matrix.md"><img alt="Matrix" src="https://img.shields.io/badge/matrix-expo55--rnoh082--ui--stack-2563eb?style=flat-square"></a>
|
|
14
14
|
<img alt="Input" src="https://img.shields.io/badge/input-Managed%2FCNG-059669?style=flat-square">
|
|
15
15
|
</p>
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
<!-- GENERATED:readme-current-status:start -->
|
|
49
49
|
| Item | Status |
|
|
50
50
|
| --- | --- |
|
|
51
|
-
| Current version | `v1.8.
|
|
51
|
+
| Current version | `v1.8.3` |
|
|
52
52
|
| Support model | `verified + preview + experimental` |
|
|
53
53
|
| Public `verified` matrix | `expo55-rnoh082-ui-stack` |
|
|
54
54
|
| Supported input | Managed/CNG Expo projects |
|
|
@@ -262,6 +262,7 @@ Additional preview evidence semantics:
|
|
|
262
262
|
- `device` is marked as `manual-doc`, which means a human acceptance record exists rather than CI automation
|
|
263
263
|
- `release` is marked as `none`, which means no release evidence exists yet
|
|
264
264
|
- `v1.8.2` additionally records local signing plus simulator install/start evidence for the ccnubox release HAP; this only proves the minimal app-shell release-HAP path and does not close per-capability release acceptance
|
|
265
|
+
- `v1.8.3` aligns the RNOH runtime / CLI to the current latest `0.82.x` patch (`0.82.29`) while keeping the buildable `react-native@0.82.1` matrix boundary
|
|
265
266
|
|
|
266
267
|
Manual Harmony acceptance still requires:
|
|
267
268
|
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
<p>
|
|
10
10
|
<a href="https://github.com/BlackishGreen33/Expo-Harmony-Toolkit/actions/workflows/ci.yml"><img alt="Checks" src="https://img.shields.io/badge/checks-passing-16a34a?style=flat-square&logo=githubactions&logoColor=white"></a>
|
|
11
11
|
<a href="./LICENSE"><img alt="License" src="https://img.shields.io/badge/license-MIT-0f766e?style=flat-square"></a>
|
|
12
|
-
<a href="https://github.com/BlackishGreen33/Expo-Harmony-Toolkit/releases"><img alt="Version" src="https://img.shields.io/badge/version-v1.8.
|
|
12
|
+
<a href="https://github.com/BlackishGreen33/Expo-Harmony-Toolkit/releases"><img alt="Version" src="https://img.shields.io/badge/version-v1.8.3-111827?style=flat-square"></a>
|
|
13
13
|
<a href="./docs/support-matrix.md"><img alt="Matrix" src="https://img.shields.io/badge/matrix-expo55--rnoh082--ui--stack-2563eb?style=flat-square"></a>
|
|
14
14
|
<img alt="Input" src="https://img.shields.io/badge/input-Managed%2FCNG-059669?style=flat-square">
|
|
15
15
|
</p>
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
<!-- GENERATED:readme-current-status:start -->
|
|
49
49
|
| 项目 | 说明 |
|
|
50
50
|
| --- | --- |
|
|
51
|
-
| 当前版本 | `v1.8.
|
|
51
|
+
| 当前版本 | `v1.8.3` |
|
|
52
52
|
| 支持模型 | `verified + preview + experimental` |
|
|
53
53
|
| 唯一 `verified` 公开矩阵 | `expo55-rnoh082-ui-stack` |
|
|
54
54
|
| 输入范围 | Managed/CNG Expo 项目 |
|
|
@@ -268,6 +268,7 @@ preview 证据的额外说明:
|
|
|
268
268
|
- `device` 标记为 `manual-doc`,表示已有人工验收记录,不等于 CI 自动验收
|
|
269
269
|
- `release` 标记为 `none`,表示当前仍没有 release 证据
|
|
270
270
|
- `v1.8.2` 额外记录了 ccnubox release HAP 的本地签名、模拟器安装与启动证据;这只证明 app-shell release HAP 最低链路,不关闭单 capability release acceptance
|
|
271
|
+
- `v1.8.3` 将 RNOH runtime / CLI 对齐到当前 `0.82.x` 最新 patch(`0.82.29`),继续保留 `react-native@0.82.1` 的可构建矩阵边界
|
|
271
272
|
|
|
272
273
|
手动 Harmony 验收继续要求:
|
|
273
274
|
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
export declare const TOOLKIT_PACKAGE_NAME = "expo-harmony-toolkit";
|
|
2
2
|
export declare const CLI_NAME = "expo-harmony";
|
|
3
|
-
export declare const TOOLKIT_VERSION = "1.8.
|
|
4
|
-
export declare const TEMPLATE_VERSION = "rnoh-0.82.
|
|
5
|
-
export declare const RNOH_VERSION = "0.82.
|
|
6
|
-
export declare const RNOH_CLI_VERSION = "0.82.
|
|
3
|
+
export declare const TOOLKIT_VERSION = "1.8.3";
|
|
4
|
+
export declare const TEMPLATE_VERSION = "rnoh-0.82.29";
|
|
5
|
+
export declare const RNOH_VERSION = "0.82.29";
|
|
6
|
+
export declare const RNOH_CLI_VERSION = "0.82.29";
|
|
7
7
|
export declare const SUPPORTED_EXPO_SDKS: number[];
|
|
8
8
|
export declare const GENERATED_DIR = ".expo-harmony";
|
|
9
9
|
export declare const GENERATED_SHIMS_DIR = ".expo-harmony/shims";
|
|
@@ -15,7 +15,7 @@ export declare const ENV_REPORT_FILENAME = "env-report.json";
|
|
|
15
15
|
export declare const BUILD_REPORT_FILENAME = "build-report.json";
|
|
16
16
|
export declare const TOOLKIT_CONFIG_FILENAME = "toolkit-config.json";
|
|
17
17
|
export declare const PREBUILD_METADATA_FILENAME = "prebuild-metadata.json";
|
|
18
|
-
export declare const DEFAULT_HVIGOR_PLUGIN_FILENAME = "rnoh-hvigor-plugin-0.82.
|
|
18
|
+
export declare const DEFAULT_HVIGOR_PLUGIN_FILENAME = "rnoh-hvigor-plugin-0.82.29.tgz";
|
|
19
19
|
export declare const STRICT_DOCTOR_EXIT_CODE = 2;
|
|
20
20
|
export declare const STRICT_ENV_EXIT_CODE = 3;
|
|
21
21
|
export declare const HARMONY_ROUTER_ENTRY_FILENAME = "index.harmony.js";
|
package/build/core/constants.js
CHANGED
|
@@ -3,10 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.DESIRED_PACKAGE_SCRIPTS = exports.HARMONY_RUNTIME_PRELUDE_RELATIVE_PATH = exports.HARMONY_ROUTER_ENTRY_FILENAME = exports.STRICT_ENV_EXIT_CODE = exports.STRICT_DOCTOR_EXIT_CODE = exports.DEFAULT_HVIGOR_PLUGIN_FILENAME = exports.PREBUILD_METADATA_FILENAME = exports.TOOLKIT_CONFIG_FILENAME = exports.BUILD_REPORT_FILENAME = exports.ENV_REPORT_FILENAME = exports.DOCTOR_REPORT_FILENAME = exports.MANIFEST_FILENAME = exports.SIGNING_LOCAL_EXAMPLE_FILENAME = exports.SIGNING_LOCAL_FILENAME = exports.GENERATED_SHIMS_DIR = exports.GENERATED_DIR = exports.SUPPORTED_EXPO_SDKS = exports.RNOH_CLI_VERSION = exports.RNOH_VERSION = exports.TEMPLATE_VERSION = exports.TOOLKIT_VERSION = exports.CLI_NAME = exports.TOOLKIT_PACKAGE_NAME = void 0;
|
|
4
4
|
exports.TOOLKIT_PACKAGE_NAME = 'expo-harmony-toolkit';
|
|
5
5
|
exports.CLI_NAME = 'expo-harmony';
|
|
6
|
-
exports.TOOLKIT_VERSION = '1.8.
|
|
7
|
-
exports.TEMPLATE_VERSION = 'rnoh-0.82.
|
|
8
|
-
exports.RNOH_VERSION = '0.82.
|
|
9
|
-
exports.RNOH_CLI_VERSION = '0.82.
|
|
6
|
+
exports.TOOLKIT_VERSION = '1.8.3';
|
|
7
|
+
exports.TEMPLATE_VERSION = 'rnoh-0.82.29';
|
|
8
|
+
exports.RNOH_VERSION = '0.82.29';
|
|
9
|
+
exports.RNOH_CLI_VERSION = '0.82.29';
|
|
10
10
|
exports.SUPPORTED_EXPO_SDKS = [53, 55];
|
|
11
11
|
exports.GENERATED_DIR = '.expo-harmony';
|
|
12
12
|
exports.GENERATED_SHIMS_DIR = `${exports.GENERATED_DIR}/shims`;
|
|
@@ -8,4 +8,4 @@ export declare const SUPPORTING_SAMPLE_PATHS: readonly ["examples/official-app-s
|
|
|
8
8
|
export declare const VERIFIED_JS_UI_CAPABILITY_NAMES: readonly ["expo-router", "expo-linking", "expo-constants", ...("react-native-reanimated" | "react-native-svg")[]];
|
|
9
9
|
export declare const PREVIEW_CAPABILITY_DEFINITIONS: import("..").CapabilityDefinition[];
|
|
10
10
|
export declare const EXPERIMENTAL_CAPABILITY_NAMES: readonly [...string[], "react-native-gesture-handler"];
|
|
11
|
-
export declare const PUBLIC_CURRENT_VERSION = "1.8.
|
|
11
|
+
export declare const PUBLIC_CURRENT_VERSION = "1.8.3";
|
|
@@ -63,11 +63,11 @@ exports.VALIDATED_RELEASE_MATRICES = {
|
|
|
63
63
|
},
|
|
64
64
|
'@react-native-oh/react-native-harmony': {
|
|
65
65
|
required: true,
|
|
66
|
-
version: '0.82.
|
|
66
|
+
version: '0.82.29',
|
|
67
67
|
},
|
|
68
68
|
'@react-native-oh/react-native-harmony-cli': {
|
|
69
69
|
required: true,
|
|
70
|
-
version: '0.82.
|
|
70
|
+
version: '0.82.29',
|
|
71
71
|
},
|
|
72
72
|
'@react-native-community/cli': {
|
|
73
73
|
required: true,
|
package/docs/npm-release.md
CHANGED
|
@@ -61,6 +61,7 @@ pnpm release:check
|
|
|
61
61
|
- hosted CI 默认仍可通过 `EXPO_HARMONY_RELEASE_SKIP_HAP=1` 跳过真实 DevEco HAP 构建
|
|
62
62
|
- debug / release HAP gate 继续由 capability acceptance、带工具链环境的 CI 或本地验收补齐
|
|
63
63
|
- `v1.8.2` 已补一条 ccnubox release HAP 的本地签名、模拟器安装与启动记录;该记录不替代真机 device acceptance,也不把 preview capability 标为 release-ready
|
|
64
|
+
- `v1.8.3` 只刷新 RNOH runtime / CLI 到 `0.82.29`,仍不宣称 RN `0.83.x` 已进入公开 Harmony 矩阵
|
|
64
65
|
- preview capability 若在报告里显示 `device=yes`,必须同时以 `evidenceSource.device=manual-doc` 对外说明其来源,不得表述成 CI 自动设备验证
|
|
65
66
|
|
|
66
67
|
## 手动发布
|
|
@@ -94,6 +94,10 @@ expo-harmony build-hap --mode release
|
|
|
94
94
|
|
|
95
95
|
这条记录只说明 release HAP 的本地签名、安装、启动链路可走通。它不代表 AppGallery 生产签名、不代表真机通过,也不关闭 preview capability 的 release runtime acceptance。
|
|
96
96
|
|
|
97
|
+
## v1.8.3 矩阵 patch 说明
|
|
98
|
+
|
|
99
|
+
`v1.8.3` 将 RNOH runtime 与 CLI 从 `0.82.18` 刷新到 `0.82.29`。npm 上当前仍没有可用的 RNOH `0.83.x` 包,因此公开矩阵继续要求 `react-native@0.82.1`;下游项目如需 Harmony build-chain,应按该矩阵锁定 React Native,而不是把模拟器构建证据扩写成 RN `0.83.x` verified。
|
|
100
|
+
|
|
97
101
|
## 关系说明
|
|
98
102
|
|
|
99
103
|
- `doctor --strict` 负责项目是否落入公开矩阵
|
package/docs/support-matrix.md
CHANGED
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
| Expo SDK | `55` |
|
|
28
28
|
| React | `19.1.1` |
|
|
29
29
|
| React Native | `0.82.1` |
|
|
30
|
-
| `@react-native-oh/react-native-harmony` | `0.82.
|
|
31
|
-
| `@react-native-oh/react-native-harmony-cli` | `0.82.
|
|
30
|
+
| `@react-native-oh/react-native-harmony` | `0.82.29` |
|
|
31
|
+
| `@react-native-oh/react-native-harmony-cli` | `0.82.29` |
|
|
32
32
|
| `@react-native-community/cli` | `20.x` |
|
|
33
33
|
| `metro` | `0.83.x` |
|
|
34
34
|
| App Shell 依赖 | `expo-router` `55.x`、`expo-linking` `55.x`、`expo-constants` `55.x`、`@expo/metro-runtime` `55.x`、`react-dom` `19.1.1` |
|