From d380e763183d5617daacf812c89f335ae809e92e Mon Sep 17 00:00:00 2001 From: benthecarman Date: Sun, 6 Aug 2023 17:32:56 -0500 Subject: [PATCH] Update mutiny-wasm --- package.json | 4 ++-- pnpm-lock.yaml | 8 ++++---- src/routes/settings/Connections.tsx | 3 +-- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/package.json b/package.json index f13427fa..ec2da808 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mutiny-wallet", - "version": "0.4.6", + "version": "0.4.7", "license": "MIT", "packageManager": "pnpm@8.3.1", "scripts": { @@ -47,7 +47,7 @@ "@kobalte/tailwindcss": "^0.5.0", "@modular-forms/solid": "^0.18.1", "@mutinywallet/barcode-scanner": "5.0.0-beta.3", - "@mutinywallet/mutiny-wasm": "0.4.6", + "@mutinywallet/mutiny-wasm": "0.4.7", "@mutinywallet/waila-wasm": "^0.2.1", "@solid-primitives/upload": "^0.0.111", "@thisbeyond/solid-select": "^0.14.0", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 0254b9b0..72739aa3 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -23,8 +23,8 @@ dependencies: specifier: 5.0.0-beta.3 version: 5.0.0-beta.3(@capacitor/core@5.2.2) '@mutinywallet/mutiny-wasm': - specifier: 0.4.6 - version: 0.4.6 + specifier: 0.4.7 + version: 0.4.7 '@mutinywallet/waila-wasm': specifier: ^0.2.1 version: 0.2.1 @@ -2075,8 +2075,8 @@ packages: '@capacitor/core': 5.2.2 dev: false - /@mutinywallet/mutiny-wasm@0.4.6: - resolution: {integrity: sha512-j81J1xDHqbARqP9hKgda9wHbT+wQ1cgSHaFsNEob66Ja/d21VwVIMbGe7El8U4XU0A7Dp2pamEbrDVw1TLj6tA==} + /@mutinywallet/mutiny-wasm@0.4.7: + resolution: {integrity: sha512-VMd79CiqtWLLhRZegSyNX78SMCxWWCmbhXaPaHQyRh1HV3s3VJGL4NxniLLKUF21UxMljx0E0SZoGRsBiE5FjA==} dev: false /@mutinywallet/waila-wasm@0.2.1: diff --git a/src/routes/settings/Connections.tsx b/src/routes/settings/Connections.tsx index c4f9ef3f..39c2eb54 100644 --- a/src/routes/settings/Connections.tsx +++ b/src/routes/settings/Connections.tsx @@ -53,8 +53,7 @@ function Nwc() { return; } const profile = await state.mutiny_wallet?.create_nwc_profile( - formName(), - 10000n + formName() ); if (!profile) {