@taquito/michel-codec
Advanced tools
Comparing version 21.0.1 to 21.0.2
@@ -40,3 +40,3 @@ "use strict"; | ||
})(Protocol || (exports.Protocol = Protocol = {})); | ||
exports.DefaultProtocol = Protocol.PsParisCZ; | ||
exports.DefaultProtocol = Protocol.PsQuebecn; | ||
const protoLevel = { | ||
@@ -43,0 +43,0 @@ Ps9mPmXaRzmzk35gbAYNCAw6UXdE2qoABTHbN2oEEc1qM7CwT9P: 0, |
@@ -6,4 +6,4 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", | ||
"version": "21.0.1" | ||
"commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975", | ||
"version": "21.0.2" | ||
}; |
@@ -81,3 +81,8 @@ import { Prim, Expr, IntLiteral, StringLiteral, BytesLiteral, List, Node } from './micheline'; | ||
export type MichelsonLambdaRec = DataX<'Lambda_rec', [InstructionList]>; | ||
export type MichelsonTicket = PrimX<'Ticket', [StringLiteral | BytesLiteral, MichelsonType, MichelsonData, IntLiteral]>; | ||
export type MichelsonTicket = PrimX<'Ticket', [ | ||
StringLiteral | BytesLiteral, | ||
MichelsonType, | ||
MichelsonData, | ||
IntLiteral | ||
]>; | ||
export type MichelsonData = IntLiteral | StringLiteral | BytesLiteral | Data0<'Unit' | 'True' | 'False'> | MichelsonDataOption | MichelsonDataOr | DataList<MichelsonData[]> | MichelsonDataPair<MichelsonData[]> | InstructionList | MichelsonMapEltList | MichelsonLambdaRec | MichelsonTicket; | ||
@@ -133,3 +138,3 @@ export type MichelsonSectionID = 'parameter' | 'storage' | 'code' | 'view'; | ||
} | ||
export declare const DefaultProtocol = Protocol.PsParisCZ; | ||
export declare const DefaultProtocol = Protocol.PsQuebecn; | ||
export type ProtocolID = `${Protocol}`; | ||
@@ -136,0 +141,0 @@ export declare function ProtoGreaterOrEqual(a: ProtocolID, b: ProtocolID): boolean; |
{ | ||
"name": "@taquito/michel-codec", | ||
"version": "21.0.1", | ||
"version": "21.0.2", | ||
"description": "Michelson parser/validator/formatter", | ||
@@ -69,3 +69,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@taquito/core": "^21.0.1" | ||
"@taquito/core": "^21.0.2" | ||
}, | ||
@@ -94,3 +94,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "ed45bf0eec9c9139eb2fe73213336a334bfaefdb" | ||
"gitHead": "07d4dfc0bff882512c1ea9ed6efd7d797209dfa6" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
742932
18710
Updated@taquito/core@^21.0.2