Skip to content

Commit 988a8fa

Browse files
authored
Merge pull request #77 from lightninglabs/v0.2.2-alpha
v0.2.2-alpha updates
2 parents 7bc8121 + ea940d4 commit 988a8fa

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
@@ -12,7 +12,7 @@ import { wasmLog as log } from './util/log';
1212

1313
/** The default values for the LncConfig options */
1414
const DEFAULT_CONFIG = {
15-
wasmClientCode: 'https://lightning.engineering/lnc-v0.2.1-alpha.wasm',
15+
wasmClientCode: 'https://lightning.engineering/lnc-v0.2.2-alpha.wasm',
1616
namespace: 'default',
1717
serverHost: 'mailbox.terminal.lightning.today:443'
1818
} 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.1-alpha",
3+
"version": "0.2.2-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.1-alpha",
54+
"@lightninglabs/lnc-core": "0.2.2-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].1-alpha":
84-
version "0.2.1-alpha"
85-
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.2.1-alpha.tgz#b381ea29fb7bc20a7dd10334bb913bb50f6dac36"
86-
integrity sha512-H297V3seL+PE786HcuAQiSass/3y0NSYCy3b4hNTZL4Io80Oy4WY49s08CpRuV8cNfjAzWjYSXkhorALjaRdwA==
83+
"@lightninglabs/[email protected].2-alpha":
84+
version "0.2.2-alpha"
85+
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.2.2-alpha.tgz#37e1dcf3419844f70e5df7901ec55cb62a9b0b1e"
86+
integrity sha512-S46tZ6cH7jPgrotbZS9Pceyb2Nf+gaC9gmorm1DC7OpWxaf2gilelNk+0wVf9B8pqIwnBfr1z3h/sTophvLkUQ==
8787

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

0 commit comments

Comments
 (0)