@demox-labs/aleo-wallet-adapter-base
Advanced tools
Comparing version 0.0.5 to 0.0.6
{ | ||
"name": "@demox-labs/aleo-wallet-adapter-base", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Core infrastructure for connecting aleo-compatible wallets to your dApp.", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"scripts": { | ||
@@ -8,0 +8,0 @@ "build": "tsc" |
27002