Skip to content

Commit 6662bd8

Browse files
authored
Merge pull request #18 from bryce-mcmath/chore/deps/upgrade-anoncreds-rs
2 parents a61a531 + aa9f0d2 commit 6662bd8

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

.changeset/modern-eggs-repair.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"@hyperledger/anoncreds-react-native": patch
3+
"@hyperledger/anoncreds-nodejs": patch
4+
---
5+
6+
update to use anoncreds-rs v0.2.3

.github/workflows/release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,10 @@ jobs:
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

packages/anoncreds-nodejs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
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
},

packages/anoncreds-react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
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
}

0 commit comments

Comments
 (0)