File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @hyperledger/anoncreds-react-native " : patch
3+ " @hyperledger/anoncreds-nodejs " : patch
4+ ---
5+
6+ update to use anoncreds-rs v0.2.3
Original file line number Diff line number Diff line change 7979 cache : " pnpm"
8080 registry-url : " https://registry.npmjs.org"
8181
82- # Ensure npm >= 11.5.1 for trusted publishing support
82+ # Ensure npm >= 11.5.1 for trusted publishing support.
83+ # Automatically fetch future security updates
8384 - name : Update npm
84- run : npm install -g npm@11.5.1
85+ run : npm install -g npm@^ 11.5.1
8586
8687 - name : Install Dependencies
8788 run : pnpm install --frozen-lockfile
Original file line number Diff line number Diff line change 3737 "typescript" : " catalog:"
3838 },
3939 "binary" : {
40- "version" : " v0.2.2 " ,
40+ "version" : " v0.2.3 " ,
4141 "host" : " https://github.com/hyperledger/anoncreds-rs/releases/download" ,
4242 "packageName" : " library-{platform}-{arch}.tar.gz"
4343 },
Original file line number Diff line number Diff line change 4949 "react-native" : " >= 0.71"
5050 },
5151 "binary" : {
52- "version" : " v0.2.2 " ,
52+ "version" : " v0.2.3 " ,
5353 "host" : " https://github.com/hyperledger/anoncreds-rs/releases/download" ,
5454 "packageName" : " library-ios-android.tar.gz"
5555 }
You can’t perform that action at this time.
0 commit comments