Skip to content

Commit

Permalink
Update to one-webcrypto 1.0.3, Bump to 0.15.4 (#61)
Browse files Browse the repository at this point in the history
* Update to one-webcrypto 1.0.2, Bump to 0.15.4

* Bump one-webcrypto to 1.0.3
  • Loading branch information
matheus23 authored Nov 2, 2021
1 parent fb8fab2 commit 44bb7db
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "keystore-idb",
"version": "0.15.3",
"version": "0.15.4",
"description": "In-browser key management with IndexedDB and the Web Crypto API",
"keywords": [],
"type": "module",
Expand Down Expand Up @@ -75,7 +75,7 @@
},
"dependencies": {
"localforage": "^1.10.0",
"one-webcrypto": "^1.0.1",
"one-webcrypto": "^1.0.3",
"uint8arrays": "^3.0.0"
}
}
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3139,10 +3139,10 @@ once@^1.3.0, once@^1.3.1, once@^1.4.0:
dependencies:
wrappy "1"

one-webcrypto@^1.0.1:
version "1.0.1"
resolved "https://registry.yarnpkg.com/one-webcrypto/-/one-webcrypto-1.0.1.tgz#023dcf8983276dc568a0ecfc71aa71ad045190b8"
integrity sha512-yFtrnpAgreBUDgEM/iTMGXwCnyyo/zwTOly/Pqx8T8TFd79QUv0OI+WkVMvCVgBg5Eja7Uo12x2M7v7RJPba8A==
one-webcrypto@^1.0.3:
version "1.0.3"
resolved "https://registry.yarnpkg.com/one-webcrypto/-/one-webcrypto-1.0.3.tgz#f951243cde29b79b6745ad14966fc598a609997c"
integrity sha512-fu9ywBVBPx0gS9K0etIROTiCkvI5S1TDjFsYFb3rC1ewFxeOqsbzq7aIMBHsYfrTHBcGXJaONXXjTl8B01cW1Q==

onetime@^5.1.0:
version "5.1.2"
Expand Down

0 comments on commit 44bb7db

Please sign in to comment.