@taquito/utils
Advanced tools
Comparing version 6.4.0-ledger.0 to 7.0.0-beta.0
@@ -15,6 +15,6 @@ "use strict"; | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p); | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.buf2hex = exports.mic2arr = exports.mergebuf = exports.hex2buf = exports.encodeKeyHash = exports.encodeKey = exports.encodePubKey = exports.b58decode = exports.b58cdecode = exports.b58cencode = exports.encodeExpr = void 0; | ||
exports.buf2hex = exports.mic2arr = exports.mergebuf = exports.hex2buf = exports.encodeKeyHash = exports.encodeKey = exports.encodePubKey = exports.b58decode = exports.b58cdecode = exports.b58cencode = exports.encodeExpr = exports.prefixLength = exports.Prefix = exports.prefix = void 0; | ||
var buffer_1 = require("buffer"); | ||
@@ -21,0 +21,0 @@ var constants_1 = require("./constants"); |
{ | ||
"name": "@taquito/utils", | ||
"version": "6.4.0-ledger.0", | ||
"version": "7.0.0-beta.0", | ||
"description": "converts michelson data and types into convenient JS/TS objects", | ||
@@ -69,29 +69,29 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/jest": "^26.0.8", | ||
"@types/node": "^14.0.27", | ||
"@types/jest": "^26.0.14", | ||
"@types/node": "^14.11.5", | ||
"colors": "^1.4.0", | ||
"coveralls": "^3.1.0", | ||
"cross-env": "^7.0.2", | ||
"jest": "^26.2.2", | ||
"jest-config": "^26.2.2", | ||
"lint-staged": "^10.2.11", | ||
"jest": "^26.5.2", | ||
"jest-config": "^26.5.2", | ||
"lint-staged": "^10.4.0", | ||
"lodash.camelcase": "^4.3.0", | ||
"prettier": "^2.0.5", | ||
"prettier": "^2.1.2", | ||
"prompt": "^1.0.0", | ||
"replace-in-file": "^6.1.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.23.0", | ||
"rollup": "^2.28.2", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-sourcemaps": "^0.6.2", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"rollup-plugin-typescript2": "^0.27.3", | ||
"shelljs": "^0.8.4", | ||
"ts-jest": "^26.1.4", | ||
"ts-node": "^8.10.2", | ||
"ts-jest": "^26.4.1", | ||
"ts-node": "^9.0.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-config-standard": "^9.0.0", | ||
"typedoc": "^0.17.8", | ||
"typescript": "~3.9.7" | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.0.3" | ||
}, | ||
"gitHead": "551e35aeff7d6dcde1c72284238c0ed3c3aae77e" | ||
"gitHead": "8ba554ce8af5fd1dba0cd7be50256a6b4e22de35" | ||
} |
@@ -17,3 +17,3 @@ { | ||
"path": "dist/lib/taquito-utils.js", | ||
"sha512": "1e5e92f3aee6dc847bb98d958db432f631c41395d13e0297102f8e7aa364453a494df95d5536ca63e284705ab32bb0b584b7df594bc8b4e1a8b79bd98b7bacf4" | ||
"sha512": "a6492e7caad924f2aad6aab04fa97cad33d36fb212244fb52c49b62940c03e33ec69242e579a3738f9d6feb737570c1f83e92d6ed1e6e5f9767a075ddef002cb" | ||
}, | ||
@@ -42,3 +42,3 @@ { | ||
"path": "dist/taquito-utils.umd.js.map", | ||
"sha512": "4682a78db57a87e8a5551771c043fca761aca4f20d73f3aad444579923efcce64e26948da77596c280c77591bb8d300de749443cbd122b97a46bd2f860d0daab" | ||
"sha512": "30936d516518680089434058a524bed52ba105ecb81c1feaded9b643c9fa866f7cc8d8d075cad5abd112897ddd30c69e044000dea23781b358b0c7e637378302" | ||
}, | ||
@@ -86,2 +86,3 @@ { | ||
"files", | ||
"gitHead", | ||
"jest", | ||
@@ -100,3 +101,3 @@ "keywords", | ||
], | ||
"sha512": "401acbc17f3eb05b95fe3ad3dd9a62bdad0d1a0e299682d49e1b3635f9d13030ac60f56ad4924f2919c305e5ba1fba1efe1854bf949aa0145bd769d273d43ac4" | ||
"sha512": "fbaf0bd74e30073c288b2d7b44769c59c42ca502becd8f9a84ae07cf8832e419a4e944aaf1bded9fadcfbec47d98ed547e4923c50f5f16ca1f0eba3929637880" | ||
} | ||
@@ -109,3 +110,3 @@ }, | ||
"name": "@taquito/utils", | ||
"version": "6.4.0-ledger.0", | ||
"version": "7.0.0-beta.0", | ||
"description": "converts michelson data and types into convenient JS/TS objects", | ||
@@ -176,28 +177,29 @@ "keywords": [ | ||
"devDependencies": { | ||
"@types/jest": "^26.0.8", | ||
"@types/node": "^14.0.27", | ||
"@types/jest": "^26.0.14", | ||
"@types/node": "^14.11.5", | ||
"colors": "^1.4.0", | ||
"coveralls": "^3.1.0", | ||
"cross-env": "^7.0.2", | ||
"jest": "^26.2.2", | ||
"jest-config": "^26.2.2", | ||
"lint-staged": "^10.2.11", | ||
"jest": "^26.5.2", | ||
"jest-config": "^26.5.2", | ||
"lint-staged": "^10.4.0", | ||
"lodash.camelcase": "^4.3.0", | ||
"prettier": "^2.0.5", | ||
"prettier": "^2.1.2", | ||
"prompt": "^1.0.0", | ||
"replace-in-file": "^6.1.0", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.23.0", | ||
"rollup": "^2.28.2", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-sourcemaps": "^0.6.2", | ||
"rollup-plugin-typescript2": "^0.27.1", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"rollup-plugin-typescript2": "^0.27.3", | ||
"shelljs": "^0.8.4", | ||
"ts-jest": "^26.1.4", | ||
"ts-node": "^8.10.2", | ||
"ts-jest": "^26.4.1", | ||
"ts-node": "^9.0.0", | ||
"tslint": "^6.1.3", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-config-standard": "^9.0.0", | ||
"typedoc": "^0.17.8", | ||
"typescript": "~3.9.7" | ||
} | ||
"typedoc": "^0.19.2", | ||
"typescript": "^4.0.3" | ||
}, | ||
"gitHead": "551e35aeff7d6dcde1c72284238c0ed3c3aae77e" | ||
} | ||
@@ -207,3 +209,3 @@ } | ||
], | ||
"signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJfMhK9CRAD9Qy5GYHsngAA7aMQAHIbIgMDEbP0wk4FGlEe2exC\nO7QHvwUtvOqOhIc7xJ0sa9N947g7YMUVvfEDN3Ppzko2anpZ2FiMg0Vdxe8qyrS/\nkuBZjci/dysQUz10aKRekz8IOFS/FoC8KogwQHJE6kc84G9XyPXQMhfrXJsD7GCt\n1Xp/9UDEdX1NNbvCxotImMHY+NgzqHhSPkwbMuaUJ0rP6iZ3XFLnWKFL+k5/a5nH\nxUn2eGNJW8aSFjps0qqF1zQclFTeiUmeQwNWKhdY6suSIWdHR4QGJpjZ1DlKEthp\nhcTvORlG4yjPNmRzQsU46CznZNqoWJt42NtB71yfgTinqEnq+x214k9+sTee4cEv\nh9a7Ve/przbmB3dWQCN/4XTCRv2FvLX+uEoSuooV+7Kk1npZQNojOhRSruG0sYsd\nwNfAz6llwOLQWhtXteaiiS0mwzEaexr6CeyKCIezyGXssJ62GeOjSuSd8o/ekbkY\nF5I5Dj5oFaYV9P+aN7LeunUuBgyUtbUJKAyXsmrsLLpM27Cp/NpSv1Jw154xVSgh\nIsRgyvsNyJmNjNn6/Q7pMrZwb4lxIgBt0ieBSNJe+fpwNfIesjQ9ctWEsk69bQO8\nfwroRUqa1QBUHjRgRnNnAsUG3N5R55nlb/9M+DATPZzn7H2XztGWvyVPyXz1L0sU\na5AerfdLH2f8uCZN7GEb\n=RYtT\n-----END PGP SIGNATURE-----\n" | ||
"signature": "-----BEGIN PGP SIGNATURE-----\n\nwsFcBAABCAAQBQJfnJAiCRAD9Qy5GYHsngAAFlMQABHfsGYd+Td51ANc9PiXWOKe\niHacyn8F72sieEhtKRGlhSb/GCKzdHrAh0BzT2NOoSvX0QeH8kdQhTTzW9gacera\nXmB25LMElKKssowGKKffB/pyE32yh8J1eEgvtmLUrEZ4eJA0tJZUbenMQ7iOXQ1R\n8AanTmPKhT/A++RxuJTOUFKry0y1bkqvIm7Gl0mXNs+vuKjlDryooi0Xtd36t0SV\nH3awEBCwJ+CgRLeG8bElTsemVog3Z+vY43SFz3EuBa1P5YrWW2NL8NDiYpKjdRlr\nUxlwFLr0pD4spAuGo0u7VQbP2doKdCiNgbIazhvyCG1Bbe5dfkhtn2moQa2X9AKp\nnbxivTjfmPzPOw7wouF/mn4NMN27ZMKh8vHL3FRDw+B09OgSVOzaLnhTntapq83C\njPaFWNFbIhzC4AQszQP/byNn8xOYIoRn2j2SSHNWgDzeAfnlXJmC4xj6EqsZroXL\nUdciouehUWxbNZ0gtR4Lu3ndgZyeg/l/Sr/w+0RqZYBexooTL7VyvJlliVtWSf3z\njJzyalpaJiKVN+ZuPDlWmUV34kmtvzI+LwwKPpFyzUrzMmpgXE6fRq3VgRbsnRcr\nGVnxeKoNKmsn1oHQXsYxFBeMqDlTnber6kdCrb6wKRL0wsYUfrwW+xmMCuja0QGs\n/KqS0PvsrqkprvEs5Lmn\n=1nqh\n-----END PGP SIGNATURE-----\n" | ||
} |
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
135459
1964