Skip to content

Commit

Permalink
chore(release): release 1.3.1 ## [1.3.1](https://github.com/atala-com…
Browse files Browse the repository at this point in the history
…munity-projects/pluto-encrypted/compare/@pluto-encrypted/schemas@1.3.0...@pluto-encrypted/schemas@1.3.1) (2024-01-19)

### Bug Fixes

* allow calling start twice and only add collections if required. ([5577ec4](5577ec4))

 [skip ci]
  • Loading branch information
elribonazo committed Jan 19, 2024
1 parent f2dd2df commit 4813166
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/schemas/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluto-encrypted/schemas",
"version": "1.3.0",
"version": "1.3.1",
"description": "Provides the default schemas used in @pluto-encrypted/database",
"main": "./build/cjs/index.cjs",
"module": "./build/esm/index.mjs",
Expand Down Expand Up @@ -31,13 +31,13 @@
},
"devDependencies": {
"@pluto-encrypted/encryption": "1.11.0",
"@pluto-encrypted/shared": "1.11.2",
"@pluto-encrypted/shared": "1.11.3",
"@vitest/coverage-v8": "^1.0.4"
},
"dependencies": {
"@atala/prism-wallet-sdk": "^4.0.0-rc.1",
"@pluto-encrypted/encryption": "1.11.0",
"@pluto-encrypted/shared": "1.11.2",
"@pluto-encrypted/shared": "1.11.3",
"rxdb": "^14.17.0",
"rxjs": "7.8.1",
"uuid": "^9.0.1"
Expand Down

0 comments on commit 4813166

Please sign in to comment.