Skip to content

Commit ee1e63f

Browse files
committed
tweaking 'astro' plugin, bumping version
1 parent b496cfe commit ee1e63f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

bundler-plugins/astro.mjs

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ export default LDL;
1212
// ********************************
1313

1414
function LDL() {
15-
var command = null;
1615
var walcAstro = walcAstroPlugin();
1716
var vite = vitePlugin();
1817

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@lo-fi/local-data-lock",
33
"description": "Protect local-first app data with encryption/decryption key secured in Webauthn (biometric) passkeys",
4-
"version": "0.9.2",
4+
"version": "0.9.3",
55
"exports": {
66
".": "./dist/bundlers/ldl.mjs",
77
"./bundlers/astro": "./bundler-plugins/astro.mjs",

0 commit comments

Comments
 (0)