Skip to content

Commit

Permalink
fix: upgrade to edge sdk 4.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Feb 1, 2024
1 parent 91b02e5 commit def21fb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Is a community maintained project which aims to bring a scalable and future proof storage solution for Wallet SDK on typescript. By using this package you can ensure that this dependency will fit the AtalaPrism wallet SDK contract and provide the SDK with storage finally.

## Interface
Edge SDK Pluto interface [v4.0.0-rc1](https://input-output-hk.github.io/atala-prism-wallet-sdk-ts/interfaces/Domain.Pluto.html)
Edge SDK Pluto interface [v4.0.0](https://input-output-hk.github.io/atala-prism-wallet-sdk-ts/interfaces/Domain.Pluto.html)
```typescript

export interface Pluto {
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"author": "elribonazo@gmail.com",
"license": "Apache-2.0",
"peerDependencies": {
"@atala/prism-wallet-sdk": "^4.0.0-rc.1"
"@atala/prism-wallet-sdk": "^4.0.0"
},
"optionalDependencies": {
"@pluto-encrypted/indexdb": "1.12.1",
Expand All @@ -51,7 +51,7 @@
"level": "^6.0.1"
},
"dependencies": {
"@atala/prism-wallet-sdk": "^4.0.0-rc.1",
"@atala/prism-wallet-sdk": "^4.0.0",
"@pluto-encrypted/encryption": "1.11.0",
"@pluto-encrypted/shared": "1.11.3",
"@pluto-encrypted/schemas": "^1.0.0",
Expand All @@ -63,4 +63,4 @@
"build/*"
],
"gitHead": "6aa4ce8bbb9938fc4c4e790efffa5b902631362c"
}
}

0 comments on commit def21fb

Please sign in to comment.