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.3.4 ## [1.3.4](https://github.com/elribonaz…
Browse files Browse the repository at this point in the history
…o/pluto-encrypted/compare/@pluto-encrypted/indexdb@1.3.3...@pluto-encrypted/indexdb@1.3.4) (2023-12-23)

### Bug Fixes

* add higher test coverage for storages. ([#68](#68)) ([f15979f](f15979f))
* disable force during ci install as its not needed anymore. ([fcb0829](fcb0829))
* docs improvement. ([16f4d56](16f4d56))
* Downgrade typescript to satisfy npm dependencies. ([cdfb540](cdfb540))

 [skip ci]
  • Loading branch information
semantic-release-bot committed Dec 23, 2023
1 parent 62515d7 commit 3aabee0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/indexdb/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@pluto-encrypted/indexdb",
"version": "1.3.3",
"version": "1.3.4",
"description": "Secure Encrypted IndexDB storage for @pluto-encrypted/database.",
"main": "./build/cjs/index.cjs",
"module": "./build/esm/index.mjs",
Expand Down Expand Up @@ -39,7 +39,7 @@
"devDependencies": {
"@pluto-encrypted/encryption": "1.2.1",
"@pluto-encrypted/shared": "1.2.1",
"@pluto-encrypted/test-suite": "1.0.2"
"@pluto-encrypted/test-suite": "1.0.3"
},
"files": [
"build/*"
Expand Down

0 comments on commit 3aabee0

Please sign in to comment.