btcrelay-watchtower
Advanced tools
Comparing version 3.0.9 to 4.0.0
export * from "./watchtower/Watchtower"; |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ export declare class Lockable { |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
@@ -0,0 +0,0 @@ /// <reference types="node" /> |
@@ -0,0 +0,0 @@ "use strict"; |
{ | ||
"name": "btcrelay-watchtower", | ||
"version": "3.0.9", | ||
"version": "4.0.0", | ||
"description": "Watchtower chain agnostic implementation", | ||
@@ -25,7 +25,9 @@ "main": "./dist/index.js", | ||
"dependencies": { | ||
"@types/node": "^18.15.11", | ||
"bn.js": "^5.2.1", | ||
"crosslightning-base": "^4.0.8", | ||
"crosslightning-base": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^18.18.3", | ||
"typescript": "^4.9.5" | ||
} | ||
} |
export * from "./watchtower/Watchtower"; |
@@ -0,0 +0,0 @@ |
@@ -0,0 +0,0 @@ import {createHash} from "crypto"; |
@@ -0,0 +0,0 @@ import {Lockable} from "./Lockable"; |
@@ -0,0 +0,0 @@ import {PrunedTxoMap} from "./PrunedTxoMap"; |
Sorry, the diff of this file is not supported yet
63667
2
2
- Removed@types/node@^18.15.11
- Removedtypescript@^4.9.5
- Removed@types/node@18.19.76(transitive)
- Removedtypescript@4.9.5(transitive)
- Removedundici-types@5.26.5(transitive)
Updatedcrosslightning-base@^4.1.0