Skip to content

Commit

Permalink
updating 'local-data-lock' dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Sep 30, 2024
1 parent bdb021e commit 7383a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lo-fi/local-vault",
"description": "Store key-value data encrypted (biometric passkey protected), locally in the client",
"version": "0.16.0",
"version": "0.16.1",
"exports": {
".": "./dist/bundlers/lv.mjs",
"./adapter/idb": "./dist/bundlers/adapter.idb.mjs",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"dependencies": {
"@byojs/storage": "~0.11.1",
"@lo-fi/local-data-lock": "~0.14.2"
"@lo-fi/local-data-lock": "~0.14.3"
},
"devDependencies": {
"micromatch": "~4.0.5",
Expand Down

0 comments on commit 7383a8e

Please sign in to comment.