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

Commit

Permalink
chore(release): release 1.0.14 ## [1.0.14](https://github.com/elribon…
Browse files Browse the repository at this point in the history
…azo/pluto-encrypted/compare/@pluto-encrypted/database@1.0.13...@pluto-encrypted/database@1.0.14) (2023-12-17)

### Bug Fixes

* Improve code coverage and set 100 threshold from now on ([#60](#60)) ([3bc51e9](3bc51e9))

 [skip ci]
  • Loading branch information
semantic-release-bot committed Dec 17, 2023
1 parent 45e84d0 commit 5b265d1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/database/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluto-encrypted/database",
"version": "1.0.13",
"version": "1.0.14",
"description": "Encrypted db engine for Atala Prism SDK that supports multiple databases, IndexDB, LevelDB and InMemory.",
"main": "./build/cjs/index.cjs",
"module": "./build/esm/index.mjs",
Expand Down Expand Up @@ -40,9 +40,9 @@
"@pluto-encrypted/leveldb": "^1.1.1"
},
"devDependencies": {
"@pluto-encrypted/indexdb": "1.1.3",
"@pluto-encrypted/inmemory": "1.1.2",
"@pluto-encrypted/leveldb": "1.1.2",
"@pluto-encrypted/indexdb": "1.1.4",
"@pluto-encrypted/inmemory": "1.1.3",
"@pluto-encrypted/leveldb": "1.1.3",
"@vitest/coverage-v8": "^1.0.4",
"level": "^6.0.1"
},
Expand All @@ -54,4 +54,4 @@
"build/*"
],
"gitHead": "6aa4ce8bbb9938fc4c4e790efffa5b902631362c"
}
}

0 comments on commit 5b265d1

Please sign in to comment.