From 402030b84db27c80d664e819c379c2be53376164 Mon Sep 17 00:00:00 2001 From: Jakub Mroz <115979017+jakmro@users.noreply.github.com> Date: Thu, 14 Nov 2024 18:41:35 +0100 Subject: [PATCH] Bump react-native-executorch version (#25) --- examples/llama/ios/Podfile.lock | 4 ++-- examples/llama/package.json | 2 +- examples/llama/yarn.lock | 10 +++++----- package.json | 2 +- 4 files changed, 9 insertions(+), 9 deletions(-) diff --git a/examples/llama/ios/Podfile.lock b/examples/llama/ios/Podfile.lock index d5d66e5..ec90b92 100644 --- a/examples/llama/ios/Podfile.lock +++ b/examples/llama/ios/Podfile.lock @@ -970,7 +970,7 @@ PODS: - React-Mapbuffer (0.74.5): - glog - React-debug - - react-native-executorch (0.1.0): + - react-native-executorch (0.1.1): - DoubleConversion - glog - hermes-engine @@ -1492,7 +1492,7 @@ SPEC CHECKSUMS: React-jsitracing: 3b6060bbf5317663667e1dd93560c7943ab86ccc React-logger: 257858bd55f3a4e1bc0cf07ddc8fb9faba6f8c7c React-Mapbuffer: 6c1cacdbf40b531f549eba249e531a7d0bfd8e7f - react-native-executorch: 8ed8ade26ff47d44c6582e5e7454934c71cde32a + react-native-executorch: c091615cbe428d73f1c03fb261b807f08f1ae4b3 react-native-safe-area-context: a240ad4b683349e48b1d51fed1611138d1bdad97 React-nativeconfig: ba9a2e54e2f0882cf7882698825052793ed4c851 React-NativeModulesApple: 8d11ff8955181540585c944cf48e9e7236952697 diff --git a/examples/llama/package.json b/examples/llama/package.json index 4974df0..67b9247 100644 --- a/examples/llama/package.json +++ b/examples/llama/package.json @@ -16,7 +16,7 @@ "metro-config": "^0.80.12", "react": "18.2.0", "react-native": "0.74.5", - "react-native-executorch": "0.1.0", + "react-native-executorch": "0.1.1", "react-native-loading-spinner-overlay": "^3.0.1", "react-native-markdown-display": "^7.0.2", "react-native-reanimated": "~3.10.1", diff --git a/examples/llama/yarn.lock b/examples/llama/yarn.lock index fe80608..3006ed4 100644 --- a/examples/llama/yarn.lock +++ b/examples/llama/yarn.lock @@ -6176,7 +6176,7 @@ __metadata: metro-config: ^0.80.12 react: 18.2.0 react-native: 0.74.5 - react-native-executorch: 0.1.0 + react-native-executorch: 0.1.1 react-native-loading-spinner-overlay: ^3.0.1 react-native-markdown-display: ^7.0.2 react-native-reanimated: ~3.10.1 @@ -7813,13 +7813,13 @@ __metadata: languageName: node linkType: hard -"react-native-executorch@npm:0.1.0": - version: 0.1.0 - resolution: "react-native-executorch@npm:0.1.0" +"react-native-executorch@npm:0.1.1": + version: 0.1.1 + resolution: "react-native-executorch@npm:0.1.1" peerDependencies: react: "*" react-native: "*" - checksum: b0ea4cbf6e7bf254ca5476a2711bbc62e72ff9b666f904a087a9199ddc702152c71acadf7c9ecdba3ee731ce5073261d9d8356d57f3ea861f032a7d793b568ed + checksum: e9fdf3487d6048df22d794ef65c89e509f0cd4af91a500099a9fec638e8a92376b6df6dd1472219d2aa16bebd63b8c4e7bff28833cc4d1e7222cd5cc08dc55f8 languageName: node linkType: hard diff --git a/package.json b/package.json index 80a7633..55a7411 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-executorch", - "version": "0.1.0", + "version": "0.1.1", "description": "An easy way to run AI models in react native with ExecuTorch", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js",