Skip to content

Commit

Permalink
Merge pull request #114 from lightninglabs/2024-07-update_to_v0.3.2-a…
Browse files Browse the repository at this point in the history
…lpha

Bump version to v0.3.2-alpha
  • Loading branch information
ViktorTigerstrom authored Jul 29, 2024
2 parents f65cf92 + f0852b6 commit 25eeb6f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion lib/lnc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import { wasmLog as log } from './util/log';

/** The default values for the LncConfig options */
const DEFAULT_CONFIG = {
wasmClientCode: 'https://lightning.engineering/lnc-v0.3.1-alpha.wasm',
wasmClientCode: 'https://lightning.engineering/lnc-v0.3.2-alpha.wasm',
namespace: 'default',
serverHost: 'mailbox.terminal.lightning.today:443'
} as Required<LncConfig>;
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lightninglabs/lnc-web",
"version": "0.3.1-alpha",
"version": "0.3.2-alpha",
"description": "Lightning Node Connect npm module for web",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down Expand Up @@ -50,7 +50,7 @@
"webpack-cli": "4.9.2"
},
"dependencies": {
"@lightninglabs/lnc-core": "0.3.1-alpha",
"@lightninglabs/lnc-core": "0.3.2-alpha",
"crypto-js": "4.2.0"
},
"browser": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,10 @@
"@jridgewell/resolve-uri" "3.1.0"
"@jridgewell/sourcemap-codec" "1.4.14"

"@lightninglabs/[email protected].1-alpha":
version "0.3.1-alpha"
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.3.1-alpha.tgz#cfd6c0857a20013fb1819b40bd1158a2edc8bcf0"
integrity sha512-I/hThdItLWJ6RU8Z27ZIXhpBS2JJuD3+TjtaQXX2CabaUYXlcN4sk+Kx8N/zG/fk8qZvjlRWum4vHu4ZX554Fg==
"@lightninglabs/[email protected].2-alpha":
version "0.3.2-alpha"
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.3.2-alpha.tgz#bde028a858a77d78af4885df8bd95b036103b736"
integrity sha512-H6tG+X9txCIdxTR+GPsbImzP2Juo+6Uvq/Ipaijd7xPISzgEU4J4GNE5PEHuIZqbnBo1RmpuXnFG6dmsl3PTzQ==

"@tsconfig/node10@^1.0.7":
version "1.0.9"
Expand Down

0 comments on commit 25eeb6f

Please sign in to comment.