crosslightning-sdk-base
Advanced tools
Comparing version 10.1.0 to 10.2.0
@@ -79,2 +79,4 @@ /// <reference types="node" /> | ||
getLNNodeLiquidity(pubkey: string): Promise<LNNodeLiquidity>; | ||
sendRawTransaction(rawTx: string): Promise<string>; | ||
sendRawPackage(rawTx: string[]): Promise<string[]>; | ||
} |
@@ -258,3 +258,9 @@ "use strict"; | ||
} | ||
sendRawTransaction(rawTx) { | ||
return this.api.sendTransaction(rawTx); | ||
} | ||
sendRawPackage(rawTx) { | ||
throw new Error("Unsupported"); | ||
} | ||
} | ||
exports.MempoolBitcoinRpc = MempoolBitcoinRpc; |
{ | ||
"name": "crosslightning-sdk-base", | ||
"version": "10.1.0", | ||
"version": "10.2.0", | ||
"description": "CrossLightning SDK chain-agnostic base", | ||
@@ -33,3 +33,3 @@ "main": "./dist/index.js", | ||
"create-hash": "1.2.0", | ||
"crosslightning-base": "7.1.0", | ||
"crosslightning-base": "7.2.0", | ||
"events": "3.3.0", | ||
@@ -36,0 +36,0 @@ "randombytes": "2.1.0" |
@@ -270,2 +270,10 @@ import {BtcBlockWithTxs, BtcSyncInfo, BtcTx} from "crosslightning-base"; | ||
sendRawTransaction(rawTx: string): Promise<string> { | ||
return this.api.sendTransaction(rawTx); | ||
} | ||
sendRawPackage(rawTx: string[]): Promise<string[]> { | ||
throw new Error("Unsupported"); | ||
} | ||
} |
AI-detected possible typosquat
Supply chain riskAI has identified this package as a potential typosquat of a more popular package. This suggests that the package may be intentionally mimicking another package's name, description, or other metadata.
Found 1 instance in 1 package
1152417
25246
4
+ Addedcrosslightning-base@7.2.0(transitive)
- Removedcrosslightning-base@7.1.0(transitive)
Updatedcrosslightning-base@7.2.0