@taquito/michelson-encoder
Advanced tools
Comparing version 8.0.0-beta.6 to 8.0.0-beta.7
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.NatValidationError = exports.MutezValidationError = exports.KeyHashValidationError = exports.IntValidationError = exports.BytesValidationError = exports.AddressValidationError = exports.SignatureValidationError = exports.ContractValidationError = exports.KeyValidationError = exports.ChainIDValidationError = exports.BigMapValidationError = exports.SetValidationError = exports.MapValidationError = exports.ListValidationError = void 0; | ||
exports.EncodeTicketError = exports.NatValidationError = exports.MutezValidationError = exports.KeyHashValidationError = exports.IntValidationError = exports.BytesValidationError = exports.AddressValidationError = exports.SignatureValidationError = exports.ContractValidationError = exports.KeyValidationError = exports.ChainIDValidationError = exports.BigMapValidationError = exports.SetValidationError = exports.MapValidationError = exports.ListValidationError = void 0; | ||
var list_1 = require("./tokens/list"); | ||
@@ -32,2 +32,4 @@ Object.defineProperty(exports, "ListValidationError", { enumerable: true, get: function () { return list_1.ListValidationError; } }); | ||
Object.defineProperty(exports, "NatValidationError", { enumerable: true, get: function () { return nat_1.NatValidationError; } }); | ||
var ticket_1 = require("./tokens/ticket"); | ||
Object.defineProperty(exports, "EncodeTicketError", { enumerable: true, get: function () { return ticket_1.EncodeTicketError; } }); | ||
//# sourceMappingURL=errors.js.map |
@@ -27,2 +27,4 @@ "use strict"; | ||
var chain_id_1 = require("./chain-id"); | ||
var ticket_1 = require("./ticket"); | ||
var sapling_state_1 = require("./sapling_state"); | ||
exports.tokens = [ | ||
@@ -52,3 +54,5 @@ pair_1.PairToken, | ||
chain_id_1.ChainIDToken, | ||
ticket_1.TicketToken, | ||
sapling_state_1.SaplingStateToken | ||
]; | ||
//# sourceMappingURL=tokens.js.map |
@@ -15,1 +15,2 @@ export { ListValidationError } from './tokens/list'; | ||
export { NatValidationError } from './tokens/comparable/nat'; | ||
export { EncodeTicketError } from './tokens/ticket'; |
@@ -24,2 +24,4 @@ import { PairToken } from './pair'; | ||
import { ChainIDToken } from './chain-id'; | ||
export declare const tokens: (typeof PairToken | typeof NatToken | typeof StringToken | typeof BigMapToken | typeof AddressToken | typeof MapToken | typeof BoolToken | typeof OrToken | typeof ContractToken | typeof ListToken | typeof MutezToken | typeof BytesToken | typeof OptionToken | typeof TimestampToken | typeof IntToken | typeof UnitToken | typeof KeyToken | typeof KeyHashToken | typeof SignatureToken | typeof LambdaToken | typeof OperationToken | typeof SetToken | typeof ChainIDToken)[]; | ||
import { TicketToken } from './ticket'; | ||
import { SaplingStateToken } from './sapling_state'; | ||
export declare const tokens: (typeof PairToken | typeof NatToken | typeof StringToken | typeof BigMapToken | typeof AddressToken | typeof MapToken | typeof BoolToken | typeof OrToken | typeof ContractToken | typeof ListToken | typeof MutezToken | typeof BytesToken | typeof OptionToken | typeof TimestampToken | typeof IntToken | typeof UnitToken | typeof KeyToken | typeof KeyHashToken | typeof SignatureToken | typeof LambdaToken | typeof OperationToken | typeof SetToken | typeof ChainIDToken | typeof TicketToken | typeof SaplingStateToken)[]; |
{ | ||
"name": "@taquito/michelson-encoder", | ||
"version": "8.0.0-beta.6", | ||
"version": "8.0.0-beta.7", | ||
"description": "converts michelson data and types into convenient JS/TS objects", | ||
@@ -70,4 +70,4 @@ "keywords": [ | ||
"dependencies": { | ||
"@taquito/rpc": "^8.0.0-beta.6", | ||
"@taquito/utils": "^8.0.0-beta.6", | ||
"@taquito/rpc": "^8.0.0-beta.7", | ||
"@taquito/utils": "^8.0.0-beta.7", | ||
"bignumber.js": "^9.0.1", | ||
@@ -104,3 +104,3 @@ "fast-json-stable-stringify": "^2.1.0" | ||
}, | ||
"gitHead": "1e08bfae3b751a7c975b735fd44d99e1a01980fc" | ||
"gitHead": "ef257b85cc0050ade22e349323f9c2859ea1006b" | ||
} |
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 not supported yet
Sorry, the diff of this file is too big to display
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
693812
116
9509
Updated@taquito/rpc@^8.0.0-beta.7
Updated@taquito/utils@^8.0.0-beta.7