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';
1414
1515/** The default values for the LncConfig options */
1616const DEFAULT_CONFIG = {
17- wasmClientCode : 'https://lightning.engineering/lnc-v0.2.5 -alpha.wasm' ,
17+ wasmClientCode : 'https://lightning.engineering/lnc-v0.2.6 -alpha.wasm' ,
1818 namespace : 'default' ,
1919 serverHost : 'mailbox.terminal.lightning.today:443'
2020} as Required < LncConfig > ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @lightninglabs/lnc-web" ,
3- "version" : " 0.2.5 -alpha" ,
3+ "version" : " 0.2.6 -alpha" ,
44 "description" : " Lightning Node Connect npm module for web" ,
55 "main" : " ./dist/index.js" ,
66 "types" : " ./dist/index.d.ts" ,
5050 "webpack-cli" : " 4.9.2"
5151 },
5252 "dependencies" : {
53- "@lightninglabs/lnc-core" : " 0.2.5 -alpha" ,
53+ "@lightninglabs/lnc-core" : " 0.2.6 -alpha" ,
5454 "crypto-js" : " 4.1.1"
5555 },
5656 "browser" : {
Original file line number Diff line number Diff line change 8080 " @jridgewell/resolve-uri" " 3.1.0"
8181 " @jridgewell/sourcemap-codec" " 1.4.14"
8282
83- " @lightninglabs/[email protected] .5 -alpha " :
84- version "0.2.5 -alpha"
85- resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.2.5 -alpha.tgz#4150b9d8002a8dac582edc6216581feb2b613196 "
86- integrity sha512-mdofMCydpNLAf0Abwy81FsuOMIrUqsxR5kZ9Qzjp+E7bZdMntsKY3p0oqq/y3o/6hfrKN7Ornht42Cebc/i9Iw ==
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 ==
8787
8888" @tsconfig/node10@^1.0.7 " :
8989 version "1.0.9"
You can’t perform that action at this time.
0 commit comments