@bitgo/wasm-miniscript
Advanced tools
Comparing version 1.12.0 to 1.13.0
@@ -71,2 +71,4 @@ function getSingleEntry(v) { | ||
return wrap("n", value); | ||
case "Drop": | ||
return wrap("r", value); | ||
// Conjunctions | ||
@@ -73,0 +75,0 @@ case "AndV": |
@@ -75,2 +75,4 @@ "use strict"; | ||
return wrap("n", value); | ||
case "Drop": | ||
return wrap("r", value); | ||
// Conjunctions | ||
@@ -77,0 +79,0 @@ case "AndV": |
{ | ||
"name": "@bitgo/wasm-miniscript", | ||
"version": "1.12.0", | ||
"version": "1.13.0", | ||
"lint-staged": "MIT", | ||
@@ -5,0 +5,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1990
7160476