Skip to content
This repository has been archived by the owner on Jan 1, 2025. It is now read-only.

Commit

Permalink
fix: make models extendable.
Browse files Browse the repository at this point in the history
  • Loading branch information
elribonazo committed Jan 8, 2024
1 parent 7071fa2 commit 4166ab8
Show file tree
Hide file tree
Showing 56 changed files with 1,972 additions and 1,925 deletions.
347 changes: 177 additions & 170 deletions package-lock.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@
"dependencies": {
"typedoc-plugin-external-module-map": "^2.0.1"
}
}
}
3 changes: 2 additions & 1 deletion packages/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,14 @@
"@pluto-encrypted/indexdb": "1.9.4",
"@pluto-encrypted/inmemory": "1.9.4",
"@pluto-encrypted/leveldb": "1.9.4",
"@pluto-encrypted/schemas": "^0.0.0",
"@vitest/coverage-v8": "^1.0.4",
"level": "^6.0.1"
},
"dependencies": {
"@atala/prism-wallet-sdk": "^4.0.0-rc.1",
"@pluto-encrypted/encryption": "1.9.3",
"@pluto-encrypted/schemas": "0.0.0",
"@pluto-encrypted/schemas": "^0.0.0",
"rxdb": "^14.17.0",
"rxjs": "7.8.1",
"uuid": "^9.0.1"
Expand Down
Loading

0 comments on commit 4166ab8

Please sign in to comment.