Skip to content

Commit 154659c

Browse files
Merge pull request #9 from react-native-oh-library/capi
capi合入sig
2 parents eca2aa2 + 5055e52 commit 154659c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

harmony/exception_handler.har

29 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export default class BuildProfile {
2-
static readonly HAR_VERSION = '2.10.10-0.1.5';
2+
static readonly HAR_VERSION = '2.10.10-0.1.6';
33
static readonly BUILD_MODE_NAME = 'debug';
44
static readonly DEBUG = true;
55
}

harmony/exception_handler/oh-package.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
"name": "@react-native-oh-tpl/react-native-exception-handler",
77
"description": "",
88
"main": "index.ets",
9-
"version": "2.10.10-0.1.5",
9+
"version": "2.10.10-0.1.6",
1010
"dependencies": {
11-
"@rnoh/react-native-openharmony": "file:../rnoh"
11+
"@rnoh/react-native-openharmony": "file:../react_native_openharmony"
1212
}
1313
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-oh-tpl/react-native-exception-handler",
3-
"version": "2.10.10-0.1.5",
3+
"version": "2.10.10-0.1.6",
44
"description": "A react native module that lets you to register a global error handler that can capture fatal/non fatal uncaught exceptions.",
55
"react-native": "src/index",
66
"source": "src/index",

0 commit comments

Comments
 (0)