File tree 3 files changed +7
-7
lines changed
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.2.6 -alpha.wasm' ,
17
+ wasmClientCode : 'https://lightning.engineering/lnc-v0.2.8 -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.2.6 -alpha" ,
3
+ "version" : " 0.2.8 -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" : " 4.9.2"
51
51
},
52
52
"dependencies" : {
53
- "@lightninglabs/lnc-core" : " 0.2.6 -alpha" ,
53
+ "@lightninglabs/lnc-core" : " 0.2.8 -alpha" ,
54
54
"crypto-js" : " 4.1.1"
55
55
},
56
56
"browser" : {
Original file line number Diff line number Diff line change 80
80
" @jridgewell/resolve-uri" " 3.1.0"
81
81
" @jridgewell/sourcemap-codec" " 1.4.14"
82
82
83
- " @lightninglabs/[email protected] .6 -alpha " :
84
- version "0.2.6 -alpha"
85
- resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.2.6 -alpha.tgz#1b93d5aeefb09bb3dedcb82988368b15e223f8fd "
86
- integrity sha512-bw2EQG78pPKMZMFwV+TR99RUbYgPVUKQYMLGGKIOvhPds3dBWSDZpMoqOyW/WidWGXF/ugPHzud8lDbKKhNXgA ==
83
+ " @lightninglabs/[email protected] .8 -alpha " :
84
+ version "0.2.8 -alpha"
85
+ resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.2.8 -alpha.tgz#78272c04a5ec95a9ccb830f75ab9b5ca227f0801 "
86
+ integrity sha512-2tHzmklIiQhJiK1aabX0R2AbbWi0mizWgniCUOb573XToYQN7L61Phh+hWUCxIFfAhHCkp2mnSmX+7eT/ikxOg ==
87
87
88
88
" @tsconfig/node10@^1.0.7 " :
89
89
version "1.0.9"
You can’t perform that action at this time.
0 commit comments