Skip to content

Commit

Permalink
Merge pull request #98 from lightninglabs/bump-version-to-v0.2.6-alpha
Browse files Browse the repository at this point in the history
bump version to v0.2.6-alpha
  • Loading branch information
ViktorTigerstrom authored Aug 22, 2023
2 parents 9f20ca0 + 65d5cf7 commit 8524869
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.2.5-alpha.wasm',
wasmClientCode: 'https://lightning.engineering/lnc-v0.2.6-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.2.5-alpha",
"version": "0.2.6-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.2.5-alpha",
"@lightninglabs/lnc-core": "0.2.6-alpha",
"crypto-js": "4.1.1"
},
"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/lnc-core@0.2.5-alpha":
version "0.2.5-alpha"
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.2.5-alpha.tgz#4150b9d8002a8dac582edc6216581feb2b613196"
integrity sha512-mdofMCydpNLAf0Abwy81FsuOMIrUqsxR5kZ9Qzjp+E7bZdMntsKY3p0oqq/y3o/6hfrKN7Ornht42Cebc/i9Iw==
"@lightninglabs/lnc-core@0.2.6-alpha":
version "0.2.6-alpha"
resolved "https://registry.yarnpkg.com/@lightninglabs/lnc-core/-/lnc-core-0.2.6-alpha.tgz#1b93d5aeefb09bb3dedcb82988368b15e223f8fd"
integrity sha512-bw2EQG78pPKMZMFwV+TR99RUbYgPVUKQYMLGGKIOvhPds3dBWSDZpMoqOyW/WidWGXF/ugPHzud8lDbKKhNXgA==

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

0 comments on commit 8524869

Please sign in to comment.