Skip to content

Commit

Permalink
chore!: update indy-sdk-react-native version to 0.2.0 (#754)
Browse files Browse the repository at this point in the history
Signed-off-by: Amit <amit@northernblock.io>

BREAKING CHANGE: indy-sdk-react-native has been updated to 0.2.0. The new version now depends on libindy version 1.16 and requires you to update the binaries in your react-native application. See the [indy-sdk-react-native](https://github.com/hyperledger/indy-sdk-react-native) repository for instructions on how to get the latest binaries for both iOS and Android.
  • Loading branch information
nbAmit committed May 9, 2022
1 parent 1dfa32e commit 4146778
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"devDependencies": {
"@types/indy-sdk-react-native": "npm:@types/indy-sdk@^1.16.16",
"@types/react-native": "^0.64.10",
"indy-sdk-react-native": "^0.1.21",
"indy-sdk-react-native": "^0.2.0",
"react": "17.0.1",
"react-native": "0.64.2",
"react-native-fs": "^2.18.0",
Expand All @@ -40,7 +40,7 @@
"typescript": "~4.3.0"
},
"peerDependencies": {
"indy-sdk-react-native": "^0.1.21",
"indy-sdk-react-native": "^0.2.0",
"react-native-fs": "^2.18.0",
"react-native-get-random-values": "^1.7.0"
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5504,10 +5504,10 @@ indent-string@^4.0.0:
resolved "https://registry.yarnpkg.com/indent-string/-/indent-string-4.0.0.tgz#624f8f4497d619b2d9768531d58f4122854d7251"
integrity sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==

indy-sdk-react-native@^0.1.21:
version "0.1.21"
resolved "https://registry.yarnpkg.com/indy-sdk-react-native/-/indy-sdk-react-native-0.1.21.tgz#19f8cfd2afbe10775cef4f48682499dd963b9e02"
integrity sha512-AvOle3xfY3xWfwQe4fit2Pxmx0dKAuamm1L+nOoLRMVzNQNvdMdH8oxXs8eSUWh/7F6raL+ghAG3B4OEEeH3DA==
indy-sdk-react-native@^0.2.0:
version "0.2.0"
resolved "https://registry.yarnpkg.com/indy-sdk-react-native/-/indy-sdk-react-native-0.2.0.tgz#9f02dc29726b22b5f90aa602b6a0d15cbd26b48b"
integrity sha512-eipyH5GzQFjTf89sMCSMy5axbl3uVDln79LOH2rpqN2cb+80Pzb3tMFYWb9TaU4jMKYzlaEE0RsuQoS151g2jQ==
dependencies:
buffer "^6.0.2"

Expand Down

0 comments on commit 4146778

Please sign in to comment.