@lightninglabs/lnc-web
Advanced tools
Comparing version
@@ -1,2 +0,2 @@ | ||
import { FaradayApi, LndApi, LoopApi, PoolApi } from '@lightninglabs/lnc-core'; | ||
import { FaradayApi, LitApi, LndApi, LoopApi, PoolApi } from '@lightninglabs/lnc-core'; | ||
import { CredentialStore, LncConfig } from './types/lnc'; | ||
@@ -16,2 +16,3 @@ export default class LNC { | ||
faraday: FaradayApi; | ||
lit: LitApi; | ||
constructor(lncConfig?: LncConfig); | ||
@@ -18,0 +19,0 @@ private get wasm(); |
{ | ||
"name": "@lightninglabs/lnc-web", | ||
"version": "0.2.2-alpha", | ||
"version": "0.2.3-alpha", | ||
"description": "Lightning Node Connect npm module for web", | ||
@@ -54,3 +54,3 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@lightninglabs/lnc-core": "0.2.2-alpha", | ||
"@lightninglabs/lnc-core": "0.2.3-alpha", | ||
"crypto-js": "4.1.1" | ||
@@ -57,0 +57,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
202165
1.08%311
0.32%+ Added
- Removed