@taquito/taquito 11.2.0-beta-RC.0 → 11.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -39,9 +39,11 @@ export declare class InvalidViewParameterError extends Error {
39
39
  }
40
40
  export declare class ViewSimulationError extends Error {
41
41
  message: string;
42
+ viewName: string;
43
+ failWith?: import("@taquito/rpc").MichelsonV1ExpressionBase | import("@taquito/rpc").MichelsonV1ExpressionExtended | MichelsonV1Expression[] | undefined;
42
44
  originalError?: any;
43
45
  name: string;
44
- constructor(message: string, originalError?: any);
46
+ constructor(message: string, viewName: string, failWith?: import("@taquito/rpc").MichelsonV1ExpressionBase | import("@taquito/rpc").MichelsonV1ExpressionExtended | MichelsonV1Expression[] | undefined, originalError?: any);
45
47
  }
46
48
  export declare const validateAndExtractFailwith: (error: HttpResponseError) => MichelsonV1Expression | undefined;
47
49
  export declare class InvalidViewSimulationContext extends Error {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@taquito/taquito",
3
- "version": "11.2.0-beta-RC.0",
3
+ "version": "11.2.0",
4
4
  "description": "High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.",
5
5
  "keywords": [
6
6
  "tezos",
@@ -77,11 +77,11 @@
77
77
  ]
78
78
  },
79
79
  "dependencies": {
80
- "@taquito/http-utils": "^11.2.0-beta-RC.0",
81
- "@taquito/michel-codec": "^11.2.0-beta-RC.0",
82
- "@taquito/michelson-encoder": "^11.2.0-beta-RC.0",
83
- "@taquito/rpc": "^11.2.0-beta-RC.0",
84
- "@taquito/utils": "^11.2.0-beta-RC.0",
80
+ "@taquito/http-utils": "^11.2.0",
81
+ "@taquito/michel-codec": "^11.2.0",
82
+ "@taquito/michelson-encoder": "^11.2.0",
83
+ "@taquito/rpc": "^11.2.0",
84
+ "@taquito/utils": "^11.2.0",
85
85
  "bignumber.js": "^9.0.2",
86
86
  "rxjs": "^6.6.3"
87
87
  },
@@ -123,5 +123,5 @@
123
123
  "webpack-cli": "^3.3.12",
124
124
  "webpack-subresource-integrity": "^1.4.1"
125
125
  },
126
- "gitHead": "7cc9152cdad01bacca4a1b682c7cb0a33a24f544"
126
+ "gitHead": "7323157124742e8f2fdb11642f6b779cfb15df43"
127
127
  }