Skip to content

Commit

Permalink
fixing mistake in exports
Browse files Browse the repository at this point in the history
  • Loading branch information
getify committed Dec 18, 2024
1 parent 3fbb154 commit a0767d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@lo-fi/local-data-lock",
"description": "Protect local-first app data with encryption/decryption key secured in WebAuthn (biometric) passkeys",
"version": "0.15.0",
"version": "0.15.1",
"exports": {
".": "./dist/bundlers/ldl.mjs",
"./bundlers/astro": "./bundler-plugins/astro.mjs",
Expand Down
1 change: 1 addition & 0 deletions src/ldl.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ var publicAPI = {
resetAbortReason,

// main library API:
supportsWAUserVerification,
listLocalIdentities,
clearLockKeyCache,
removeLocalAccount,
Expand Down

0 comments on commit a0767d3

Please sign in to comment.