Skip to content

Commit

Permalink
Bump react-native-executorch version (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakmro authored Nov 14, 2024
1 parent d58a329 commit 402030b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions examples/llama/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/llama/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
10 changes: 5 additions & 5 deletions examples/llama/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 402030b

Please sign in to comment.