Skip to content

Commit 25eeb6f

Browse files
Merge pull request #114 from lightninglabs/2024-07-update_to_v0.3.2-alpha
Bump version to v0.3.2-alpha
2 parents f65cf92 + f0852b6 commit 25eeb6f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

lib/lnc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { wasmLog as log } from './util/log';
1414

1515
/** The default values for the LncConfig options */
1616
const DEFAULT_CONFIG = {
17-
wasmClientCode: 'https://lightning.engineering/lnc-v0.3.1-alpha.wasm',
17+
wasmClientCode: 'https://lightning.engineering/lnc-v0.3.2-alpha.wasm',
1818
namespace: 'default',
1919
serverHost: 'mailbox.terminal.lightning.today:443'
2020
} as Required<LncConfig>;

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightninglabs/lnc-web",
3-
"version": "0.3.1-alpha",
3+
"version": "0.3.2-alpha",
44
"description": "Lightning Node Connect npm module for web",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -50,7 +50,7 @@
5050
"webpack-cli": "4.9.2"
5151
},
5252
"dependencies": {
53-
"@lightninglabs/lnc-core": "0.3.1-alpha",
53+
"@lightninglabs/lnc-core": "0.3.2-alpha",
5454
"crypto-js": "4.2.0"
5555
},
5656
"browser": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
"@jridgewell/resolve-uri" "3.1.0"
8181
"@jridgewell/sourcemap-codec" "1.4.14"
8282

83-
"@lightninglabs/[email protected].1-alpha":
84-
version "0.3.1-alpha"
85-
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.3.1-alpha.tgz#cfd6c0857a20013fb1819b40bd1158a2edc8bcf0"
86-
integrity sha512-I/hThdItLWJ6RU8Z27ZIXhpBS2JJuD3+TjtaQXX2CabaUYXlcN4sk+Kx8N/zG/fk8qZvjlRWum4vHu4ZX554Fg==
83+
"@lightninglabs/[email protected].2-alpha":
84+
version "0.3.2-alpha"
85+
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.3.2-alpha.tgz#bde028a858a77d78af4885df8bd95b036103b736"
86+
integrity sha512-H6tG+X9txCIdxTR+GPsbImzP2Juo+6Uvq/Ipaijd7xPISzgEU4J4GNE5PEHuIZqbnBo1RmpuXnFG6dmsl3PTzQ==
8787

8888
"@tsconfig/node10@^1.0.7":
8989
version "1.0.9"

0 commit comments

Comments
 (0)