Skip to content

Commit af1604c

Browse files
authored
Merge pull request #80 from lightninglabs/bump-version-v0.2.4
deps: update lnc-core to v0.2.4-alpha
2 parents f6d9d1f + 951fbc8 commit af1604c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

lib/lnc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { wasmLog as log } from './util/log';
1313

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightninglabs/lnc-web",
3-
"version": "0.2.3-alpha",
3+
"version": "0.2.4-alpha",
44
"description": "Lightning Node Connect npm module for web",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -51,7 +51,7 @@
5151
"webpack-cli": "4.9.2"
5252
},
5353
"dependencies": {
54-
"@lightninglabs/lnc-core": "0.2.3-alpha",
54+
"@lightninglabs/lnc-core": "0.2.4-alpha",
5555
"crypto-js": "4.1.1"
5656
},
5757
"browser": {

yarn.lock

Lines changed: 4 additions & 4 deletions
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].3-alpha":
84-
version "0.2.3-alpha"
85-
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.2.3-alpha.tgz#e1b92a9071d1dfb92e2d565710b56f28f57cbbd4"
86-
integrity sha512-93D/uU64ayAaJv5kv4Pqwvkt+uT7yCtmHD08aUzvql+lbWm6U7m5loZLxz7tACFLXVPOQ8OHJL25W+3QMEYthg==
83+
"@lightninglabs/[email protected].4-alpha":
84+
version "0.2.4-alpha"
85+
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.2.4-alpha.tgz#3864ea91cd57d3340ed250cdff9318ba6dbcfe6e"
86+
integrity sha512-vZQJzMB5tWW/GFxUFyxrfDAGM8Q4jz55vjO4IJyp9Pk8fxBeYEyYJYF8+cJ9/9CKZ7fgX9MPp8m08oOVjJVlhQ==
8787

8888
"@protobufjs/aspromise@^1.1.1", "@protobufjs/aspromise@^1.1.2":
8989
version "1.1.2"

0 commit comments

Comments
 (0)