Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: updating anoncreds, askar, vdr #1587

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 8 additions & 2 deletions app/ios/AriesBifold.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,10 @@
ONLY_ACTIVE_ARCH = YES;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
};
Expand Down Expand Up @@ -729,7 +732,10 @@
MTL_ENABLE_DEBUG_INFO = NO;
OTHER_CFLAGS = "$(inherited)";
OTHER_CPLUSPLUSFLAGS = "$(inherited)";
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
Expand Down
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@
"react-native": "0.72.5",
"@types/react-native": "0.72.3",
"react-i18next": "11.18.6",
"@hyperledger/anoncreds-nodejs": "0.2.0-dev.4",
"@hyperledger/anoncreds-shared": "0.2.0-dev.4",
"@hyperledger/aries-askar-nodejs": "0.2.0-dev.1",
"@hyperledger/aries-askar-shared": "0.2.0-dev.1",
"@hyperledger/indy-vdr-nodejs": "0.2.0-dev.3",
"@hyperledger/indy-vdr-shared": "0.2.0-dev.3",
"@aries-framework/[email protected]": "patch:@aries-framework/core@npm:0.3.3#./.yarn/patches/@aries-framework-core-npm-0.3.3-dd6486de3d.patch",
"@aries-framework/react-hooks@^0.4.2": "patch:@aries-framework/react-hooks@npm:0.4.2#./.yarn/patches/@aries-framework-react-hooks-npm-0.4.2-84b7eb8764.patch",
"@aries-framework/[email protected]": "patch:@aries-framework/react-native@npm:0.3.3#./.yarn/patches/@aries-framework-react-native-npm-0.3.3-bb75ece22d.patch",
Expand Down
26 changes: 13 additions & 13 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3898,10 +3898,10 @@ __metadata:
languageName: node
linkType: hard

"@hyperledger/anoncreds-shared@npm:0.1.0":
version: 0.1.0
resolution: "@hyperledger/anoncreds-shared@npm:0.1.0"
checksum: 1a9a46c80719640ef424f5802e527663167e49eb6dba8a7259eccdb7b6086e6e7a217e03e19a4b29559c51951938d6786aaa738b80c85dd3360f7ae9a4da70a6
"@hyperledger/anoncreds-shared@npm:0.2.0-dev.4":
version: 0.2.0-dev.4
resolution: "@hyperledger/anoncreds-shared@npm:0.2.0-dev.4"
checksum: 9081a3a5eb847407f71b5cec043f013096e654025921748f5957177396c72e62a4fafb5b51dcf37c66274ae1cc5fa04bbde599ac39f9dae2ccee5b7306ceaaa1
languageName: node
linkType: hard

Expand All @@ -3918,12 +3918,12 @@ __metadata:
languageName: node
linkType: hard

"@hyperledger/aries-askar-shared@npm:0.1.1":
version: 0.1.1
resolution: "@hyperledger/aries-askar-shared@npm:0.1.1"
"@hyperledger/aries-askar-shared@npm:0.2.0-dev.1":
version: 0.2.0-dev.1
resolution: "@hyperledger/aries-askar-shared@npm:0.2.0-dev.1"
dependencies:
fast-text-encoding: ^1.0.3
checksum: ffe150d5baedb4a9cf1b79e4482641bdd974e2ba17dd0fb0dee9e2b5950a4ba8a62f482cdb54335c67a77eaac2af15cb5dbf03eecdd2b05798101e920ce15e00
buffer: ^6.0.3
checksum: cca77b5554986d561c1ec4512a6b598b0fd161d38238fe5ffee44f75054953a097604ca7f8af74b30a287981d3052f014193f082d0a51595037a0e4f168d6e00
languageName: node
linkType: hard

Expand Down Expand Up @@ -3962,10 +3962,10 @@ __metadata:
languageName: node
linkType: hard

"@hyperledger/indy-vdr-shared@npm:0.1.0":
version: 0.1.0
resolution: "@hyperledger/indy-vdr-shared@npm:0.1.0"
checksum: d19135e8d4115739b43806326a940ff51ec597e1320f2e597be2555c541caa8f9a3c36f892e7679d4130e702b1cc67dc71202d522ff9c46531ef882b27525c26
"@hyperledger/indy-vdr-shared@npm:0.2.0-dev.3":
version: 0.2.0-dev.3
resolution: "@hyperledger/indy-vdr-shared@npm:0.2.0-dev.3"
checksum: f7e3775109021b14984916b9e36954314fce83683a3c0dd2594903c92937dd930526811fa2e7220118966e33658a643ee890d16a713416cbfd9bdffa3f2444a9
languageName: node
linkType: hard

Expand Down
Loading