From 8da61d0c3b4bffd8f465ac9f85effec872edf12b Mon Sep 17 00:00:00 2001 From: inokawa <48897392+inokawa@users.noreply.github.com> Date: Mon, 14 Oct 2024 17:46:21 +0900 Subject: [PATCH] 0.12.3 --- docs/index/functions/useWebViewMessage.md | 2 +- docs/index/interfaces/ReactNativeMessage.md | 4 ++-- docs/index/interfaces/WebViewMessage.md | 4 ++-- docs/plugin/functions/createTransformer.md | 2 +- docs/plugin/functions/transform.md | 2 +- docs/web/preact/functions/useNativeMessage.md | 2 +- docs/web/preact/functions/webViewRender.md | 2 +- docs/web/react/functions/emit.md | 2 +- docs/web/react/functions/useNativeMessage.md | 2 +- docs/web/react/functions/webViewCreateRoot.md | 2 +- docs/web/react/functions/webViewRender.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 13 files changed, 16 insertions(+), 16 deletions(-) diff --git a/docs/index/functions/useWebViewMessage.md b/docs/index/functions/useWebViewMessage.md index 3b3a903..fbf9d34 100644 --- a/docs/index/functions/useWebViewMessage.md +++ b/docs/index/functions/useWebViewMessage.md @@ -50,4 +50,4 @@ A hook to subscribe messages from WebView. ## Defined in -[src/native/index.ts:28](https://github.com/inokawa/react-native-react-bridge/blob/b0a8ef6e567676174800409d4b0075e0b9a19a45/src/native/index.ts#L28) +[src/native/index.ts:28](https://github.com/inokawa/react-native-react-bridge/blob/d26d92078fb33b1c0c8fd4a3ec39d47e56a03c08/src/native/index.ts#L28) diff --git a/docs/index/interfaces/ReactNativeMessage.md b/docs/index/interfaces/ReactNativeMessage.md index 0905ac8..ec3bafa 100644 --- a/docs/index/interfaces/ReactNativeMessage.md +++ b/docs/index/interfaces/ReactNativeMessage.md @@ -16,7 +16,7 @@ #### Defined in -[src/types.ts:7](https://github.com/inokawa/react-native-react-bridge/blob/b0a8ef6e567676174800409d4b0075e0b9a19a45/src/types.ts#L7) +[src/types.ts:7](https://github.com/inokawa/react-native-react-bridge/blob/d26d92078fb33b1c0c8fd4a3ec39d47e56a03c08/src/types.ts#L7) *** @@ -26,4 +26,4 @@ #### Defined in -[src/types.ts:8](https://github.com/inokawa/react-native-react-bridge/blob/b0a8ef6e567676174800409d4b0075e0b9a19a45/src/types.ts#L8) +[src/types.ts:8](https://github.com/inokawa/react-native-react-bridge/blob/d26d92078fb33b1c0c8fd4a3ec39d47e56a03c08/src/types.ts#L8) diff --git a/docs/index/interfaces/WebViewMessage.md b/docs/index/interfaces/WebViewMessage.md index 4ae8478..42be97a 100644 --- a/docs/index/interfaces/WebViewMessage.md +++ b/docs/index/interfaces/WebViewMessage.md @@ -16,7 +16,7 @@ #### Defined in -[src/types.ts:2](https://github.com/inokawa/react-native-react-bridge/blob/b0a8ef6e567676174800409d4b0075e0b9a19a45/src/types.ts#L2) +[src/types.ts:2](https://github.com/inokawa/react-native-react-bridge/blob/d26d92078fb33b1c0c8fd4a3ec39d47e56a03c08/src/types.ts#L2) *** @@ -26,4 +26,4 @@ #### Defined in -[src/types.ts:3](https://github.com/inokawa/react-native-react-bridge/blob/b0a8ef6e567676174800409d4b0075e0b9a19a45/src/types.ts#L3) +[src/types.ts:3](https://github.com/inokawa/react-native-react-bridge/blob/d26d92078fb33b1c0c8fd4a3ec39d47e56a03c08/src/types.ts#L3) diff --git a/docs/plugin/functions/createTransformer.md b/docs/plugin/functions/createTransformer.md index 9d52223..9617922 100644 --- a/docs/plugin/functions/createTransformer.md +++ b/docs/plugin/functions/createTransformer.md @@ -24,4 +24,4 @@ ## Defined in -[src/plugin/index.ts:35](https://github.com/inokawa/react-native-react-bridge/blob/b0a8ef6e567676174800409d4b0075e0b9a19a45/src/plugin/index.ts#L35) +[src/plugin/index.ts:35](https://github.com/inokawa/react-native-react-bridge/blob/d26d92078fb33b1c0c8fd4a3ec39d47e56a03c08/src/plugin/index.ts#L35) diff --git a/docs/plugin/functions/transform.md b/docs/plugin/functions/transform.md index c2aba08..38b0c72 100644 --- a/docs/plugin/functions/transform.md +++ b/docs/plugin/functions/transform.md @@ -16,4 +16,4 @@ ## Defined in -[src/plugin/index.ts:56](https://github.com/inokawa/react-native-react-bridge/blob/b0a8ef6e567676174800409d4b0075e0b9a19a45/src/plugin/index.ts#L56) +[src/plugin/index.ts:56](https://github.com/inokawa/react-native-react-bridge/blob/d26d92078fb33b1c0c8fd4a3ec39d47e56a03c08/src/plugin/index.ts#L56) diff --git a/docs/web/preact/functions/useNativeMessage.md b/docs/web/preact/functions/useNativeMessage.md index bdb1d4d..80e20f7 100644 --- a/docs/web/preact/functions/useNativeMessage.md +++ b/docs/web/preact/functions/useNativeMessage.md @@ -22,4 +22,4 @@ A hook to subscribe messages from React Native. ## Defined in -[src/web/preact.ts:25](https://github.com/inokawa/react-native-react-bridge/blob/b0a8ef6e567676174800409d4b0075e0b9a19a45/src/web/preact.ts#L25) +[src/web/preact.ts:25](https://github.com/inokawa/react-native-react-bridge/blob/d26d92078fb33b1c0c8fd4a3ec39d47e56a03c08/src/web/preact.ts#L25) diff --git a/docs/web/preact/functions/webViewRender.md b/docs/web/preact/functions/webViewRender.md index 8c5136a..139611b 100644 --- a/docs/web/preact/functions/webViewRender.md +++ b/docs/web/preact/functions/webViewRender.md @@ -21,4 +21,4 @@ All dependencies are resolved, compressed and stringified into one file ## Defined in -[src/web/preact.ts:17](https://github.com/inokawa/react-native-react-bridge/blob/b0a8ef6e567676174800409d4b0075e0b9a19a45/src/web/preact.ts#L17) +[src/web/preact.ts:17](https://github.com/inokawa/react-native-react-bridge/blob/d26d92078fb33b1c0c8fd4a3ec39d47e56a03c08/src/web/preact.ts#L17) diff --git a/docs/web/react/functions/emit.md b/docs/web/react/functions/emit.md index 2afef6f..fdf3e46 100644 --- a/docs/web/react/functions/emit.md +++ b/docs/web/react/functions/emit.md @@ -22,4 +22,4 @@ A function to send a message to React Native ## Defined in -[src/web/core.ts:13](https://github.com/inokawa/react-native-react-bridge/blob/b0a8ef6e567676174800409d4b0075e0b9a19a45/src/web/core.ts#L13) +[src/web/core.ts:13](https://github.com/inokawa/react-native-react-bridge/blob/d26d92078fb33b1c0c8fd4a3ec39d47e56a03c08/src/web/core.ts#L13) diff --git a/docs/web/react/functions/useNativeMessage.md b/docs/web/react/functions/useNativeMessage.md index 4dfb5a5..e4c3a64 100644 --- a/docs/web/react/functions/useNativeMessage.md +++ b/docs/web/react/functions/useNativeMessage.md @@ -22,4 +22,4 @@ A hook to subscribe messages from React Native. ## Defined in -[src/web/react.ts:34](https://github.com/inokawa/react-native-react-bridge/blob/b0a8ef6e567676174800409d4b0075e0b9a19a45/src/web/react.ts#L34) +[src/web/react.ts:34](https://github.com/inokawa/react-native-react-bridge/blob/d26d92078fb33b1c0c8fd4a3ec39d47e56a03c08/src/web/react.ts#L34) diff --git a/docs/web/react/functions/webViewCreateRoot.md b/docs/web/react/functions/webViewCreateRoot.md index 676cbde..82a426f 100644 --- a/docs/web/react/functions/webViewCreateRoot.md +++ b/docs/web/react/functions/webViewCreateRoot.md @@ -18,4 +18,4 @@ ## Defined in -[src/web/react.ts:26](https://github.com/inokawa/react-native-react-bridge/blob/b0a8ef6e567676174800409d4b0075e0b9a19a45/src/web/react.ts#L26) +[src/web/react.ts:26](https://github.com/inokawa/react-native-react-bridge/blob/d26d92078fb33b1c0c8fd4a3ec39d47e56a03c08/src/web/react.ts#L26) diff --git a/docs/web/react/functions/webViewRender.md b/docs/web/react/functions/webViewRender.md index 3632b4a..724ace2 100644 --- a/docs/web/react/functions/webViewRender.md +++ b/docs/web/react/functions/webViewRender.md @@ -21,4 +21,4 @@ All dependencies are resolved, compressed and stringified into one file ## Defined in -[src/web/react.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/b0a8ef6e567676174800409d4b0075e0b9a19a45/src/web/react.ts#L18) +[src/web/react.ts:18](https://github.com/inokawa/react-native-react-bridge/blob/d26d92078fb33b1c0c8fd4a3ec39d47e56a03c08/src/web/react.ts#L18) diff --git a/package-lock.json b/package-lock.json index 93ab69e..5915c55 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "react-native-react-bridge", - "version": "0.12.2", + "version": "0.12.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "react-native-react-bridge", - "version": "0.12.2", + "version": "0.12.3", "license": "MIT", "dependencies": { "@babel/core": "7.25.2", diff --git a/package.json b/package.json index 716e8f6..ca826b4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-react-bridge", - "version": "0.12.2", + "version": "0.12.3", "description": "An easy way to integrate your React (or Preact/React Native Web) app into React Native app with WebView.", "main": "lib/index.js", "module": "lib/index.mjs",