We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b496cfe commit ee1e63fCopy full SHA for ee1e63f
bundler-plugins/astro.mjs
@@ -12,7 +12,6 @@ export default LDL;
12
// ********************************
13
14
function LDL() {
15
- var command = null;
16
var walcAstro = walcAstroPlugin();
17
var vite = vitePlugin();
18
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@lo-fi/local-data-lock",
3
"description": "Protect local-first app data with encryption/decryption key secured in Webauthn (biometric) passkeys",
4
- "version": "0.9.2",
+ "version": "0.9.3",
5
"exports": {
6
".": "./dist/bundlers/ldl.mjs",
7
"./bundlers/astro": "./bundler-plugins/astro.mjs",
0 commit comments