@taquito/michelson-encoder
Advanced tools
Comparing version 20.0.2-beta.1 to 20.0.2-beta.2
"use strict"; | ||
var _a; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.Schema = exports.deepEqual = void 0; | ||
exports.Schema = void 0; | ||
exports.deepEqual = deepEqual; | ||
const bigmap_1 = require("../tokens/bigmap"); | ||
@@ -54,3 +55,2 @@ const createToken_1 = require("../tokens/createToken"); | ||
} | ||
exports.deepEqual = deepEqual; | ||
/** | ||
@@ -57,0 +57,0 @@ * @warn Our current smart contract abstraction feature is currently in preview. Its API is not final, and it may not cover every use case (yet). We will greatly appreciate any feedback on this feature. |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.createToken = exports.InvalidTokenError = void 0; | ||
exports.InvalidTokenError = void 0; | ||
exports.createToken = createToken; | ||
const tokens_1 = require("./tokens"); | ||
@@ -35,2 +36,1 @@ const pair_1 = require("./pair"); | ||
} | ||
exports.createToken = createToken; |
@@ -6,4 +6,4 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "a9cdc31ccbc6e2ed58dedaf3c8c4f0c62bc3ae02", | ||
"version": "20.0.2-beta.1" | ||
"commitHash": "943d5fd11790da35f4a3e6ecfcaae3c4f0399a97", | ||
"version": "20.0.2-beta.2" | ||
}; |
@@ -46,3 +46,3 @@ import { MichelsonV1Expression, ScriptResponse } from '@taquito/rpc'; | ||
prim: string; | ||
args?: object[] | undefined; | ||
args?: object[]; | ||
}; | ||
@@ -49,0 +49,0 @@ }; |
@@ -21,3 +21,3 @@ import { OrTokenSchema } from '../schema/types'; | ||
protected fac: TokenFactory; | ||
protected parentTokenType?: "Or" | "Pair" | "Other" | undefined; | ||
protected parentTokenType?: 'Or' | 'Pair' | 'Other' | undefined; | ||
static prim: 'or'; | ||
@@ -28,3 +28,3 @@ constructor(val: { | ||
annots: any[]; | ||
}, idx: number, fac: TokenFactory, parentTokenType?: "Or" | "Pair" | "Other" | undefined); | ||
}, idx: number, fac: TokenFactory, parentTokenType?: 'Or' | 'Pair' | 'Other' | undefined); | ||
Encode(args: any[]): any; | ||
@@ -31,0 +31,0 @@ ExtractSignature(): any; |
@@ -32,3 +32,3 @@ import { MichelsonV1Expression, MichelsonV1ExpressionExtended } from '@taquito/rpc'; | ||
protected fac: TokenFactory; | ||
protected parentTokenType?: "Or" | "Pair" | "Other" | undefined; | ||
protected parentTokenType?: ("Or" | "Pair" | "Other") | undefined; | ||
private static _fieldNumberingStrategy; | ||
@@ -43,3 +43,3 @@ /** | ||
static set fieldNumberingStrategy(value: FieldNumberingStrategy); | ||
constructor(val: MichelsonV1ExpressionExtended, idx: number, fac: TokenFactory, parentTokenType?: "Or" | "Pair" | "Other" | undefined); | ||
constructor(val: MichelsonV1ExpressionExtended, idx: number, fac: TokenFactory, parentTokenType?: ("Or" | "Pair" | "Other") | undefined); | ||
protected typeWithoutAnnotations(): Omit<MichelsonV1ExpressionExtended, "annots">; | ||
@@ -46,0 +46,0 @@ annot(): string; |
{ | ||
"name": "@taquito/michelson-encoder", | ||
"version": "20.0.2-beta.1", | ||
"version": "20.0.2-beta.2", | ||
"description": "converts michelson data and types into convenient JS/TS objects", | ||
@@ -70,5 +70,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@taquito/core": "^20.0.2-beta.1", | ||
"@taquito/rpc": "^20.0.2-beta.1", | ||
"@taquito/utils": "^20.0.2-beta.1", | ||
"@taquito/core": "^20.0.2-beta.2", | ||
"@taquito/rpc": "^20.0.2-beta.2", | ||
"@taquito/utils": "^20.0.2-beta.2", | ||
"bignumber.js": "^9.1.2", | ||
@@ -78,29 +78,29 @@ "fast-json-stable-stringify": "^2.1.0" | ||
"devDependencies": { | ||
"@types/bluebird": "^3.5.40", | ||
"@types/jest": "^29.5.5", | ||
"@types/node": "^20", | ||
"@typescript-eslint/eslint-plugin": "^6.8.0", | ||
"@typescript-eslint/parser": "^6.8.0", | ||
"@types/bluebird": "^3.5.42", | ||
"@types/jest": "^29.5.12", | ||
"@types/node": "^22", | ||
"@typescript-eslint/eslint-plugin": "^6.21.0", | ||
"@typescript-eslint/parser": "^6.21.0", | ||
"colors": "^1.4.0", | ||
"coveralls": "^3.1.1", | ||
"cross-env": "^7.0.3", | ||
"eslint": "^8.51.0", | ||
"eslint": "^8.57.0", | ||
"jest": "^29.7.0", | ||
"jest-config": "^29.7.0", | ||
"lint-staged": "^14.0.1", | ||
"lint-staged": "^15.2.7", | ||
"lodash.camelcase": "^4.3.0", | ||
"prettier": "^3.0.3", | ||
"prettier": "^3.3.3", | ||
"prompt": "^1.3.0", | ||
"replace-in-file": "^7.0.1", | ||
"rimraf": "^5.0.5", | ||
"rollup": "^4.1.4", | ||
"replace-in-file": "^8.1.0", | ||
"rimraf": "^6.0.1", | ||
"rollup": "^4.19.1", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-typescript2": "^0.36.0", | ||
"shelljs": "^0.8.5", | ||
"ts-jest": "^29.1.1", | ||
"ts-node": "^10.9.1", | ||
"ts-jest": "^29.2.3", | ||
"ts-node": "^10.9.2", | ||
"ts-toolbelt": "^9.6.0", | ||
"typescript": "~5.2.2" | ||
"typescript": "~5.5.4" | ||
}, | ||
"gitHead": "6d1e4d129ac57c1bdeb5464601e40c50f413e43f" | ||
"gitHead": "f0f9e4d22a374c72913abbb1991b0e5b34f4c978" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
568412
Updated@taquito/core@^20.0.2-beta.2
Updated@taquito/rpc@^20.0.2-beta.2