@taquito/utils
Advanced tools
Comparing version 4.1.0-beta.3 to 4.1.0-beta.4
@@ -249,2 +249,4 @@ "use strict"; | ||
* @param mi Michelson string to convert to json | ||
* | ||
* @warn This implementation of the Michelson parser is a prototype. The current implementation is naïve. We are likely going to switch to using the Nomadic Michelson encoder in the future, as per Issue https://gitlab.com/tezos/tezos/issues/581 | ||
*/ | ||
@@ -251,0 +253,0 @@ exports.ml2mic = function me(mi) { |
@@ -274,2 +274,4 @@ import { Buffer } from 'buffer'; | ||
* @param mi Michelson string to convert to json | ||
* | ||
* @warn This implementation of the Michelson parser is a prototype. The current implementation is naïve. We are likely going to switch to using the Nomadic Michelson encoder in the future, as per Issue https://gitlab.com/tezos/tezos/issues/581 | ||
*/ | ||
@@ -276,0 +278,0 @@ var ml2mic = function me(mi) { |
@@ -278,2 +278,4 @@ (function (global, factory) { | ||
* @param mi Michelson string to convert to json | ||
* | ||
* @warn This implementation of the Michelson parser is a prototype. The current implementation is naïve. We are likely going to switch to using the Nomadic Michelson encoder in the future, as per Issue https://gitlab.com/tezos/tezos/issues/581 | ||
*/ | ||
@@ -280,0 +282,0 @@ var ml2mic = function me(mi) { |
@@ -74,2 +74,4 @@ /// <reference types="node" /> | ||
* @param mi Michelson string to convert to json | ||
* | ||
* @warn This implementation of the Michelson parser is a prototype. The current implementation is naïve. We are likely going to switch to using the Nomadic Michelson encoder in the future, as per Issue https://gitlab.com/tezos/tezos/issues/581 | ||
*/ | ||
@@ -76,0 +78,0 @@ export declare const ml2mic: (mi: string) => any; |
{ | ||
"name": "@taquito/utils", | ||
"version": "4.1.0-beta.3", | ||
"version": "4.1.0-beta.4", | ||
"description": "converts michelson data and types into convenient JS/TS objects", | ||
@@ -93,3 +93,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "9d8ae23975d0432db2b1b1414ed0d03e091201bc" | ||
"gitHead": "698f0f2ac19996f83fd33e1270dfd9d60d753098" | ||
} |
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 not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
92963
13
1210
0
3