File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import { wasmLog as log } from './util/log';
1212
1313/** The default values for the LncConfig options */
1414const DEFAULT_CONFIG = {
15- wasmClientCode : 'https://lightning.engineering/lnc-v0.2.2 -alpha.wasm' ,
15+ wasmClientCode : 'https://lightning.engineering/lnc-v0.2.3 -alpha.wasm' ,
1616 namespace : 'default' ,
1717 serverHost : 'mailbox.terminal.lightning.today:443'
1818} as Required < LncConfig > ;
Original file line number Diff line number Diff line change 5151 "webpack-cli" : " 4.9.2"
5252 },
5353 "dependencies" : {
54- "@lightninglabs/lnc-core" : " 0.2.2 -alpha" ,
54+ "@lightninglabs/lnc-core" : " 0.2.3 -alpha" ,
5555 "crypto-js" : " 4.1.1"
5656 },
5757 "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] .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 ==
83+ " @lightninglabs/[email protected] .3 -alpha " :
84+ version "0.2.3 -alpha"
85+ resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.2.3 -alpha.tgz#e1b92a9071d1dfb92e2d565710b56f28f57cbbd4 "
86+ integrity sha512-93D/uU64ayAaJv5kv4Pqwvkt+uT7yCtmHD08aUzvql+lbWm6U7m5loZLxz7tACFLXVPOQ8OHJL25W+3QMEYthg ==
8787
8888" @protobufjs/aspromise@^1.1.1" , "@protobufjs/aspromise@^1.1.2":
8989 version "1.1.2"
You can’t perform that action at this time.
0 commit comments