@stacks/encryption
Advanced tools
Comparing version 4.0.0-beta.1 to 4.0.0-beta.2
@@ -8,1 +8,2 @@ export * from './ec'; | ||
export * from './utils'; | ||
export * from './messageSignature'; |
@@ -8,2 +8,3 @@ export * from './ec'; | ||
export * from './utils'; | ||
export * from './messageSignature'; | ||
//# sourceMappingURL=index.js.map |
@@ -8,1 +8,2 @@ export * from './ec'; | ||
export * from './utils'; | ||
export * from './messageSignature'; |
@@ -27,2 +27,3 @@ "use strict"; | ||
__exportStar(require("./utils"), exports); | ||
__exportStar(require("./messageSignature"), exports); | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@stacks/encryption", | ||
"version": "4.0.0-beta.1", | ||
"version": "4.0.0-beta.2", | ||
"description": "Encryption utilities for Stacks", | ||
@@ -38,3 +38,3 @@ "author": "yknl <yukanliao@gmail.com>", | ||
"@scure/bip39": "^1.0.0", | ||
"@stacks/common": "^4.0.0-beta.1", | ||
"@stacks/common": "^4.0.0-beta.2", | ||
"@types/bn.js": "^4.11.6", | ||
@@ -45,3 +45,4 @@ "@types/node": "^14.14.43", | ||
"ripemd160-min": "^0.0.6", | ||
"sha.js": "^2.4.11" | ||
"sha.js": "^2.4.11", | ||
"varuint-bitcoin": "^1.1.2" | ||
}, | ||
@@ -81,3 +82,3 @@ "devDependencies": { | ||
"unpkg": "dist/umd/index.js", | ||
"gitHead": "404c3e21cb1dd89a185e9c67b836c11ada00a958" | ||
"gitHead": "8feaa9f3fb111326e7318359afc26c2999e852d3" | ||
} |
@@ -14,1 +14,3 @@ export * from './ec'; | ||
export * from './utils'; | ||
export * from './messageSignature'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3935166
105
8942
11
+ Addedvaruint-bitcoin@^1.1.2
+ Addedvaruint-bitcoin@1.1.2(transitive)
Updated@stacks/common@^4.0.0-beta.2