File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { wasmLog as log } from './util/log';
14
14
15
15
/** The default values for the LncConfig options */
16
16
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' ,
18
18
namespace : 'default' ,
19
19
serverHost : 'mailbox.terminal.lightning.today:443'
20
20
} as Required < LncConfig > ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @lightninglabs/lnc-web" ,
3
- "version" : " 0.3.3 -alpha" ,
3
+ "version" : " 0.3.4 -alpha" ,
4
4
"description" : " Lightning Node Connect npm module for web" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
50
50
"webpack-cli" : " 5.1.4"
51
51
},
52
52
"dependencies" : {
53
- "@lightninglabs/lnc-core" : " 0.3.3 -alpha" ,
53
+ "@lightninglabs/lnc-core" : " 0.3.4 -alpha" ,
54
54
"crypto-js" : " 4.2.0"
55
55
},
56
56
"browser" : {
Original file line number Diff line number Diff line change 85
85
" @jridgewell/resolve-uri" " ^3.1.0"
86
86
" @jridgewell/sourcemap-codec" " ^1.4.14"
87
87
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 ==
92
92
93
93
" @tsconfig/node10@^1.0.7 " :
94
94
version "1.0.9"
You can’t perform that action at this time.
0 commit comments