Skip to content

Commit f6436b7

Browse files
authored
Merge pull request #100 from lightninglabs/2023-11-update_to_v0_2_8
bump version to `v0.2.8-alpha`
2 parents 8524869 + 754f52e commit f6436b7

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

lib/lnc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { wasmLog as log } from './util/log';
1414

1515
/** The default values for the LncConfig options */
1616
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',
1818
namespace: 'default',
1919
serverHost: 'mailbox.terminal.lightning.today:443'
2020
} as Required<LncConfig>;

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightninglabs/lnc-web",
3-
"version": "0.2.6-alpha",
3+
"version": "0.2.8-alpha",
44
"description": "Lightning Node Connect npm module for web",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -50,7 +50,7 @@
5050
"webpack-cli": "4.9.2"
5151
},
5252
"dependencies": {
53-
"@lightninglabs/lnc-core": "0.2.6-alpha",
53+
"@lightninglabs/lnc-core": "0.2.8-alpha",
5454
"crypto-js": "4.1.1"
5555
},
5656
"browser": {

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@
8080
"@jridgewell/resolve-uri" "3.1.0"
8181
"@jridgewell/sourcemap-codec" "1.4.14"
8282

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==
8787

8888
"@tsconfig/node10@^1.0.7":
8989
version "1.0.9"

0 commit comments

Comments
 (0)