diff --git a/harmony/rn_webview.har b/harmony/rn_webview.har index aa86e9c00..e929e876f 100644 Binary files a/harmony/rn_webview.har and b/harmony/rn_webview.har differ diff --git a/harmony/rn_webview/BuildProfile.ets b/harmony/rn_webview/BuildProfile.ets index 3ec10befc..edbddd682 100644 --- a/harmony/rn_webview/BuildProfile.ets +++ b/harmony/rn_webview/BuildProfile.ets @@ -1,7 +1,7 @@ /** * Use these variables when you tailor your ArkTS code. They must be of the const type. */ -export const HAR_VERSION = '13.10.2-0.2.35'; +export const HAR_VERSION = '13.10.2-0.2.36'; export const BUILD_MODE_NAME = 'debug'; export const DEBUG = true; export const TARGET_NAME = 'default'; diff --git a/harmony/rn_webview/oh-package.json5 b/harmony/rn_webview/oh-package.json5 index fd4ce9231..c8a09720e 100644 --- a/harmony/rn_webview/oh-package.json5 +++ b/harmony/rn_webview/oh-package.json5 @@ -6,7 +6,7 @@ "name": "@react-native-oh-tpl/react-native-webview", "description": "main cpai architecture", "main": "index.ets", - "version": "13.10.2-0.2.35", + "version": "13.10.2-0.2.36", "dependencies": { "@rnoh/react-native-openharmony": "file:../react_native_openharmony" } diff --git a/package.json b/package.json index de438a3bd..7b73ad197 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "Thibault Malbranche " ], "license": "MIT", - "version": "13.10.2-0.2.35", + "version": "13.10.2-0.2.36", "homepage": "https://github.com/react-native-oh-library/react-native-webview#readme", "scripts": { "macos": "react-native run-macos --scheme WebviewExample --project-path example/macos", @@ -87,6 +87,10 @@ "react-native", "harmony" ], + "publishConfig": { + "registry": "https://registry.npmjs.org/", + "access": "public" + }, "harmony": { "alias": "react-native-webview", "codegenConfig": {