Socket
Socket
Sign inDemoInstall

@taquito/local-forging

Package Overview
Dependencies
Maintainers
6
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@taquito/local-forging - npm Package Compare versions

Comparing version 17.1.0-beta-RC.0 to 17.1.0-beta-RC.1

3

dist/lib/errors.js

@@ -13,2 +13,3 @@ "use strict";

this.operation = operation;
this.errorDetail = errorDetail;
this.name = 'InvalidOperationSchemaError';

@@ -143,2 +144,3 @@ this.message = `Invalid operation content recevied`;

this.address = address;
this.errorDetail = errorDetail;
this.name = 'InvalidSmartRollupAddress';

@@ -158,2 +160,3 @@ this.message = `Invalid smart rollup address "${address}"`;

this.hash = hash;
this.errorDetail = errorDetail;
this.name = 'InvalidSmartRollupCommitmentHashError';

@@ -160,0 +163,0 @@ this.message = `Invalid smart rollup commitment hash "${hash}"`;

4

dist/lib/version.js

@@ -6,5 +6,5 @@ "use strict";

exports.VERSION = {
"commitHash": "5e47743ada31a9c8118f836c31b50a94d97255a6",
"version": "17.1.0-beta-RC.0"
"commitHash": "35185f70bf071114f22f169d2e1f7f8747ced2d0",
"version": "17.1.0-beta-RC.1"
};
//# sourceMappingURL=version.js.map

@@ -293,2 +293,3 @@ import { Prefix, buf2hex, b58cdecode, prefix, prefixLength, b58cencode, InvalidKeyHashError, invalidDetail, ValidationResult, InvalidPublicKeyError, validateBlock } from '@taquito/utils';

this.operation = operation;
this.errorDetail = errorDetail;
this.name = 'InvalidOperationSchemaError';

@@ -413,2 +414,3 @@ this.message = `Invalid operation content recevied`;

this.address = address;
this.errorDetail = errorDetail;
this.name = 'InvalidSmartRollupAddress';

@@ -427,2 +429,3 @@ this.message = `Invalid smart rollup address "${address}"`;

this.hash = hash;
this.errorDetail = errorDetail;
this.name = 'InvalidSmartRollupCommitmentHashError';

@@ -1542,4 +1545,4 @@ this.message = `Invalid smart rollup commitment hash "${hash}"`;

const VERSION = {
"commitHash": "5e47743ada31a9c8118f836c31b50a94d97255a6",
"version": "17.1.0-beta-RC.0"
"commitHash": "35185f70bf071114f22f169d2e1f7f8747ced2d0",
"version": "17.1.0-beta-RC.1"
};

@@ -1546,0 +1549,0 @@

@@ -7,4 +7,5 @@ import { ParameterValidationError } from '@taquito/core';

*/ export declare class InvalidOperationSchemaError extends ParameterValidationError {
operation: OperationContents;
constructor(operation: OperationContents, errorDetail?: string);
readonly operation: OperationContents;
readonly errorDetail?: string | undefined;
constructor(operation: OperationContents, errorDetail?: string | undefined);
}

@@ -16,3 +17,3 @@ /**

export declare class OversizedEntryPointError extends ParameterValidationError {
entrypoint: string;
readonly entrypoint: string;
constructor(entrypoint: string);

@@ -25,3 +26,3 @@ }

export declare class InvalidBallotValueError extends ParameterValidationError {
ballotValue: string;
readonly ballotValue: string;
constructor(ballotValue: string);

@@ -34,3 +35,3 @@ }

export declare class DecodeBallotValueError extends ParameterValidationError {
ballotValue: string;
readonly ballotValue: string;
constructor(ballotValue: string);

@@ -43,3 +44,3 @@ }

export declare class UnexpectedMichelsonValueError extends ParameterValidationError {
value: string;
readonly value: string;
constructor(value: string);

@@ -52,3 +53,3 @@ }

export declare class OperationDecodingError extends ParameterValidationError {
message: string;
readonly message: string;
constructor(message: string);

@@ -61,3 +62,3 @@ }

export declare class OperationEncodingError extends ParameterValidationError {
message: string;
readonly message: string;
constructor(message: string);

@@ -70,3 +71,3 @@ }

export declare class UnsupportedOperationError extends ParameterValidationError {
op: string;
readonly op: string;
constructor(op: string);

@@ -79,3 +80,3 @@ }

export declare class UnsupportedPvmKindError extends ParameterValidationError {
pvm: string;
readonly pvm: string;
constructor(pvm: string);

@@ -88,3 +89,3 @@ }

export declare class DecodePvmKindError extends ParameterValidationError {
pvm: string;
readonly pvm: string;
constructor(pvm: string);

@@ -97,4 +98,5 @@ }

export declare class InvalidSmartRollupAddressError extends ParameterValidationError {
address: string;
constructor(address: string, errorDetail?: string);
readonly address: string;
readonly errorDetail?: string | undefined;
constructor(address: string, errorDetail?: string | undefined);
}

@@ -106,4 +108,5 @@ /**

export declare class InvalidSmartRollupCommitmentHashError extends ParameterValidationError {
hash: string;
constructor(hash: string, errorDetail?: string);
readonly hash: string;
readonly errorDetail?: string | undefined;
constructor(hash: string, errorDetail?: string | undefined);
}
{
"name": "@taquito/local-forging",
"version": "17.1.0-beta-RC.0",
"version": "17.1.0-beta-RC.1",
"description": "Provide local forging functionality to be with taquito",

@@ -71,8 +71,8 @@ "keywords": [

"dependencies": {
"@taquito/core": "^17.1.0-beta-RC.0",
"@taquito/utils": "^17.1.0-beta-RC.0",
"@taquito/core": "^17.1.0-beta-RC.1",
"@taquito/utils": "^17.1.0-beta-RC.1",
"bignumber.js": "^9.1.0"
},
"devDependencies": {
"@taquito/rpc": "^17.1.0-beta-RC.0",
"@taquito/rpc": "^17.1.0-beta-RC.1",
"@types/bluebird": "^3.5.36",

@@ -110,3 +110,3 @@ "@types/estree": "^1.0.0",

},
"gitHead": "37b7cea2af882794ddd67b1228df808888af9fc4"
"gitHead": "c0494008115163a124fa466444585d7f3f1de48c"
}

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc