Skip to content

Commit 0be66bb

Browse files
Merge pull request #122 from lightninglabs/2025-07-use-lnc-core-v0_3_4
Bump version to v0.3.4-alpha
2 parents e05eddd + 862a1fb commit 0be66bb

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
@@ -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.3-alpha.wasm',
17+
wasmClientCode: 'https://lightning.engineering/lnc-v0.3.4-alpha.wasm',
1818
namespace: 'default',
1919
serverHost: 'mailbox.terminal.lightning.today:443'
2020
} 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.3.3-alpha",
3+
"version": "0.3.4-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": "5.1.4"
5151
},
5252
"dependencies": {
53-
"@lightninglabs/lnc-core": "0.3.3-alpha",
53+
"@lightninglabs/lnc-core": "0.3.4-alpha",
5454
"crypto-js": "4.2.0"
5555
},
5656
"browser": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@
8585
"@jridgewell/resolve-uri" "^3.1.0"
8686
"@jridgewell/sourcemap-codec" "^1.4.14"
8787

88-
"@lightninglabs/[email protected].3-alpha":
89-
version "0.3.3-alpha"
90-
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.3.3-alpha.tgz#dd6ec289308b728e743fcc6cc0a9ce64267a5af1"
91-
integrity sha512-9azOWE1PJ1D2jPe4k1t5jcVGiGxo1Jsh9LfzmC3NKV+1F70aCwC6L6g24dlgFIoq0ASFkhHDeWUZqVgKVBRKaA==
88+
"@lightninglabs/[email protected].4-alpha":
89+
version "0.3.4-alpha"
90+
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.3.4-alpha.tgz#0e8cc872c3739158a8480317e76c35679b5d0f72"
91+
integrity sha512-S/L1gNHqF8jW3DVXBvzVX8zyJO4O2FRfKFNE5U3rtRBaczX+fSVpK3yz/CdgBqhBzyZ+1un6nVZE/tftnfjQwA==
9292

9393
"@tsconfig/node10@^1.0.7":
9494
version "1.0.9"

0 commit comments

Comments
 (0)