Skip to content

Commit 35b6489

Browse files
authored
Merge pull request #66 from lightninglabs/v0.2.0-alpha
v0.2.0-alpha
2 parents a26d97a + d4ef8e8 commit 35b6489

File tree

3 files changed

+62
-39
lines changed

3 files changed

+62
-39
lines changed

lib/lnc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import { wasmLog as log } from './util/log';
1212

1313
/** The default values for the LncConfig options */
1414
const DEFAULT_CONFIG = {
15-
wasmClientCode: 'https://lightning.engineering/lnc-v0.1.12-alpha.wasm',
15+
wasmClientCode: 'https://lightning.engineering/lnc-v0.2.0-alpha.wasm',
1616
namespace: 'default',
1717
serverHost: 'mailbox.terminal.lightning.today:443'
1818
} as Required<LncConfig>;

package-lock.json

Lines changed: 56 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lightninglabs/lnc-web",
3-
"version": "0.1.12-alpha",
3+
"version": "0.2.0-alpha",
44
"description": "Lightning Node Connect npm module for web",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
@@ -38,7 +38,8 @@
3838
"@types/node": "17.0.16",
3939
"chai": "4.3.6",
4040
"clean-webpack-plugin": "4.0.0",
41-
"mocha": "9.2.0",
41+
"mocha": "9.2.2",
42+
"node-polyfill-webpack-plugin": "1.1.4",
4243
"prettier": "2.6.0",
4344
"ts-loader": "9.2.6",
4445
"ts-node": "10.7.0",
@@ -47,11 +48,10 @@
4748
"tslint-config-prettier": "1.18.0",
4849
"typescript": "4.5.5",
4950
"webpack": "5.69.1",
50-
"webpack-cli": "4.9.2",
51-
"node-polyfill-webpack-plugin": "1.1.4"
51+
"webpack-cli": "4.9.2"
5252
},
5353
"dependencies": {
54-
"@lightninglabs/lnc-core": "v0.1.12-alpha",
54+
"@lightninglabs/lnc-core": "0.2.0-alpha",
5555
"crypto-js": "4.1.1"
5656
},
5757
"browser": {

0 commit comments

Comments
 (0)