diff --git a/apps/taquito-test-dapp/package.json b/apps/taquito-test-dapp/package.json index 6aee4c753a..bf4f665881 100644 --- a/apps/taquito-test-dapp/package.json +++ b/apps/taquito-test-dapp/package.json @@ -1,7 +1,7 @@ { "name": "taquito-test-dapp-vite", "private": true, - "version": "19.2.0", + "version": "19.2.1", "type": "module", "scripts": { "dev": "vite", @@ -24,12 +24,12 @@ "vite": "^4.4.11" }, "dependencies": { - "@airgap/beacon-sdk": "^4.2.1", - "@airgap/beacon-types": "^4.2.1", - "@taquito/beacon-wallet": "^19.2.0", - "@taquito/core": "^19.1.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@airgap/beacon-sdk": "^4.2.2", + "@airgap/beacon-types": "^4.2.2", + "@taquito/beacon-wallet": "^19.2.1", + "@taquito/core": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "buffer": "^6.0.3", "svelte-select": "^5.7.0", "vite-compatible-readable-stream": "^3.6.1" diff --git a/apps/taquito-test-dapp/src/lib/Wallet.svelte b/apps/taquito-test-dapp/src/lib/Wallet.svelte index 38719e5966..c78b97430c 100644 --- a/apps/taquito-test-dapp/src/lib/Wallet.svelte +++ b/apps/taquito-test-dapp/src/lib/Wallet.svelte @@ -6,15 +6,18 @@ import { BeaconEvent, type DAppClientOptions } from "@airgap/beacon-sdk"; import store from "../store"; import { formatTokenAmount, shortenHash } from "../utils"; - import { defaultMatrixNode, getRpcUrl, defaultNetworkType, type SupportedNetworks } from "../config"; + import { + defaultMatrixNode, + getRpcUrl, + defaultNetworkType, + type SupportedNetworks, + } from "../config"; import type { TezosAccountAddress } from "../types"; let showDialog = false; let connectedWallet = ""; - const createNewWallet = (config: { - networkType: SupportedNetworks, - }) => { + const createNewWallet = (config: { networkType: SupportedNetworks }) => { const options: DAppClientOptions = { name: "Taquito Test Dapp", matrixNodes: [defaultMatrixNode] as any, @@ -23,7 +26,7 @@ rpcUrl: getRpcUrl(config.networkType), }, walletConnectOptions: { - projectId: 'ba97fd7d1e89eae02f7c330e14ce1f36', + projectId: "ba97fd7d1e89eae02f7c330e14ce1f36", }, enableMetrics: $store.enableMetrics, }; diff --git a/example/package.json b/example/package.json index ebfa3a03ec..3400b28369 100644 --- a/example/package.json +++ b/example/package.json @@ -1,7 +1,7 @@ { "name": "@taquito/example", "private": true, - "version": "19.2.0", + "version": "19.2.1", "scripts": { "example": "node -r ts-node/register --preserve-symlinks example-node.ts", "example:activation": "node -r ts-node/register --preserve-symlinks example-activate.ts", @@ -42,16 +42,16 @@ }, "dependencies": { "@ledgerhq/hw-transport-node-hid": "^6.28.5", - "@taquito/ledger-signer": "^19.2.0", - "@taquito/local-forging": "^19.2.0", - "@taquito/michel-codec": "^19.2.0", - "@taquito/michelson-encoder": "^19.2.0", - "@taquito/rpc": "^19.2.0", - "@taquito/sapling": "^19.2.0", - "@taquito/signer": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/tzip16": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/ledger-signer": "^19.2.1", + "@taquito/local-forging": "^19.2.1", + "@taquito/michel-codec": "^19.2.1", + "@taquito/michelson-encoder": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/sapling": "^19.2.1", + "@taquito/signer": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/tzip16": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2" }, "devDependencies": { diff --git a/integration-tests/package.json b/integration-tests/package.json index ccb2bc9682..06f450e345 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -13,26 +13,26 @@ "originate-known-contracts": "node -r ts-node/register originate-known-contracts.ts", "originate-known-contracts-and-run-test": "node -r ts-node/register originate-known-contracts.ts && jest" }, - "version": "19.2.0", + "version": "19.2.1", "dependencies": { "@ledgerhq/devices": "8.2.2", "@ledgerhq/hw-transport": "6.30.5", "@ledgerhq/hw-transport-node-hid": "6.28.5", "@ledgerhq/hw-transport-node-hid-noevents": "6.29.5", - "@taquito/contracts-library": "^19.2.0", - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/local-forging": "^19.2.0", - "@taquito/michel-codec": "^19.2.0", - "@taquito/michelson-encoder": "^19.2.0", - "@taquito/remote-signer": "^19.2.0", - "@taquito/rpc": "^19.2.0", - "@taquito/sapling": "^19.2.0", - "@taquito/signer": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/tzip12": "^19.2.0", - "@taquito/tzip16": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/contracts-library": "^19.2.1", + "@taquito/core": "^19.2.1", + "@taquito/http-utils": "^19.2.1", + "@taquito/local-forging": "^19.2.1", + "@taquito/michel-codec": "^19.2.1", + "@taquito/michelson-encoder": "^19.2.1", + "@taquito/remote-signer": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/sapling": "^19.2.1", + "@taquito/signer": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/tzip12": "^19.2.1", + "@taquito/tzip16": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2", "bip39": "3.1.0", "blakejs": "^1.2.1" diff --git a/lerna.json b/lerna.json index 3c6da77aa3..a537c45977 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "useNx": true, - "version": "19.2.0" + "version": "19.2.1" } diff --git a/package-lock.json b/package-lock.json index fadffed0cb..7ddfdbb3a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -56,14 +56,14 @@ }, "apps/taquito-test-dapp": { "name": "taquito-test-dapp-vite", - "version": "19.2.0", - "dependencies": { - "@airgap/beacon-sdk": "^4.2.1", - "@airgap/beacon-types": "^4.2.1", - "@taquito/beacon-wallet": "^19.2.0", - "@taquito/core": "^19.1.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "version": "19.2.1", + "dependencies": { + "@airgap/beacon-sdk": "^4.2.2", + "@airgap/beacon-types": "^4.2.2", + "@taquito/beacon-wallet": "^19.2.1", + "@taquito/core": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "buffer": "^6.0.3", "svelte-select": "^5.7.0", "vite-compatible-readable-stream": "^3.6.1" @@ -85,19 +85,19 @@ }, "example": { "name": "@taquito/example", - "version": "19.2.0", - "dependencies": { - "@ledgerhq/hw-transport-node-hid": "^6.28.5", - "@taquito/ledger-signer": "^19.2.0", - "@taquito/local-forging": "^19.2.0", - "@taquito/michel-codec": "^19.2.0", - "@taquito/michelson-encoder": "^19.2.0", - "@taquito/rpc": "^19.2.0", - "@taquito/sapling": "^19.2.0", - "@taquito/signer": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/tzip16": "^19.2.0", - "@taquito/utils": "^19.2.0", + "version": "19.2.1", + "dependencies": { + "@ledgerhq/hw-transport-node-hid": "^6.27.21", + "@taquito/ledger-signer": "^19.2.1", + "@taquito/local-forging": "^19.2.1", + "@taquito/michel-codec": "^19.2.1", + "@taquito/michelson-encoder": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/sapling": "^19.2.1", + "@taquito/signer": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/tzip16": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2" }, "devDependencies": { @@ -106,26 +106,26 @@ } }, "integration-tests": { - "version": "19.2.0", + "version": "19.2.1", "dependencies": { "@ledgerhq/devices": "8.2.2", "@ledgerhq/hw-transport": "6.30.5", "@ledgerhq/hw-transport-node-hid": "6.28.5", "@ledgerhq/hw-transport-node-hid-noevents": "6.29.5", - "@taquito/contracts-library": "^19.2.0", - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/local-forging": "^19.2.0", - "@taquito/michel-codec": "^19.2.0", - "@taquito/michelson-encoder": "^19.2.0", - "@taquito/remote-signer": "^19.2.0", - "@taquito/rpc": "^19.2.0", - "@taquito/sapling": "^19.2.0", - "@taquito/signer": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/tzip12": "^19.2.0", - "@taquito/tzip16": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/contracts-library": "^19.2.1", + "@taquito/core": "^19.2.1", + "@taquito/http-utils": "^19.2.1", + "@taquito/local-forging": "^19.2.1", + "@taquito/michel-codec": "^19.2.1", + "@taquito/michelson-encoder": "^19.2.1", + "@taquito/remote-signer": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/sapling": "^19.2.1", + "@taquito/signer": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/tzip12": "^19.2.1", + "@taquito/tzip16": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2", "bip39": "3.1.0", "blakejs": "^1.2.1" @@ -156,30 +156,30 @@ } }, "node_modules/@airgap/beacon-blockchain-substrate": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@airgap/beacon-blockchain-substrate/-/beacon-blockchain-substrate-4.2.1.tgz", - "integrity": "sha512-Zaggh3QdYYlXV8DsdbPcLuKCLCG9mqSBCQSrLZphaHi9phL16GuAcM7UnuQTnN9UbAS1gkLe3I1IIXZHNpMTig==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-blockchain-substrate/-/beacon-blockchain-substrate-4.2.2.tgz", + "integrity": "sha512-7G5HvZBM03zDwWh0OfXxKkE4WVrtacIEq7Ks1W33Yrtk7M2fliJu8FplYwn4EyasBXtt5WQfd2/3OkJOjbNmXw==", "dependencies": { - "@airgap/beacon-types": "4.2.1", - "@airgap/beacon-ui": "4.2.1" + "@airgap/beacon-types": "4.2.2", + "@airgap/beacon-ui": "4.2.2" } }, "node_modules/@airgap/beacon-blockchain-tezos": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@airgap/beacon-blockchain-tezos/-/beacon-blockchain-tezos-4.2.1.tgz", - "integrity": "sha512-vVwROjzt70MjiSDKbsUV2gHxFT8YMfCnn9t/FR04nn/DIxWrnxmRPoWh8lnqJOx2SHuqQgVDTE0i4kxBYuW94Q==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-blockchain-tezos/-/beacon-blockchain-tezos-4.2.2.tgz", + "integrity": "sha512-VeS9nNwgwic9uIO4dF2KCQr673qos/vhf528H2dy5NwITFSSRwT/lPT5YCDvmCQ5roYQF7+qY1tTE0VBKONEhg==", "dependencies": { - "@airgap/beacon-types": "4.2.1", - "@airgap/beacon-ui": "4.2.1" + "@airgap/beacon-types": "4.2.2", + "@airgap/beacon-ui": "4.2.2" } }, "node_modules/@airgap/beacon-core": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@airgap/beacon-core/-/beacon-core-4.2.1.tgz", - "integrity": "sha512-rOfvmxTcfoPfC40G2RoPxp9HtQjeNZGuecvmsGAkbEcJHZpgNXoyp5zt8YeBBpxA8KsV156FcUDjyHadSFjaWw==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-core/-/beacon-core-4.2.2.tgz", + "integrity": "sha512-pvp6T57fL734Yi81ZOvAo6oQmw7PPsj5BLC/brg17ic2uGCF0aFgYrExTDxVz5SoM93v5NJCPvg1TRkitTcvtA==", "dependencies": { - "@airgap/beacon-types": "4.2.1", - "@airgap/beacon-utils": "4.2.1", + "@airgap/beacon-types": "4.2.2", + "@airgap/beacon-utils": "4.2.2", "@stablelib/ed25519": "^1.0.3", "@stablelib/nacl": "^1.0.4", "@stablelib/utf8": "^1.0.1", @@ -214,91 +214,91 @@ } }, "node_modules/@airgap/beacon-dapp": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@airgap/beacon-dapp/-/beacon-dapp-4.2.1.tgz", - "integrity": "sha512-lt1B8JL2yQkun0imhQv/Fz/LhHTrXo1xdBlYUopOGi6KHtXXyGZpMTrAqEUWn/nKYcygjx+zNI5NaMxDn2Ejlg==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-dapp/-/beacon-dapp-4.2.2.tgz", + "integrity": "sha512-kXH9gwjkbZKlt1irg/QGOWJeUwvR+ffa/3m39F8Mv5uIdS/PnOU4QMso6F4VVbtk6RmAGFr1gG/Q6pIkkWPFxg==", "dependencies": { - "@airgap/beacon-core": "4.2.1", - "@airgap/beacon-transport-matrix": "4.2.1", - "@airgap/beacon-transport-postmessage": "4.2.1", - "@airgap/beacon-transport-walletconnect": "4.2.1", - "@airgap/beacon-ui": "4.2.1" + "@airgap/beacon-core": "4.2.2", + "@airgap/beacon-transport-matrix": "4.2.2", + "@airgap/beacon-transport-postmessage": "4.2.2", + "@airgap/beacon-transport-walletconnect": "4.2.2", + "@airgap/beacon-ui": "4.2.2" } }, "node_modules/@airgap/beacon-sdk": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@airgap/beacon-sdk/-/beacon-sdk-4.2.1.tgz", - "integrity": "sha512-/NhrQBETARyB3UT1c7/IEAItV1RmCpdGd2m32Dn8MsyAmHki+y+BuKBuWuywjKOZHqVntkeqIWvh9thmBnih/w==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-sdk/-/beacon-sdk-4.2.2.tgz", + "integrity": "sha512-F99zhXUp1EXDOqESqjPglBGzv0WSKVcmf62PYbW5B3HyhstbC3gdu8pcu/rEkMyyF3dLUFzX91cE/COBgh3qRA==", "dependencies": { - "@airgap/beacon-blockchain-substrate": "4.2.1", - "@airgap/beacon-blockchain-tezos": "4.2.1", - "@airgap/beacon-core": "4.2.1", - "@airgap/beacon-dapp": "4.2.1", - "@airgap/beacon-transport-matrix": "4.2.1", - "@airgap/beacon-transport-postmessage": "4.2.1", - "@airgap/beacon-types": "4.2.1", - "@airgap/beacon-ui": "4.2.1", - "@airgap/beacon-utils": "4.2.1", - "@airgap/beacon-wallet": "4.2.1" + "@airgap/beacon-blockchain-substrate": "4.2.2", + "@airgap/beacon-blockchain-tezos": "4.2.2", + "@airgap/beacon-core": "4.2.2", + "@airgap/beacon-dapp": "4.2.2", + "@airgap/beacon-transport-matrix": "4.2.2", + "@airgap/beacon-transport-postmessage": "4.2.2", + "@airgap/beacon-types": "4.2.2", + "@airgap/beacon-ui": "4.2.2", + "@airgap/beacon-utils": "4.2.2", + "@airgap/beacon-wallet": "4.2.2" } }, "node_modules/@airgap/beacon-transport-matrix": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@airgap/beacon-transport-matrix/-/beacon-transport-matrix-4.2.1.tgz", - "integrity": "sha512-ggvKQPreXVrm5t3kPV/RGBTIxo8ujSrE6tb6kpUAQyMC+mfMPY5WeP8qwqgMT+yzRMYUlkJa3u+hNxoSQIKK+A==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-transport-matrix/-/beacon-transport-matrix-4.2.2.tgz", + "integrity": "sha512-lCwFo6laGQbowvQoGU5tlkgrdBx9S9Nyk/OjJUE5Db9DgvQZhRR77zA0jl7lPdYDYcKeklHahBz6vwkiN/ferA==", "dependencies": { - "@airgap/beacon-core": "4.2.1", - "@airgap/beacon-utils": "4.2.1", + "@airgap/beacon-core": "4.2.2", + "@airgap/beacon-utils": "4.2.2", "axios": "^1.6.2" } }, "node_modules/@airgap/beacon-transport-postmessage": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@airgap/beacon-transport-postmessage/-/beacon-transport-postmessage-4.2.1.tgz", - "integrity": "sha512-/sq2yz90scWNwb93nhe9hXQZpetXLuc/BRJcyg3W3Sv53wEQ5yPb9XmedFhuFo/Tc8nTt5kZgz5ORXgDnlATJg==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-transport-postmessage/-/beacon-transport-postmessage-4.2.2.tgz", + "integrity": "sha512-xLFeTEw6Yydq+4cr8IISxFprEQm3Us1QKNI/zNTAy1ssTxML1MZGAoLXWm/3adXKc8kzeR7dZH9blNEKhZWGcQ==", "dependencies": { - "@airgap/beacon-core": "4.2.1", - "@airgap/beacon-types": "4.2.1", - "@airgap/beacon-utils": "4.2.1" + "@airgap/beacon-core": "4.2.2", + "@airgap/beacon-types": "4.2.2", + "@airgap/beacon-utils": "4.2.2" } }, "node_modules/@airgap/beacon-transport-walletconnect": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@airgap/beacon-transport-walletconnect/-/beacon-transport-walletconnect-4.2.1.tgz", - "integrity": "sha512-HTjKXtXP3z/Xg2yViE2o4gi556ickOTHjFz7t9ftp75qARP+XOW0uWcwTTV8YVK4mW5fXe0lM2M5nGXWD6nE8g==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-transport-walletconnect/-/beacon-transport-walletconnect-4.2.2.tgz", + "integrity": "sha512-ftwUDhQdjLPtyX1ESUp9VkFS5vyEvp377eL4lVFaEdqf4mCpxg/XxHffO/o7OeRD1NI0nZfCxsKOWU2plg+ghg==", "dependencies": { - "@airgap/beacon-core": "4.2.1", - "@airgap/beacon-types": "4.2.1", - "@airgap/beacon-utils": "4.2.1", + "@airgap/beacon-core": "4.2.2", + "@airgap/beacon-types": "4.2.2", + "@airgap/beacon-utils": "4.2.2", "@walletconnect/sign-client": "2.11.2" } }, "node_modules/@airgap/beacon-types": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@airgap/beacon-types/-/beacon-types-4.2.1.tgz", - "integrity": "sha512-6PBO/FCb2kDgfJdLVhImcK9oXq3Pa444/xOW3a5WEbVqq+q9qo5OjdscJFAviQgRMz8NJJvOn8/5RbRJBy2uWw==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-types/-/beacon-types-4.2.2.tgz", + "integrity": "sha512-4sX5QEZTanQ5E6FiY7lp6ilv6rlzu5eNrWa3KdygpHm0NFfkJCY7YRPWo4V5LkCCkILa9QF5TS9tVKMORNcocQ==", "dependencies": { "@types/chrome": "0.0.246" } }, "node_modules/@airgap/beacon-ui": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@airgap/beacon-ui/-/beacon-ui-4.2.1.tgz", - "integrity": "sha512-doCNbi9iaJQmNWKr54/i39VkgO/IFdxArdyxrUYAT2Z6bcLa+cJu3ttNjVQKoAhm8Z07QFWneMnS7RbYZRNbWg==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-ui/-/beacon-ui-4.2.2.tgz", + "integrity": "sha512-iuVH8ZgyejRo61vwZP4gTju+FfRxtEvA+Y9CanizlkJY3UcPa2ATx9Bmz8fGOeo5bkohxS1Ny36WEQ81z5cpIw==", "dependencies": { - "@airgap/beacon-core": "4.2.1", - "@airgap/beacon-transport-postmessage": "4.2.1", - "@airgap/beacon-types": "4.2.1", - "@airgap/beacon-utils": "4.2.1", + "@airgap/beacon-core": "4.2.2", + "@airgap/beacon-transport-postmessage": "4.2.2", + "@airgap/beacon-types": "4.2.2", + "@airgap/beacon-utils": "4.2.2", "@walletconnect/utils": "2.11.2", "qrcode-svg": "^1.1.0", "solid-js": "^1.7.11" } }, "node_modules/@airgap/beacon-utils": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@airgap/beacon-utils/-/beacon-utils-4.2.1.tgz", - "integrity": "sha512-Ob9OE1w9jnytC9s9UYuClBef1lmJnKFnB8NsqeLPur2AHC+9M2aeua92cS6KY8GkQo3EN4KzaCguC3QFo3nsVw==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-utils/-/beacon-utils-4.2.2.tgz", + "integrity": "sha512-TwDJ8O8/Lky6qdpczVJKWACu3BWEE49hMyCylXYJPnLlCZtpaqByD6awc+BEooJkC2c8Bj4V3JfcwBJGNzMs6w==", "dependencies": { "@stablelib/ed25519": "^1.0.3", "@stablelib/nacl": "^1.0.4", @@ -334,13 +334,13 @@ } }, "node_modules/@airgap/beacon-wallet": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@airgap/beacon-wallet/-/beacon-wallet-4.2.1.tgz", - "integrity": "sha512-YnEKbLVGlqZ2YwkD+bIKu6ZqMpIje2QtKccpnYbLsOSqZHY0+0n5iu63qkKw8Wy6PWDp1JN4CFVQVnGrRo7f9g==", + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@airgap/beacon-wallet/-/beacon-wallet-4.2.2.tgz", + "integrity": "sha512-UnyxUg++ip8Hqfa7lnnZH623MraPfGtMqGLt22aYvZHrRA9ypBcJRVhBqWDeD3WUdGrVdSjtCQ0I+mHn7jIGSg==", "dependencies": { - "@airgap/beacon-core": "4.2.1", - "@airgap/beacon-transport-matrix": "4.2.1", - "@airgap/beacon-transport-postmessage": "4.2.1" + "@airgap/beacon-core": "4.2.2", + "@airgap/beacon-transport-matrix": "4.2.2", + "@airgap/beacon-transport-postmessage": "4.2.2" } }, "node_modules/@airgap/sapling-wasm": { @@ -6871,33 +6871,22 @@ } }, "node_modules/@walletconnect/logger": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@walletconnect/logger/-/logger-2.0.1.tgz", - "integrity": "sha512-SsTKdsgWm+oDTBeNE/zHxxr5eJfZmE9/5yp/Ku+zJtcTAjELb3DXueWkDXmE9h8uHIbJzIb5wj5lPdzyrjT6hQ==", + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@walletconnect/logger/-/logger-2.1.2.tgz", + "integrity": "sha512-aAb28I3S6pYXZHQm5ESB+V6rDqIYfsnHaQyzFbwUUBFY4H0OXx/YtTl8lvhUNhMMfb9UxbwEBS253TlXUYJWSw==", "dependencies": { - "pino": "7.11.0", - "tslib": "1.14.1" + "@walletconnect/safe-json": "^1.0.2", + "pino": "7.11.0" } }, - "node_modules/@walletconnect/logger/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - }, "node_modules/@walletconnect/relay-api": { - "version": "1.0.9", - "resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.9.tgz", - "integrity": "sha512-Q3+rylJOqRkO1D9Su0DPE3mmznbAalYapJ9qmzDgK28mYF9alcP3UwG/og5V7l7CFOqzCLi7B8BvcBUrpDj0Rg==", + "version": "1.0.10", + "resolved": "https://registry.npmjs.org/@walletconnect/relay-api/-/relay-api-1.0.10.tgz", + "integrity": "sha512-tqrdd4zU9VBNqUaXXQASaexklv6A54yEyQQEXYOCr+Jz8Ket0dmPBDyg19LVSNUN2cipAghQc45/KVmfFJ0cYw==", "dependencies": { - "@walletconnect/jsonrpc-types": "^1.0.2", - "tslib": "1.14.1" + "@walletconnect/jsonrpc-types": "^1.0.2" } }, - "node_modules/@walletconnect/relay-api/node_modules/tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - }, "node_modules/@walletconnect/relay-auth": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/@walletconnect/relay-auth/-/relay-auth-1.0.4.tgz", @@ -9166,6 +9155,11 @@ "typedarray": "^0.0.6" } }, + "node_modules/confbox": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/confbox/-/confbox-0.1.7.tgz", + "integrity": "sha512-uJcB/FKZtBMCJpK8MQji6bJHgu1tixKPxRLeGkNzBoOZzpnZUJm0jm2/sBDWcuBx1dYgxV4JU+g5hmNxCyAmdA==" + }, "node_modules/consola": { "version": "3.2.3", "resolved": "https://registry.npmjs.org/consola/-/consola-3.2.3.tgz", @@ -12965,9 +12959,9 @@ "dev": true }, "node_modules/iron-webcrypto": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.1.0.tgz", - "integrity": "sha512-5vgYsCakNlaQub1orZK5QmNYhwYtcllTkZBp5sfIaCqY93Cf6l+v2rtE+E4TMbcfjxDMCdrO8wmp7+ZvhDECLA==", + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/iron-webcrypto/-/iron-webcrypto-1.2.1.tgz", + "integrity": "sha512-feOM6FaSr6rEABp/eDfVseKyTMDt+KGpeB35SkVn9Tyn0CqvVsY3EwI0v5i8nMHyJnzCIQf7nsy3p41TPkJZhg==", "funding": { "url": "https://github.com/sponsors/brc-dd" } @@ -14422,7 +14416,8 @@ "node_modules/jsonc-parser": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==" + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", + "dev": true }, "node_modules/jsonfile": { "version": "6.1.0", @@ -16377,14 +16372,14 @@ "integrity": "sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==" }, "node_modules/mlly": { - "version": "1.6.1", - "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.6.1.tgz", - "integrity": "sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==", + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/mlly/-/mlly-1.7.0.tgz", + "integrity": "sha512-U9SDaXGEREBYQgfejV97coK0UL1r+qnF2SyO9A3qcI8MzKnsIFKHNVEkrDyNncQTKQQumsasmeq84eNMdBfsNQ==", "dependencies": { "acorn": "^8.11.3", "pathe": "^1.1.2", - "pkg-types": "^1.0.3", - "ufo": "^1.3.2" + "pkg-types": "^1.1.0", + "ufo": "^1.5.3" } }, "node_modules/modify-values": { @@ -18282,13 +18277,13 @@ } }, "node_modules/pkg-types": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.0.3.tgz", - "integrity": "sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==", + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/pkg-types/-/pkg-types-1.1.1.tgz", + "integrity": "sha512-ko14TjmDuQJ14zsotODv7dBlwxKhUKQEhuhmbqo1uCi9BB0Z2alo/wAXg6q1dTR5TyuqYyWhjtfe/Tsh+X28jQ==", "dependencies": { - "jsonc-parser": "^3.2.0", - "mlly": "^1.2.0", - "pathe": "^1.1.0" + "confbox": "^0.1.7", + "mlly": "^1.7.0", + "pathe": "^1.1.2" } }, "node_modules/pkg-up": { @@ -20697,9 +20692,9 @@ } }, "node_modules/solid-js": { - "version": "1.8.16", - "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.8.16.tgz", - "integrity": "sha512-rja94MNU9flF3qQRLNsu60QHKBDKBkVE1DldJZPIfn2ypIn3NV2WpSbGTQIvsyGPBo+9E2IMjwqnqpbgfWuzeg==", + "version": "1.8.17", + "resolved": "https://registry.npmjs.org/solid-js/-/solid-js-1.8.17.tgz", + "integrity": "sha512-E0FkUgv9sG/gEBWkHr/2XkBluHb1fkrHywUgA6o6XolPDCJ4g1HaLmQufcBBhiF36ee40q+HpG/vCZu7fLpI3Q==", "dependencies": { "csstype": "^3.1.0", "seroval": "^1.0.4", @@ -22511,9 +22506,9 @@ } }, "node_modules/unstorage/node_modules/lru-cache": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", - "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", + "version": "10.2.2", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.2.tgz", + "integrity": "sha512-9hp3Vp2/hFQUiIwKo8XCeFVnrg8Pk3TYNPIR7tJADKi5YfcF7vEaK7avFHTlSy3kOKYaJQaalfEo6YuXdceBOQ==", "engines": { "node": "14 || >=16.14" } @@ -23405,17 +23400,17 @@ }, "packages/taquito": { "name": "@taquito/taquito", - "version": "19.2.0", + "version": "19.2.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/local-forging": "^19.2.0", - "@taquito/michel-codec": "^19.2.0", - "@taquito/michelson-encoder": "^19.2.0", - "@taquito/rpc": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/http-utils": "^19.2.1", + "@taquito/local-forging": "^19.2.1", + "@taquito/michel-codec": "^19.2.1", + "@taquito/michelson-encoder": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2", "rxjs": "^7.8.1" }, @@ -23463,12 +23458,12 @@ }, "packages/taquito-beacon-wallet": { "name": "@taquito/beacon-wallet", - "version": "19.2.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { - "@airgap/beacon-dapp": "^4.2.1", - "@taquito/core": "^19.1.0", - "@taquito/taquito": "^19.2.0" + "@airgap/beacon-dapp": "^4.2.2", + "@taquito/core": "^19.2.1", + "@taquito/taquito": "^19.2.1" }, "devDependencies": { "@types/bluebird": "^3.5.40", @@ -23508,13 +23503,13 @@ }, "packages/taquito-contracts-library": { "name": "@taquito/contracts-library", - "version": "19.2.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/rpc": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2" }, "devDependencies": { @@ -23551,7 +23546,7 @@ }, "packages/taquito-core": { "name": "@taquito/core", - "version": "19.1.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { "json-stringify-safe": "^5.0.1" @@ -23567,10 +23562,10 @@ }, "packages/taquito-http-utils": { "name": "@taquito/http-utils", - "version": "19.2.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", + "@taquito/core": "^19.2.1", "node-fetch": "^2.7.0" }, "devDependencies": { @@ -23627,14 +23622,14 @@ }, "packages/taquito-ledger-signer": { "name": "@taquito/ledger-signer", - "version": "19.2.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { "@ledgerhq/hw-transport": "^6.30.5", "@stablelib/blake2b": "^1.0.1", - "@taquito/core": "^19.1.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "buffer": "^6.0.3" }, "devDependencies": { @@ -23671,15 +23666,15 @@ }, "packages/taquito-local-forging": { "name": "@taquito/local-forging", - "version": "19.2.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2" }, "devDependencies": { - "@taquito/rpc": "^19.2.0", + "@taquito/rpc": "^19.2.1", "@types/bluebird": "^3.5.40", "@types/estree": "^1.0.2", "@types/jest": "^29.5.5", @@ -23717,10 +23712,10 @@ }, "packages/taquito-michel-codec": { "name": "@taquito/michel-codec", - "version": "19.2.0", + "version": "19.2.1", "license": "MIT", "dependencies": { - "@taquito/core": "^19.1.0" + "@taquito/core": "^19.2.1" }, "devDependencies": { "@types/bluebird": "^3.5.40", @@ -23749,21 +23744,21 @@ } }, "packages/taquito-michel-codec/pack-test-tool": { - "version": "19.2.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { - "@taquito/rpc": "^19.2.0", + "@taquito/rpc": "^19.2.1", "yargs": "^17.7.2" } }, "packages/taquito-michelson-encoder": { "name": "@taquito/michelson-encoder", - "version": "19.2.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/rpc": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2", "fast-json-stable-stringify": "^2.1.0" }, @@ -23800,15 +23795,15 @@ }, "packages/taquito-remote-signer": { "name": "@taquito/remote-signer", - "version": "19.2.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/http-utils": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": { @@ -23845,12 +23840,12 @@ }, "packages/taquito-rpc": { "name": "@taquito/rpc", - "version": "19.2.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/http-utils": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2" }, "devDependencies": { @@ -23886,17 +23881,17 @@ }, "packages/taquito-sapling": { "name": "@taquito/sapling", - "version": "19.2.0", + "version": "19.2.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@airgap/sapling-wasm": "0.0.9", "@stablelib/nacl": "^1.0.4", "@stablelib/random": "^1.0.2", - "@taquito/core": "^19.1.0", - "@taquito/rpc": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2", "bip39": "3.1.0", "blakejs": "^1.2.1", @@ -23956,7 +23951,7 @@ }, "packages/taquito-signer": { "name": "@taquito/signer", - "version": "19.2.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", @@ -23965,9 +23960,9 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/core": "^19.1.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "@types/bn.js": "^5.1.2", "bip39": "3.1.0", "elliptic": "^6.5.4", @@ -24010,7 +24005,7 @@ }, "packages/taquito-timelock": { "name": "@taquito/timelock", - "version": "19.2.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", @@ -24018,9 +24013,9 @@ "big-integer": "^1.6.52" }, "devDependencies": { - "@taquito/signer": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/signer": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "@types/node": "^20.11.20", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -24064,13 +24059,13 @@ }, "packages/taquito-tzip12": { "name": "@taquito/tzip12", - "version": "19.2.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/michelson-encoder": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/tzip16": "^19.2.0" + "@taquito/core": "^19.2.1", + "@taquito/michelson-encoder": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/tzip16": "^19.2.1" }, "devDependencies": { "@types/bluebird": "^3.5.40", @@ -24106,15 +24101,15 @@ }, "packages/taquito-tzip16": { "name": "@taquito/tzip16", - "version": "19.2.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/michelson-encoder": "^19.2.0", - "@taquito/rpc": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/http-utils": "^19.2.1", + "@taquito/michelson-encoder": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2", "crypto-js": "^4.2.0" }, @@ -24153,12 +24148,12 @@ }, "packages/taquito-utils": { "name": "@taquito/utils", - "version": "19.2.0", + "version": "19.2.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^19.1.0", + "@taquito/core": "^19.2.1", "@types/bs58check": "^2.1.0", "bignumber.js": "^9.1.2", "blakejs": "^1.2.1", diff --git a/packages/taquito-beacon-wallet/package.json b/packages/taquito-beacon-wallet/package.json index 3da826a3e4..b662998c05 100644 --- a/packages/taquito-beacon-wallet/package.json +++ b/packages/taquito-beacon-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/beacon-wallet", - "version": "19.2.0", + "version": "19.2.1", "description": "Beacon wallet provider", "keywords": [ "tezos", @@ -67,9 +67,9 @@ ] }, "dependencies": { - "@airgap/beacon-dapp": "^4.2.1", - "@taquito/core": "^19.1.0", - "@taquito/taquito": "^19.2.0" + "@airgap/beacon-dapp": "^4.2.2", + "@taquito/core": "^19.2.1", + "@taquito/taquito": "^19.2.1" }, "devDependencies": { "@types/bluebird": "^3.5.40", diff --git a/packages/taquito-beacon-wallet/src/taquito-beacon-wallet.ts b/packages/taquito-beacon-wallet/src/taquito-beacon-wallet.ts index a683acae70..6a883f9825 100644 --- a/packages/taquito-beacon-wallet/src/taquito-beacon-wallet.ts +++ b/packages/taquito-beacon-wallet/src/taquito-beacon-wallet.ts @@ -10,6 +10,8 @@ import { PermissionScope, getDAppClientInstance, SigningType, + AccountInfo, + BeaconEvent, } from '@airgap/beacon-dapp'; import { BeaconWalletNotInitialized, MissingRequiredScopes } from './errors'; import toBuffer from 'typedarray-to-buffer'; @@ -32,9 +34,13 @@ export { BeaconWalletNotInitialized, MissingRequiredScopes } from './errors'; export class BeaconWallet implements WalletProvider { public client: DAppClient; + public account: AccountInfo | undefined; constructor(options: DAppClientOptions) { this.client = getDAppClientInstance(options); + this.client.subscribeToEvent(BeaconEvent.ACTIVE_ACCOUNT_SET, async (data) => { + this.account = data; + }); } private validateRequiredScopesOrFail( @@ -59,19 +65,17 @@ export class BeaconWallet implements WalletProvider { } async getPKH() { - const account = await this.client.getActiveAccount(); - if (!account) { + if (!this.account) { throw new BeaconWalletNotInitialized(); } - return account.address; + return this.account.address; } async getPK() { - const account = await this.client.getActiveAccount(); - if (!account) { + if (!this.account) { throw new BeaconWalletNotInitialized(); } - return account.publicKey ?? ''; + return this.account.publicKey ?? ''; } async mapTransferParamsToWalletParams(params: () => Promise) { @@ -167,11 +171,10 @@ export class BeaconWallet implements WalletProvider { } async sendOperations(params: any[]) { - const account = await this.client.getActiveAccount(); - if (!account) { + if (!this.account) { throw new BeaconWalletNotInitialized(); } - const permissions = account.scopes; + const permissions = this.account.scopes; this.validateRequiredScopesOrFail(permissions, [PermissionScope.OPERATION_REQUEST]); const { transactionHash } = await this.client.requestOperation({ operationDetails: params }); diff --git a/packages/taquito-beacon-wallet/src/version.ts b/packages/taquito-beacon-wallet/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-beacon-wallet/src/version.ts +++ b/packages/taquito-beacon-wallet/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-contracts-library/package.json b/packages/taquito-contracts-library/package.json index d3f25a610d..e2043a29c4 100644 --- a/packages/taquito-contracts-library/package.json +++ b/packages/taquito-contracts-library/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/contracts-library", - "version": "19.2.0", + "version": "19.2.1", "description": "Can be used as an extension on the TezosToolkit to provide contracts data", "keywords": [ "tezos" @@ -67,10 +67,10 @@ ] }, "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/rpc": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2" }, "devDependencies": { diff --git a/packages/taquito-contracts-library/src/version.ts b/packages/taquito-contracts-library/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-contracts-library/src/version.ts +++ b/packages/taquito-contracts-library/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-core/package.json b/packages/taquito-core/package.json index 5131b41f99..914e76b44f 100644 --- a/packages/taquito-core/package.json +++ b/packages/taquito-core/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/core", - "version": "19.1.0", + "version": "19.2.1", "description": "Classes, interfaces, and types shared across Taquito packages", "keywords": [ "tezos", diff --git a/packages/taquito-core/src/version.ts b/packages/taquito-core/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-core/src/version.ts +++ b/packages/taquito-core/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-http-utils/package.json b/packages/taquito-http-utils/package.json index 7e090bea79..f456826318 100644 --- a/packages/taquito-http-utils/package.json +++ b/packages/taquito-http-utils/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/http-utils", - "version": "19.2.0", + "version": "19.2.1", "description": "", "keywords": [ "tezos" @@ -58,7 +58,7 @@ ] }, "dependencies": { - "@taquito/core": "^19.1.0", + "@taquito/core": "^19.2.1", "node-fetch": "^2.7.0" }, "devDependencies": { diff --git a/packages/taquito-http-utils/src/version.ts b/packages/taquito-http-utils/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-http-utils/src/version.ts +++ b/packages/taquito-http-utils/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-ledger-signer/package.json b/packages/taquito-ledger-signer/package.json index d57c0fc3a7..e501110b3f 100644 --- a/packages/taquito-ledger-signer/package.json +++ b/packages/taquito-ledger-signer/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/ledger-signer", - "version": "19.2.0", + "version": "19.2.1", "description": "Ledger signer provider", "keywords": [ "tezos", @@ -59,9 +59,9 @@ "dependencies": { "@ledgerhq/hw-transport": "^6.30.5", "@stablelib/blake2b": "^1.0.1", - "@taquito/core": "^19.1.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "buffer": "^6.0.3" }, "devDependencies": { diff --git a/packages/taquito-ledger-signer/src/version.ts b/packages/taquito-ledger-signer/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-ledger-signer/src/version.ts +++ b/packages/taquito-ledger-signer/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-local-forging/package.json b/packages/taquito-local-forging/package.json index 9c28876742..9517bf00d4 100644 --- a/packages/taquito-local-forging/package.json +++ b/packages/taquito-local-forging/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/local-forging", - "version": "19.2.0", + "version": "19.2.1", "description": "Provide local forging functionality to be with taquito", "keywords": [ "tezos", @@ -67,12 +67,12 @@ ] }, "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2" }, "devDependencies": { - "@taquito/rpc": "^19.2.0", + "@taquito/rpc": "^19.2.1", "@types/bluebird": "^3.5.40", "@types/estree": "^1.0.2", "@types/jest": "^29.5.5", diff --git a/packages/taquito-local-forging/src/version.ts b/packages/taquito-local-forging/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-local-forging/src/version.ts +++ b/packages/taquito-local-forging/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-michel-codec/pack-test-tool/package.json b/packages/taquito-michel-codec/pack-test-tool/package.json index 906642aef2..c9ebc97f9e 100644 --- a/packages/taquito-michel-codec/pack-test-tool/package.json +++ b/packages/taquito-michel-codec/pack-test-tool/package.json @@ -1,6 +1,6 @@ { "name": "pack-test-tool", - "version": "19.2.0", + "version": "19.2.1", "description": "Generate pack test data via Tezos RPC", "main": "pack-test-tool.js", "private": true, @@ -8,7 +8,7 @@ "author": "Eugene Zagidullin ", "license": "Apache-2.0", "dependencies": { - "@taquito/rpc": "^19.2.0", + "@taquito/rpc": "^19.2.1", "yargs": "^17.7.2" } } diff --git a/packages/taquito-michel-codec/package.json b/packages/taquito-michel-codec/package.json index e48a5cb7ab..367d4c5ec1 100644 --- a/packages/taquito-michel-codec/package.json +++ b/packages/taquito-michel-codec/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/michel-codec", - "version": "19.2.0", + "version": "19.2.1", "description": "Michelson parser/validator/formatter", "keywords": [ "tezos", @@ -66,7 +66,7 @@ ] }, "dependencies": { - "@taquito/core": "^19.1.0" + "@taquito/core": "^19.2.1" }, "devDependencies": { "@types/bluebird": "^3.5.40", diff --git a/packages/taquito-michel-codec/src/version.ts b/packages/taquito-michel-codec/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-michel-codec/src/version.ts +++ b/packages/taquito-michel-codec/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-michelson-encoder/package.json b/packages/taquito-michelson-encoder/package.json index 719ec9aa56..eda1273735 100644 --- a/packages/taquito-michelson-encoder/package.json +++ b/packages/taquito-michelson-encoder/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/michelson-encoder", - "version": "19.2.0", + "version": "19.2.1", "description": "converts michelson data and types into convenient JS/TS objects", "keywords": [ "tezos", @@ -67,9 +67,9 @@ ] }, "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/rpc": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2", "fast-json-stable-stringify": "^2.1.0" }, diff --git a/packages/taquito-michelson-encoder/src/version.ts b/packages/taquito-michelson-encoder/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-michelson-encoder/src/version.ts +++ b/packages/taquito-michelson-encoder/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-remote-signer/package.json b/packages/taquito-remote-signer/package.json index 84eb096103..760dc35836 100644 --- a/packages/taquito-remote-signer/package.json +++ b/packages/taquito-remote-signer/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/remote-signer", - "version": "19.2.0", + "version": "19.2.1", "description": "Remote signer provider", "keywords": [ "tezos", @@ -62,10 +62,10 @@ "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/http-utils": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": { diff --git a/packages/taquito-remote-signer/src/version.ts b/packages/taquito-remote-signer/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-remote-signer/src/version.ts +++ b/packages/taquito-remote-signer/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-rpc/package.json b/packages/taquito-rpc/package.json index 223f14420a..b167d90c30 100644 --- a/packages/taquito-rpc/package.json +++ b/packages/taquito-rpc/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/rpc", - "version": "19.2.0", + "version": "19.2.1", "description": "Provides low level methods, and types to invoke RPC calls from a Nomadic Tezos RPC node", "keywords": [ "tezos", @@ -66,9 +66,9 @@ ] }, "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/http-utils": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2" }, "devDependencies": { diff --git a/packages/taquito-rpc/src/version.ts b/packages/taquito-rpc/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-rpc/src/version.ts +++ b/packages/taquito-rpc/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-sapling/package.json b/packages/taquito-sapling/package.json index e8d7053bcc..b40c5126a6 100644 --- a/packages/taquito-sapling/package.json +++ b/packages/taquito-sapling/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/sapling", - "version": "19.2.0", + "version": "19.2.1", "description": "Allows reading and preparing sapling transactions", "keywords": [ "tezos", @@ -68,10 +68,10 @@ "@airgap/sapling-wasm": "0.0.9", "@stablelib/nacl": "^1.0.4", "@stablelib/random": "^1.0.2", - "@taquito/core": "^19.1.0", - "@taquito/rpc": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2", "bip39": "3.1.0", "blakejs": "^1.2.1", diff --git a/packages/taquito-sapling/src/version.ts b/packages/taquito-sapling/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-sapling/src/version.ts +++ b/packages/taquito-sapling/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-signer/package.json b/packages/taquito-signer/package.json index 12c9f076bc..878538cb75 100644 --- a/packages/taquito-signer/package.json +++ b/packages/taquito-signer/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/signer", - "version": "19.2.0", + "version": "19.2.1", "description": "Provide signing functionality to be with taquito", "keywords": [ "tezos", @@ -72,9 +72,9 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/core": "^19.1.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "@types/bn.js": "^5.1.2", "bip39": "3.1.0", "elliptic": "^6.5.4", diff --git a/packages/taquito-signer/src/version.ts b/packages/taquito-signer/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-signer/src/version.ts +++ b/packages/taquito-signer/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-timelock/package.json b/packages/taquito-timelock/package.json index 633a2f4039..7daef7890a 100644 --- a/packages/taquito-timelock/package.json +++ b/packages/taquito-timelock/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/timelock", - "version": "19.2.0", + "version": "19.2.1", "description": "TypeScript implementation of the Timelock feature in Tezos", "main": "./dist/taquito-timelock.umd.js", "module": "./dist/taquito-timelock.es6.js", @@ -68,9 +68,9 @@ "big-integer": "^1.6.52" }, "devDependencies": { - "@taquito/signer": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/signer": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "@types/node": "^20.11.20", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/taquito-timelock/src/version.ts b/packages/taquito-timelock/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-timelock/src/version.ts +++ b/packages/taquito-timelock/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-tzip12/package.json b/packages/taquito-tzip12/package.json index 8f4a4da481..ca4069b535 100644 --- a/packages/taquito-tzip12/package.json +++ b/packages/taquito-tzip12/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/tzip12", - "version": "19.2.0", + "version": "19.2.1", "description": "Tzip12", "keywords": [ "tezos", @@ -62,10 +62,10 @@ ] }, "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/michelson-encoder": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/tzip16": "^19.2.0" + "@taquito/core": "^19.2.1", + "@taquito/michelson-encoder": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/tzip16": "^19.2.1" }, "devDependencies": { "@types/bluebird": "^3.5.40", diff --git a/packages/taquito-tzip12/src/version.ts b/packages/taquito-tzip12/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-tzip12/src/version.ts +++ b/packages/taquito-tzip12/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-tzip16/package.json b/packages/taquito-tzip16/package.json index ed1a83b950..fb2d45bfe0 100644 --- a/packages/taquito-tzip16/package.json +++ b/packages/taquito-tzip16/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/tzip16", - "version": "19.2.0", + "version": "19.2.1", "description": "Tzip16", "keywords": [ "tezos", @@ -61,12 +61,12 @@ ] }, "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/michelson-encoder": "^19.2.0", - "@taquito/rpc": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/http-utils": "^19.2.1", + "@taquito/michelson-encoder": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/taquito": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2", "crypto-js": "^4.2.0" }, diff --git a/packages/taquito-tzip16/src/version.ts b/packages/taquito-tzip16/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-tzip16/src/version.ts +++ b/packages/taquito-tzip16/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito-utils/package.json b/packages/taquito-utils/package.json index b40b29c4af..39bda3d327 100644 --- a/packages/taquito-utils/package.json +++ b/packages/taquito-utils/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/utils", - "version": "19.2.0", + "version": "19.2.1", "description": "converts michelson data and types into convenient JS/TS objects", "keywords": [ "tezos", @@ -64,7 +64,7 @@ "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^19.1.0", + "@taquito/core": "^19.2.1", "@types/bs58check": "^2.1.0", "bignumber.js": "^9.1.2", "blakejs": "^1.2.1", diff --git a/packages/taquito-utils/src/version.ts b/packages/taquito-utils/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito-utils/src/version.ts +++ b/packages/taquito-utils/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/packages/taquito/README.md b/packages/taquito/README.md index ccbab63416..36247aa85c 100644 --- a/packages/taquito/README.md +++ b/packages/taquito/README.md @@ -7,7 +7,7 @@ The `@taquito/taquito` package contains higher-level functionality that builds u ## CDN Bundle ```html - ``` diff --git a/packages/taquito/assets-manifest.json b/packages/taquito/assets-manifest.json index 2cda686ec5..b7f1f80a20 100644 --- a/packages/taquito/assets-manifest.json +++ b/packages/taquito/assets-manifest.json @@ -5,6 +5,6 @@ }, "main.js": { "src": "dist/taquito.min.js", - "integrity": "sha256-SBnOaGNmGpU2dRZi5x2Fql8ttF2HYMVJSrEn0FUrgC8= sha384-yfyuDWhL5IMuPidvT0J7Mc2a2JI8d3XEhSRvvFKN94+UVDQVjWYqqHywNO+uxa4J sha512-Xi8RDZZPlKx8kx/yJvNXokVQHpdr/0bzb+h2t2HLDayVebG2pjHqqNlYhedGRx/2My9DjVNCPJJIELGVrVCp8A==" + "integrity": "sha256-3JZSLgFKNJToRxyfNaSAhSlCvN/doCnV17xo8BAPM4U= sha384-TC1SFqSdiCy1bGvfza9eovd+gju0nadTBvBKfme7o753Wkw5vAPTuthB9HdtOtxH sha512-7uUujjrPUhQ0F3dIPFEPmB3YBA7og2xPdz5BfhYDzsVzjXEvR+/plvqKBOe7z4pmltinwXXc8Le1Fiiwz6TVZA==" } } \ No newline at end of file diff --git a/packages/taquito/package.json b/packages/taquito/package.json index 268d2ebeec..764ba58b03 100644 --- a/packages/taquito/package.json +++ b/packages/taquito/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/taquito", - "version": "19.2.0", + "version": "19.2.1", "description": "High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.", "keywords": [ "tezos", @@ -77,13 +77,13 @@ ] }, "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/local-forging": "^19.2.0", - "@taquito/michel-codec": "^19.2.0", - "@taquito/michelson-encoder": "^19.2.0", - "@taquito/rpc": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1", + "@taquito/http-utils": "^19.2.1", + "@taquito/local-forging": "^19.2.1", + "@taquito/michel-codec": "^19.2.1", + "@taquito/michelson-encoder": "^19.2.1", + "@taquito/rpc": "^19.2.1", + "@taquito/utils": "^19.2.1", "bignumber.js": "^9.1.2", "rxjs": "^7.8.1" }, diff --git a/packages/taquito/src/version.ts b/packages/taquito/src/version.ts index dd87766ac7..4204ba8f29 100644 --- a/packages/taquito/src/version.ts +++ b/packages/taquito/src/version.ts @@ -1,5 +1,5 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - commitHash: '79be4991733872e1a9d0b3b9159462100349421a', - version: '19.2.0', + commitHash: '2e05f6f865be17a1b367b284542b24ffa9823271', + version: '19.2.1', }; diff --git a/website/package-lock.json b/website/package-lock.json index a72c7cb37d..bfdbed87e5 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -69,17 +69,17 @@ }, "../packages/taquito": { "name": "@taquito/taquito", - "version": "19.2.0", + "version": "19.2.1-beta.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/local-forging": "^19.2.0", - "@taquito/michel-codec": "^19.2.0", - "@taquito/michelson-encoder": "^19.2.0", - "@taquito/rpc": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1-beta.2", + "@taquito/http-utils": "^19.2.1-beta.2", + "@taquito/local-forging": "^19.2.1-beta.2", + "@taquito/michel-codec": "^19.2.1-beta.2", + "@taquito/michelson-encoder": "^19.2.1-beta.2", + "@taquito/rpc": "^19.2.1-beta.2", + "@taquito/utils": "^19.2.1-beta.2", "bignumber.js": "^9.1.2", "rxjs": "^7.8.1" }, @@ -127,12 +127,12 @@ }, "../packages/taquito-beacon-wallet": { "name": "@taquito/beacon-wallet", - "version": "19.2.0", + "version": "19.2.1-beta.2", "license": "Apache-2.0", "dependencies": { - "@airgap/beacon-dapp": "^4.2.1", - "@taquito/core": "^19.1.0", - "@taquito/taquito": "^19.2.0" + "@airgap/beacon-dapp": "^4.2.2", + "@taquito/core": "^19.2.1-beta.2", + "@taquito/taquito": "^19.2.1-beta.2" }, "devDependencies": { "@types/bluebird": "^3.5.40", @@ -172,7 +172,7 @@ }, "../packages/taquito-core": { "name": "@taquito/core", - "version": "19.1.0", + "version": "19.2.1-beta.2", "license": "Apache-2.0", "dependencies": { "json-stringify-safe": "^5.0.1" @@ -188,10 +188,10 @@ }, "../packages/taquito-http-utils": { "name": "@taquito/http-utils", - "version": "19.2.0", + "version": "19.2.1-beta.2", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", + "@taquito/core": "^19.2.1-beta.2", "node-fetch": "^2.7.0" }, "devDependencies": { @@ -229,14 +229,14 @@ }, "../packages/taquito-ledger-signer": { "name": "@taquito/ledger-signer", - "version": "19.2.0", + "version": "19.2.1-beta.2", "license": "Apache-2.0", "dependencies": { "@ledgerhq/hw-transport": "^6.30.5", "@stablelib/blake2b": "^1.0.1", - "@taquito/core": "^19.1.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1-beta.2", + "@taquito/taquito": "^19.2.1-beta.2", + "@taquito/utils": "^19.2.1-beta.2", "buffer": "^6.0.3" }, "devDependencies": { @@ -273,10 +273,10 @@ }, "../packages/taquito-michel-codec": { "name": "@taquito/michel-codec", - "version": "19.2.0", + "version": "19.2.1-beta.2", "license": "MIT", "dependencies": { - "@taquito/core": "^19.1.0" + "@taquito/core": "^19.2.1-beta.2" }, "devDependencies": { "@types/bluebird": "^3.5.40", @@ -306,12 +306,12 @@ }, "../packages/taquito-michelson-encoder": { "name": "@taquito/michelson-encoder", - "version": "19.2.0", + "version": "19.2.1-beta.2", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/rpc": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1-beta.2", + "@taquito/rpc": "^19.2.1-beta.2", + "@taquito/utils": "^19.2.1-beta.2", "bignumber.js": "^9.1.2", "fast-json-stable-stringify": "^2.1.0" }, @@ -348,15 +348,15 @@ }, "../packages/taquito-remote-signer": { "name": "@taquito/remote-signer", - "version": "19.2.0", + "version": "19.2.1-beta.2", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1-beta.2", + "@taquito/http-utils": "^19.2.1-beta.2", + "@taquito/taquito": "^19.2.1-beta.2", + "@taquito/utils": "^19.2.1-beta.2", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": { @@ -393,12 +393,12 @@ }, "../packages/taquito-rpc": { "name": "@taquito/rpc", - "version": "19.2.0", + "version": "19.2.1-beta.2", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1-beta.2", + "@taquito/http-utils": "^19.2.1-beta.2", + "@taquito/utils": "^19.2.1-beta.2", "bignumber.js": "^9.1.2" }, "devDependencies": { @@ -434,7 +434,7 @@ }, "../packages/taquito-signer": { "name": "@taquito/signer", - "version": "19.2.0", + "version": "19.2.1-beta.2", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", @@ -443,9 +443,9 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/core": "^19.1.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1-beta.2", + "@taquito/taquito": "^19.2.1-beta.2", + "@taquito/utils": "^19.2.1-beta.2", "@types/bn.js": "^5.1.2", "bip39": "3.1.0", "elliptic": "^6.5.4", @@ -488,13 +488,13 @@ }, "../packages/taquito-tzip12": { "name": "@taquito/tzip12", - "version": "19.2.0", + "version": "19.2.1-beta.2", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/michelson-encoder": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/tzip16": "^19.2.0" + "@taquito/core": "^19.2.1-beta.2", + "@taquito/michelson-encoder": "^19.2.1-beta.2", + "@taquito/taquito": "^19.2.1-beta.2", + "@taquito/tzip16": "^19.2.1-beta.2" }, "devDependencies": { "@types/bluebird": "^3.5.40", @@ -530,15 +530,15 @@ }, "../packages/taquito-tzip16": { "name": "@taquito/tzip16", - "version": "19.2.0", + "version": "19.2.1-beta.2", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^19.1.0", - "@taquito/http-utils": "^19.2.0", - "@taquito/michelson-encoder": "^19.2.0", - "@taquito/rpc": "^19.2.0", - "@taquito/taquito": "^19.2.0", - "@taquito/utils": "^19.2.0", + "@taquito/core": "^19.2.1-beta.2", + "@taquito/http-utils": "^19.2.1-beta.2", + "@taquito/michelson-encoder": "^19.2.1-beta.2", + "@taquito/rpc": "^19.2.1-beta.2", + "@taquito/taquito": "^19.2.1-beta.2", + "@taquito/utils": "^19.2.1-beta.2", "bignumber.js": "^9.1.2", "crypto-js": "^4.2.0" }, @@ -577,12 +577,12 @@ }, "../packages/taquito-utils": { "name": "@taquito/utils", - "version": "19.2.0", + "version": "19.2.1-beta.2", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^19.1.0", + "@taquito/core": "^19.2.1-beta.2", "@types/bs58check": "^2.1.0", "bignumber.js": "^9.1.2", "blakejs": "^1.2.1",