sats-connect
Advanced tools
Comparing version 0.5.0 to 1.0.0-05b268d
@@ -1,6 +0,6 @@ | ||
export * from './src/address/index'; | ||
export * from './src/call'; | ||
export * from './src/provider'; | ||
export * from './src/signatures'; | ||
export * from './src/transactions/sendBtcTransaction'; | ||
export * from './src/transactions/signTransaction'; | ||
export * from './addresses'; | ||
export * from './call'; | ||
export * from './messages'; | ||
export * from './provider'; | ||
export * from './transactions'; | ||
export * from './types'; |
@@ -17,8 +17,8 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./src/address/index"), exports); | ||
__exportStar(require("./src/call"), exports); | ||
__exportStar(require("./src/provider"), exports); | ||
__exportStar(require("./src/signatures"), exports); | ||
__exportStar(require("./src/transactions/sendBtcTransaction"), exports); | ||
__exportStar(require("./src/transactions/signTransaction"), exports); | ||
__exportStar(require("./addresses"), exports); | ||
__exportStar(require("./call"), exports); | ||
__exportStar(require("./messages"), exports); | ||
__exportStar(require("./provider"), exports); | ||
__exportStar(require("./transactions"), exports); | ||
__exportStar(require("./types"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "sats-connect", | ||
"version": "0.5.0", | ||
"version": "1.0.0-05b268d", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
49624
45
415
1