@taquito/taquito
Advanced tools
Comparing version 21.0.0 to 21.0.1
@@ -6,4 +6,4 @@ "use strict"; | ||
exports.VERSION = { | ||
"commitHash": "8f78637e9787ae942916332501f41b35d6b98f2d", | ||
"version": "21.0.0" | ||
"commitHash": "bab6a80662c0f67ffd2236fdad9b34492610ccca", | ||
"version": "21.0.1" | ||
}; |
{ | ||
"name": "@taquito/taquito", | ||
"version": "21.0.0", | ||
"version": "21.0.1", | ||
"description": "High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.", | ||
@@ -80,9 +80,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@taquito/core": "^21.0.0", | ||
"@taquito/http-utils": "^21.0.0", | ||
"@taquito/local-forging": "^21.0.0", | ||
"@taquito/michel-codec": "^21.0.0", | ||
"@taquito/michelson-encoder": "^21.0.0", | ||
"@taquito/rpc": "^21.0.0", | ||
"@taquito/utils": "^21.0.0", | ||
"@taquito/core": "^21.0.1", | ||
"@taquito/http-utils": "^21.0.1", | ||
"@taquito/local-forging": "^21.0.1", | ||
"@taquito/michel-codec": "^21.0.1", | ||
"@taquito/michelson-encoder": "^21.0.1", | ||
"@taquito/rpc": "^21.0.1", | ||
"@taquito/utils": "^21.0.1", | ||
"bignumber.js": "^9.1.2", | ||
@@ -129,3 +129,3 @@ "rxjs": "^7.8.1" | ||
}, | ||
"gitHead": "655216b13995860187b1a1baf3c87e90b4fd69cb" | ||
"gitHead": "ed45bf0eec9c9139eb2fe73213336a334bfaefdb" | ||
} |
@@ -10,3 +10,3 @@ # Taquito high-level functions | ||
```html | ||
<script src="https://unpkg.com/@taquito/taquito@21.0.0/dist/taquito.min.js" | ||
<script src="https://unpkg.com/@taquito/taquito@21.0.1/dist/taquito.min.js" | ||
crossorigin="anonymous" integrity="sha384-IxvP0ECHi5oqLyz94wF85pU9+ktcsL1HHtA42MITxZsGbsUMEu/g+0Vkjj5vqiMR"></script> | ||
@@ -13,0 +13,0 @@ ``` |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Updated@taquito/core@^21.0.1
Updated@taquito/http-utils@^21.0.1
Updated@taquito/rpc@^21.0.1
Updated@taquito/utils@^21.0.1