@taquito/rpc
Advanced tools
Comparing version 21.0.1 to 21.0.2
@@ -1044,3 +1044,3 @@ "use strict"; | ||
* @default args { version: '2', validated: true, refused: true, outdated, true, branchRefused: true, branchDelayed: true, validationPass: undefined, source: undefined, operationHash: undefined } | ||
* @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/paris-mempool-openapi-rc.json | ||
* @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/quebec-mempool-openapi.json | ||
*/ | ||
@@ -1047,0 +1047,0 @@ getPendingOperations() { |
@@ -6,4 +6,4 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", | ||
"version": "21.0.1" | ||
"commitHash": "e55591f8a5efa4e61a3ee0d7797f2f3cadc28975", | ||
"version": "21.0.2" | ||
}; |
@@ -461,5 +461,5 @@ /** | ||
* @default args { version: '2', validated: true, refused: true, outdated, true, branchRefused: true, branchDelayed: true, validationPass: undefined, source: undefined, operationHash: undefined } | ||
* @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/paris-mempool-openapi-rc.json | ||
* @see https://gitlab.com/tezos/tezos/-/blob/master/docs/api/quebec-mempool-openapi.json | ||
*/ | ||
getPendingOperations(args?: PendingOperationsQueryArguments): Promise<PendingOperationsV1 | PendingOperationsV2>; | ||
} |
{ | ||
"name": "@taquito/rpc", | ||
"version": "21.0.1", | ||
"version": "21.0.2", | ||
"description": "Provides low level methods, and types to invoke RPC calls from a Nomadic Tezos RPC node", | ||
@@ -69,5 +69,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@taquito/core": "^21.0.1", | ||
"@taquito/http-utils": "^21.0.1", | ||
"@taquito/utils": "^21.0.1", | ||
"@taquito/core": "^21.0.2", | ||
"@taquito/http-utils": "^21.0.2", | ||
"@taquito/utils": "^21.0.2", | ||
"bignumber.js": "^9.1.2" | ||
@@ -102,3 +102,3 @@ }, | ||
}, | ||
"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
553326
Updated@taquito/core@^21.0.2
Updated@taquito/http-utils@^21.0.2
Updated@taquito/utils@^21.0.2