diff --git a/.github/workflows/bundle_webpack.yml b/.github/workflows/bundle_webpack.yml index db356dea86..fcb196a8b7 100644 --- a/.github/workflows/bundle_webpack.yml +++ b/.github/workflows/bundle_webpack.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: lts/iron + node-version: lts/Hydrogen - run: npm ci - run: npm run build - run: npm -w packages/taquito-local-forging run build-webpack diff --git a/.github/workflows/deploy_edge.yml b/.github/workflows/deploy_edge.yml index e3e6a6d042..519b3ea238 100644 --- a/.github/workflows/deploy_edge.yml +++ b/.github/workflows/deploy_edge.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: lts/iron + node-version: lts/Hydrogen - run: echo "SHORT_SHA=$(git rev-parse --short HEAD)" >> $GITHUB_ENV - run: echo "PACKAGE_VERSION=`node -p "require('./packages/taquito/package.json').version"`" >> $GITHUB_ENV - run: echo "BRANCH_NAME=$(git branch --show-current)" >> $GITHUB_ENV diff --git a/.github/workflows/deploy_test_dapp.yml b/.github/workflows/deploy_test_dapp.yml index a5efa81242..5ccd26037d 100644 --- a/.github/workflows/deploy_test_dapp.yml +++ b/.github/workflows/deploy_test_dapp.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: lts/iron + node-version: lts/Hydrogen - run: npm ci - run: npm run build - run: npm -w taquito-test-dapp-vite run build diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f1b8ddde52..a4eb9faefd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,8 +17,9 @@ jobs: fail-fast: false matrix: node: - - 'lts/iron' - - '22' + - 'lts/Hydrogen' + - 'lts/Iron' + - 'lts/Jod' steps: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 @@ -49,7 +50,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: lts/iron + node-version: lts/Hydrogen - run: npm ci - run: npm run build - if: ${{ !github.event.pull_request.head.repo.fork }} diff --git a/.github/workflows/mondaynet.yml b/.github/workflows/mondaynet.yml index e6aa73a46b..65fdc9d0a3 100644 --- a/.github/workflows/mondaynet.yml +++ b/.github/workflows/mondaynet.yml @@ -39,7 +39,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-node@v4 with: - node-version: lts/iron + node-version: lts/Hydrogen - run: npm ci - run: npm run build - id: originate-contracts-mondaynet diff --git a/.nvmrc b/.nvmrc index 85aee5a534..0828ab7947 100644 --- a/.nvmrc +++ b/.nvmrc @@ -1 +1 @@ -v20 \ No newline at end of file +v18 \ No newline at end of file diff --git a/README.md b/README.md index 925bf2ce0a..41ce326b95 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Taquito currently supports the following versions of Node.js®: | ---------------- | ---------- | | v14 LTS | ❌ | | v16 LTS/Gallium | ❌ | -| v18 LTS/Hydrogen | ❌ | +| v18 LTS/Hydrogen | ✅ | | v20 LTS/Iron | ✅ | | v22 | ✅ | diff --git a/apps/taquito-test-dapp/package.json b/apps/taquito-test-dapp/package.json index 3fc4c2ea32..39954dc2ad 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": "20.1.1", + "version": "20.1.2", "type": "module", "scripts": { "dev": "vite", @@ -26,11 +26,11 @@ "dependencies": { "@airgap/beacon-sdk": "^4.3.1", "@airgap/beacon-types": "^4.3.1", - "@taquito/beacon-wallet": "^20.1.1", - "@taquito/core": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", - "@taquito/wallet-connect": "^20.1.1", + "@taquito/beacon-wallet": "^20.1.2", + "@taquito/core": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", + "@taquito/wallet-connect": "^20.1.2", "buffer": "^6.0.3", "svelte-modals": "^2.0.0-beta.2", "svelte-select": "^5.8.3", diff --git a/docs/contract-test-collection.md b/docs/contract-test-collection.md index 2043138481..4a332a12f5 100644 --- a/docs/contract-test-collection.md +++ b/docs/contract-test-collection.md @@ -1367,7 +1367,7 @@ license: MIT Transactions to smart contracts operate in the same fashion as transactions to an implicit account, the only difference being the `KT1...` address. You will also receive a transaction hash and have to wait for the transaction to be confirmed. Once confirmed, it can be the right time to update the user's/contract's balance, for example. -Sending a transaction to a smart contract to update its storage will be a different type of action as it implies targetting a specific entrypoint and formatting correctly the data to be sent. +Sending a transaction to a smart contract to update its storage will be a different type of action as it implies targeting a specific entrypoint and formatting correctly the data to be sent. Fortunately, Taquito will make this operation go like a breeze! First, you need the contract abstraction created with the address of the smart contract you are targeting: diff --git a/docs/version.md b/docs/version.md index cbab28893a..595e8f2224 100644 --- a/docs/version.md +++ b/docs/version.md @@ -3,6 +3,16 @@ title: Versions author: Jev Bjorsell --- +# Taquito v20.1.2 +## Summary + +### Node.js add support of v18 +There is a [node.js confirmed HTTP bug](https://github.com/nodejs/node/issues/47228) from v19 that occasionally causes HTTP requests to fail with a socket hang-up error. +We decided to support node.js v18 again until this issue is resolved in the future node.js release #3098 + +### Documentation +Fixing typo #3094 + # Taquito v20.1.1 ## Summary diff --git a/example/package.json b/example/package.json index e40ab78994..0c852d77f0 100644 --- a/example/package.json +++ b/example/package.json @@ -1,7 +1,7 @@ { "name": "@taquito/example", "private": true, - "version": "20.1.1", + "version": "20.1.2", "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.29.5", - "@taquito/ledger-signer": "^20.1.1", - "@taquito/local-forging": "^20.1.1", - "@taquito/michel-codec": "^20.1.1", - "@taquito/michelson-encoder": "^20.1.1", - "@taquito/rpc": "^20.1.1", - "@taquito/sapling": "^20.1.1", - "@taquito/signer": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/tzip16": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/ledger-signer": "^20.1.2", + "@taquito/local-forging": "^20.1.2", + "@taquito/michel-codec": "^20.1.2", + "@taquito/michelson-encoder": "^20.1.2", + "@taquito/rpc": "^20.1.2", + "@taquito/sapling": "^20.1.2", + "@taquito/signer": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/tzip16": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2" }, "devDependencies": { diff --git a/integration-tests/data/metadataViews.ts b/integration-tests/data/metadataViews.ts index 6f084448a8..791061b87a 100644 --- a/integration-tests/data/metadataViews.ts +++ b/integration-tests/data/metadataViews.ts @@ -349,7 +349,7 @@ export const metadataViewsExample2 = { }, code: [ { prim: 'CAR', args: [], annots: [] } ], annotations: [ - { name: '%arg_zero', description: 'This is obvioulsy ignored.' }, + { name: '%arg_zero', description: 'This is obviously ignored.' }, { name: '%arg_one', description: 'This is also ignored, but different.' }, { name: '%arg_one_result', description: 'This is %arg_one on the resulting side.' }, { diff --git a/integration-tests/data/smartpy-example-contract.ts b/integration-tests/data/smartpy-example-contract.ts index 6b4f822cd8..cfed1f6211 100644 --- a/integration-tests/data/smartpy-example-contract.ts +++ b/integration-tests/data/smartpy-example-contract.ts @@ -1,4 +1,4 @@ -// This contract code has storage,parameter,code but the Tezos RPC expects parmeter,code,storage +// This contract code has storage,parameter,code but the Tezos RPC expects parameter,code,storage export const smartpySample = [{"prim":"storage","args":[ {"prim":"nat"}] }, diff --git a/integration-tests/package.json b/integration-tests/package.json index c74519455c..dbe3540fa9 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": "20.1.1", + "version": "20.1.2", "dependencies": { "@ledgerhq/devices": "8.4.4", "@ledgerhq/hw-transport": "6.31.4", "@ledgerhq/hw-transport-node-hid": "6.29.5", "@ledgerhq/hw-transport-node-hid-noevents": "6.30.5", - "@taquito/contracts-library": "^20.1.1", - "@taquito/core": "^20.1.1", - "@taquito/http-utils": "^20.1.1", - "@taquito/local-forging": "^20.1.1", - "@taquito/michel-codec": "^20.1.1", - "@taquito/michelson-encoder": "^20.1.1", - "@taquito/remote-signer": "^20.1.1", - "@taquito/rpc": "^20.1.1", - "@taquito/sapling": "^20.1.1", - "@taquito/signer": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/tzip12": "^20.1.1", - "@taquito/tzip16": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/contracts-library": "^20.1.2", + "@taquito/core": "^20.1.2", + "@taquito/http-utils": "^20.1.2", + "@taquito/local-forging": "^20.1.2", + "@taquito/michel-codec": "^20.1.2", + "@taquito/michelson-encoder": "^20.1.2", + "@taquito/remote-signer": "^20.1.2", + "@taquito/rpc": "^20.1.2", + "@taquito/sapling": "^20.1.2", + "@taquito/signer": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/tzip12": "^20.1.2", + "@taquito/tzip16": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2", "bip39": "3.1.0", "blakejs": "^1.2.1" diff --git a/lerna.json b/lerna.json index f945f1067e..4c2fc6e966 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { "useNx": true, - "version": "20.1.1" + "version": "20.1.2" } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 357b53b751..fe1f21cd1c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ "@types/estree": "^1.0.5", "@types/jest": "^29.5.12", "@types/mocha": "^10.0.7", - "@types/node": "^22", + "@types/node": "^18", "@types/typedarray-to-buffer": "^4.0.4", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -56,15 +56,15 @@ }, "apps/taquito-test-dapp": { "name": "taquito-test-dapp-vite", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { "@airgap/beacon-sdk": "^4.3.1", "@airgap/beacon-types": "^4.3.1", - "@taquito/beacon-wallet": "^20.1.1", - "@taquito/core": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", - "@taquito/wallet-connect": "^20.1.1", + "@taquito/beacon-wallet": "^20.1.2", + "@taquito/core": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", + "@taquito/wallet-connect": "^20.1.2", "buffer": "^6.0.3", "svelte-modals": "^2.0.0-beta.2", "svelte-select": "^5.8.3", @@ -111,19 +111,19 @@ }, "example": { "name": "@taquito/example", - "version": "20.1.1", + "version": "20.1.2", "dependencies": { "@ledgerhq/hw-transport-node-hid": "^6.29.5", - "@taquito/ledger-signer": "^20.1.1", - "@taquito/local-forging": "^20.1.1", - "@taquito/michel-codec": "^20.1.1", - "@taquito/michelson-encoder": "^20.1.1", - "@taquito/rpc": "^20.1.1", - "@taquito/sapling": "^20.1.1", - "@taquito/signer": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/tzip16": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/ledger-signer": "^20.1.2", + "@taquito/local-forging": "^20.1.2", + "@taquito/michel-codec": "^20.1.2", + "@taquito/michelson-encoder": "^20.1.2", + "@taquito/rpc": "^20.1.2", + "@taquito/sapling": "^20.1.2", + "@taquito/signer": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/tzip16": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2" }, "devDependencies": { @@ -132,26 +132,26 @@ } }, "integration-tests": { - "version": "20.1.1", + "version": "20.1.2", "dependencies": { "@ledgerhq/devices": "8.4.4", "@ledgerhq/hw-transport": "6.31.4", "@ledgerhq/hw-transport-node-hid": "6.29.5", "@ledgerhq/hw-transport-node-hid-noevents": "6.30.5", - "@taquito/contracts-library": "^20.1.1", - "@taquito/core": "^20.1.1", - "@taquito/http-utils": "^20.1.1", - "@taquito/local-forging": "^20.1.1", - "@taquito/michel-codec": "^20.1.1", - "@taquito/michelson-encoder": "^20.1.1", - "@taquito/remote-signer": "^20.1.1", - "@taquito/rpc": "^20.1.1", - "@taquito/sapling": "^20.1.1", - "@taquito/signer": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/tzip12": "^20.1.1", - "@taquito/tzip16": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/contracts-library": "^20.1.2", + "@taquito/core": "^20.1.2", + "@taquito/http-utils": "^20.1.2", + "@taquito/local-forging": "^20.1.2", + "@taquito/michel-codec": "^20.1.2", + "@taquito/michelson-encoder": "^20.1.2", + "@taquito/remote-signer": "^20.1.2", + "@taquito/rpc": "^20.1.2", + "@taquito/sapling": "^20.1.2", + "@taquito/signer": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/tzip12": "^20.1.2", + "@taquito/tzip16": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2", "bip39": "3.1.0", "blakejs": "^1.2.1" @@ -172,6 +172,16 @@ "typescript": "~5.5.4" } }, + "integration-tests/node_modules/@types/node": { + "version": "22.10.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.2.tgz", + "integrity": "sha512-Xxr6BBRCAOQixvonOye19wnzyDiUtTeqldOOmj3CkeblonbccA12PFwlufvRdrpjXxqnmUaeiU5EOA+7s5diUQ==", + "dev": true, + "license": "MIT", + "dependencies": { + "undici-types": "~6.20.0" + } + }, "node_modules/@airgap/beacon-blockchain-substrate": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/@airgap/beacon-blockchain-substrate/-/beacon-blockchain-substrate-4.3.1.tgz", @@ -8060,12 +8070,12 @@ "license": "MIT" }, "node_modules/@types/node": { - "version": "22.0.0", - "resolved": "https://registry.npmjs.org/@types/node/-/node-22.0.0.tgz", - "integrity": "sha512-VT7KSYudcPOzP5Q0wfbowyNLaVR8QWUdw+088uFWwfvpY6uCWaXpqV6ieLAu9WBcnTa7H4Z5RLK8I5t2FuOcqw==", + "version": "18.19.68", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.68.tgz", + "integrity": "sha512-QGtpFH1vB99ZmTa63K4/FU8twThj4fuVSBkGddTp7uIL/cuoLWIUSL2RcOaigBhfR+hg5pgGkBnkoOxrTVBMKw==", "license": "MIT", "dependencies": { - "undici-types": "~6.11.1" + "undici-types": "~5.26.4" } }, "node_modules/@types/node-fetch": { @@ -8089,6 +8099,12 @@ "@types/node": "*" } }, + "node_modules/@types/node/node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "license": "MIT" + }, "node_modules/@types/normalize-package-data": { "version": "2.4.4", "resolved": "https://registry.npmjs.org/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz", @@ -21339,9 +21355,9 @@ "license": "ISC" }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "dev": true, "funding": [ { @@ -27195,9 +27211,10 @@ "license": "MIT" }, "node_modules/undici-types": { - "version": "6.11.1", - "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.11.1.tgz", - "integrity": "sha512-mIDEX2ek50x0OlRgxryxsenE5XaQD4on5U2inY7RApK3SOJpofyw7uW2AyfMKkhAxXIceo2DeWGVGwyvng1GNQ==", + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "dev": true, "license": "MIT" }, "node_modules/unenv": { @@ -28494,17 +28511,17 @@ }, "packages/taquito": { "name": "@taquito/taquito", - "version": "20.1.1", + "version": "20.1.2", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.1", - "@taquito/http-utils": "^20.1.1", - "@taquito/local-forging": "^20.1.1", - "@taquito/michel-codec": "^20.1.1", - "@taquito/michelson-encoder": "^20.1.1", - "@taquito/rpc": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/http-utils": "^20.1.2", + "@taquito/local-forging": "^20.1.2", + "@taquito/michel-codec": "^20.1.2", + "@taquito/michelson-encoder": "^20.1.2", + "@taquito/rpc": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2", "rxjs": "^7.8.1" }, @@ -28513,7 +28530,7 @@ "@types/bluebird": "^3.5.42", "@types/estree": "^1.0.5", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "buffer": "^6.0.3", @@ -28547,25 +28564,25 @@ "webpack-subresource-integrity": "^5.1.0" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-beacon-wallet": { "name": "@taquito/beacon-wallet", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { "@airgap/beacon-dapp": "^4.3.1", "@airgap/beacon-ui": "^4.3.1", - "@taquito/core": "^20.1.1", - "@taquito/taquito": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/taquito": "^20.1.2", "@testing-library/react": "^16.0.1" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/chrome": "0.0.269", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -28594,7 +28611,7 @@ "webpack-cli": "^5.1.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-beacon-wallet/node_modules/@types/chrome": { @@ -28610,19 +28627,19 @@ }, "packages/taquito-contracts-library": { "name": "@taquito/contracts-library", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.1", - "@taquito/rpc": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/rpc": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/superagent": "^8.1.8", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -28648,37 +28665,38 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-core": { "name": "@taquito/core", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { "json-stringify-safe": "^5.0.1" }, "devDependencies": { "@types/json-stringify-safe": "^5.0.3", + "@types/node": "^18", "rollup": "^4.22.4", "rollup-plugin-typescript2": "^0.36.0" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-http-utils": { "name": "@taquito/http-utils", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.1", + "@taquito/core": "^20.1.2", "node-fetch": "^2.7.0" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/node-fetch": "^2.6.11", "@types/superagent": "^8.1.8", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -28705,7 +28723,7 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-http-utils/node_modules/node-fetch": { @@ -28730,20 +28748,20 @@ }, "packages/taquito-ledger-signer": { "name": "@taquito/ledger-signer", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { "@ledgerhq/hw-transport": "^6.31.4", "@stablelib/blake2b": "^1.0.1", - "@taquito/core": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", "buffer": "^6.0.3" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -28769,7 +28787,7 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-ledger-signer/node_modules/buffer": { @@ -28798,19 +28816,19 @@ }, "packages/taquito-local-forging": { "name": "@taquito/local-forging", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2" }, "devDependencies": { - "@taquito/rpc": "^20.1.1", + "@taquito/rpc": "^20.1.2", "@types/bluebird": "^3.5.42", "@types/estree": "^1.0.5", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "colors": "^1.4.0", @@ -28839,20 +28857,20 @@ "webpack-cli": "^5.1.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-michel-codec": { "name": "@taquito/michel-codec", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.1" + "@taquito/core": "^20.1.2" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.0", @@ -28872,32 +28890,32 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-michel-codec/pack-test-tool": { - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { - "@taquito/rpc": "^20.1.1", + "@taquito/rpc": "^20.1.2", "yargs": "^17.7.2" } }, "packages/taquito-michelson-encoder": { "name": "@taquito/michelson-encoder", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.1", - "@taquito/rpc": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/rpc": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2", "fast-json-stable-stringify": "^2.1.0" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "colors": "^1.4.0", @@ -28922,26 +28940,26 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-remote-signer": { "name": "@taquito/remote-signer", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^20.1.1", - "@taquito/http-utils": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/http-utils": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -28967,23 +28985,23 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-rpc": { "name": "@taquito/rpc", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.1", - "@taquito/http-utils": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/http-utils": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "colors": "^1.4.0", @@ -29008,22 +29026,22 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-sapling": { "name": "@taquito/sapling", - "version": "20.1.1", + "version": "20.1.2", "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": "^20.1.1", - "@taquito/rpc": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/rpc": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2", "bip39": "3.1.0", "blakejs": "^1.2.1", @@ -29034,7 +29052,7 @@ "devDependencies": { "@rollup/plugin-json": "^6.1.0", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/pbkdf2": "^3.1.2", "@types/typedarray-to-buffer": "^4.0.4", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -29059,7 +29077,7 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-sapling/node_modules/node-fetch": { @@ -29084,7 +29102,7 @@ }, "packages/taquito-signer": { "name": "@taquito/signer", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", @@ -29093,9 +29111,9 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/core": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", "@types/bn.js": "^5.1.5", "bip39": "3.1.0", "elliptic": "^6.6.0", @@ -29106,7 +29124,7 @@ "@types/bluebird": "^3.5.42", "@types/elliptic": "^6.4.18", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/pbkdf2": "^3.1.2", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -29133,12 +29151,12 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-timelock": { "name": "@taquito/timelock", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", @@ -29146,10 +29164,10 @@ "big-integer": "^1.6.52" }, "devDependencies": { - "@taquito/signer": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", - "@types/node": "^22.0.0", + "@taquito/signer": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.0", @@ -29174,23 +29192,23 @@ "typescript": "^5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-tzip12": { "name": "@taquito/tzip12", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.1", - "@taquito/michelson-encoder": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/tzip16": "^20.1.1" + "@taquito/core": "^20.1.2", + "@taquito/michelson-encoder": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/tzip16": "^20.1.2" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -29216,20 +29234,20 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-tzip16": { "name": "@taquito/tzip16", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.1", - "@taquito/http-utils": "^20.1.1", - "@taquito/michelson-encoder": "^20.1.1", - "@taquito/rpc": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/http-utils": "^20.1.2", + "@taquito/michelson-encoder": "^20.1.2", + "@taquito/rpc": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2", "crypto-js": "^4.2.0" }, @@ -29237,7 +29255,7 @@ "@types/bluebird": "^3.5.42", "@types/crypto-js": "^4.2.2", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -29263,17 +29281,17 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-utils": { "name": "@taquito/utils", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^20.1.1", + "@taquito/core": "^20.1.2", "@types/bs58check": "^2.1.2", "bignumber.js": "^9.1.2", "blakejs": "^1.2.1", @@ -29286,7 +29304,7 @@ "@types/bluebird": "^3.5.42", "@types/elliptic": "^6.4.18", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "colors": "^1.4.0", @@ -29311,7 +29329,7 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-utils/node_modules/buffer": { @@ -29340,10 +29358,10 @@ }, "packages/taquito-wallet-connect": { "name": "@taquito/wallet-connect", - "version": "20.1.1", + "version": "20.1.2", "license": "Apache-2.0", "dependencies": { - "@taquito/taquito": "^20.1.1", + "@taquito/taquito": "^20.1.2", "@walletconnect/legacy-modal": "^2.0.0", "@walletconnect/sign-client": "^2.16.2", "@walletconnect/types": "^2.16.2", @@ -29353,7 +29371,7 @@ "@types/bluebird": "^3.5.42", "@types/chrome": "0.0.171", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/pino": "^7.0.5", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -29380,7 +29398,7 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "packages/taquito-wallet-connect-2": { diff --git a/package.json b/package.json index 4a68486eb8..846f5f81dd 100644 --- a/package.json +++ b/package.json @@ -81,7 +81,7 @@ "@types/estree": "^1.0.5", "@types/jest": "^29.5.12", "@types/mocha": "^10.0.7", - "@types/node": "^22", + "@types/node": "^18", "@types/typedarray-to-buffer": "^4.0.4", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/taquito-beacon-wallet/package.json b/packages/taquito-beacon-wallet/package.json index 16a8ee9510..0d837bd6cf 100644 --- a/packages/taquito-beacon-wallet/package.json +++ b/packages/taquito-beacon-wallet/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/beacon-wallet", - "version": "20.1.1", + "version": "20.1.2", "description": "Beacon wallet provider", "keywords": [ "tezos", @@ -24,7 +24,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "test": "jest --coverage", @@ -69,15 +69,15 @@ "dependencies": { "@airgap/beacon-dapp": "^4.3.1", "@airgap/beacon-ui": "^4.3.1", - "@taquito/core": "^20.1.1", - "@taquito/taquito": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/taquito": "^20.1.2", "@testing-library/react": "^16.0.1" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/chrome": "0.0.269", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/taquito-beacon-wallet/src/errors.ts b/packages/taquito-beacon-wallet/src/errors.ts index 471dbbfa2f..ce719f84d5 100644 --- a/packages/taquito-beacon-wallet/src/errors.ts +++ b/packages/taquito-beacon-wallet/src/errors.ts @@ -16,7 +16,7 @@ export class BeaconWalletNotInitialized extends PermissionDeniedError { /** * @category Error - * @description Error that indicates missing required persmission scopes + * @description Error that indicates missing required permission scopes */ export class MissingRequiredScopes extends PermissionDeniedError { constructor(public readonly requiredScopes: PermissionScope[]) { diff --git a/packages/taquito-beacon-wallet/src/version.ts b/packages/taquito-beacon-wallet/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-beacon-wallet/src/version.ts +++ b/packages/taquito-beacon-wallet/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-contracts-library/package.json b/packages/taquito-contracts-library/package.json index 3dc797df6d..690580f974 100644 --- a/packages/taquito-contracts-library/package.json +++ b/packages/taquito-contracts-library/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/contracts-library", - "version": "20.1.1", + "version": "20.1.2", "description": "Can be used as an extension on the TezosToolkit to provide contracts data", "keywords": [ "tezos" @@ -22,7 +22,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "test": "jest --coverage", @@ -67,16 +67,16 @@ ] }, "dependencies": { - "@taquito/core": "^20.1.1", - "@taquito/rpc": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/rpc": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/superagent": "^8.1.8", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/taquito-contracts-library/src/version.ts b/packages/taquito-contracts-library/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-contracts-library/src/version.ts +++ b/packages/taquito-contracts-library/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-core/package.json b/packages/taquito-core/package.json index f9c31e0d51..8b51273fe4 100644 --- a/packages/taquito-core/package.json +++ b/packages/taquito-core/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/core", - "version": "20.1.1", + "version": "20.1.2", "description": "Classes, interfaces, and types shared across Taquito packages", "keywords": [ "tezos", @@ -23,7 +23,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "lint": "eslint --ext .js,.ts .", @@ -64,6 +64,7 @@ }, "devDependencies": { "@types/json-stringify-safe": "^5.0.3", + "@types/node": "^18", "rollup": "^4.22.4", "rollup-plugin-typescript2": "^0.36.0" } diff --git a/packages/taquito-core/src/version.ts b/packages/taquito-core/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-core/src/version.ts +++ b/packages/taquito-core/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-http-utils/package.json b/packages/taquito-http-utils/package.json index 4a1cb4e7f5..1e1afc085a 100644 --- a/packages/taquito-http-utils/package.json +++ b/packages/taquito-http-utils/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/http-utils", - "version": "20.1.1", + "version": "20.1.2", "description": "", "keywords": [ "tezos" @@ -22,7 +22,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "lint": "eslint --ext .js,.ts .", @@ -58,13 +58,13 @@ ] }, "dependencies": { - "@taquito/core": "^20.1.1", + "@taquito/core": "^20.1.2", "node-fetch": "^2.7.0" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/node-fetch": "^2.6.11", "@types/superagent": "^8.1.8", "@typescript-eslint/eslint-plugin": "^6.21.0", diff --git a/packages/taquito-http-utils/src/version.ts b/packages/taquito-http-utils/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-http-utils/src/version.ts +++ b/packages/taquito-http-utils/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-ledger-signer/package.json b/packages/taquito-ledger-signer/package.json index 8af4e6f08a..12f2b5fef7 100644 --- a/packages/taquito-ledger-signer/package.json +++ b/packages/taquito-ledger-signer/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/ledger-signer", - "version": "20.1.1", + "version": "20.1.2", "description": "Ledger signer provider", "keywords": [ "tezos", @@ -20,7 +20,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "lint": "eslint --ext .js,.ts .", @@ -59,15 +59,15 @@ "dependencies": { "@ledgerhq/hw-transport": "^6.31.4", "@stablelib/blake2b": "^1.0.1", - "@taquito/core": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", "buffer": "^6.0.3" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/taquito-ledger-signer/src/version.ts b/packages/taquito-ledger-signer/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-ledger-signer/src/version.ts +++ b/packages/taquito-ledger-signer/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-local-forging/package.json b/packages/taquito-local-forging/package.json index c884e3d4f9..5dfc2cd221 100644 --- a/packages/taquito-local-forging/package.json +++ b/packages/taquito-local-forging/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/local-forging", - "version": "20.1.1", + "version": "20.1.2", "description": "Provide local forging functionality to be with taquito", "keywords": [ "tezos", @@ -24,7 +24,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "test": "jest --coverage", @@ -67,16 +67,16 @@ ] }, "dependencies": { - "@taquito/core": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2" }, "devDependencies": { - "@taquito/rpc": "^20.1.1", + "@taquito/rpc": "^20.1.2", "@types/bluebird": "^3.5.42", "@types/estree": "^1.0.5", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "colors": "^1.4.0", diff --git a/packages/taquito-local-forging/src/version.ts b/packages/taquito-local-forging/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-local-forging/src/version.ts +++ b/packages/taquito-local-forging/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-michel-codec/pack-test-tool/package.json b/packages/taquito-michel-codec/pack-test-tool/package.json index f0532874dd..a8fe4f7a7e 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": "20.1.1", + "version": "20.1.2", "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": "^20.1.1", + "@taquito/rpc": "^20.1.2", "yargs": "^17.7.2" } } diff --git a/packages/taquito-michel-codec/package.json b/packages/taquito-michel-codec/package.json index 15fc37117f..20afbdd5d6 100644 --- a/packages/taquito-michel-codec/package.json +++ b/packages/taquito-michel-codec/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/michel-codec", - "version": "20.1.1", + "version": "20.1.2", "description": "Michelson parser/validator/formatter", "keywords": [ "tezos", @@ -24,7 +24,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "test": "jest --coverage", @@ -66,12 +66,12 @@ ] }, "dependencies": { - "@taquito/core": "^20.1.1" + "@taquito/core": "^20.1.2" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.0", diff --git a/packages/taquito-michel-codec/src/version.ts b/packages/taquito-michel-codec/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-michel-codec/src/version.ts +++ b/packages/taquito-michel-codec/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-michelson-encoder/package.json b/packages/taquito-michelson-encoder/package.json index 86cf9799fc..16358adb1f 100644 --- a/packages/taquito-michelson-encoder/package.json +++ b/packages/taquito-michelson-encoder/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/michelson-encoder", - "version": "20.1.1", + "version": "20.1.2", "description": "converts michelson data and types into convenient JS/TS objects", "keywords": [ "tezos", @@ -25,7 +25,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "test": "jest --coverage", @@ -67,16 +67,16 @@ ] }, "dependencies": { - "@taquito/core": "^20.1.1", - "@taquito/rpc": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/rpc": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2", "fast-json-stable-stringify": "^2.1.0" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "colors": "^1.4.0", diff --git a/packages/taquito-michelson-encoder/src/version.ts b/packages/taquito-michelson-encoder/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-michelson-encoder/src/version.ts +++ b/packages/taquito-michelson-encoder/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-remote-signer/package.json b/packages/taquito-remote-signer/package.json index bae305714b..e382bed285 100644 --- a/packages/taquito-remote-signer/package.json +++ b/packages/taquito-remote-signer/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/remote-signer", - "version": "20.1.1", + "version": "20.1.2", "description": "Remote signer provider", "keywords": [ "tezos", @@ -23,7 +23,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "test": "jest --coverage", @@ -62,16 +62,16 @@ "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^20.1.1", - "@taquito/http-utils": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/http-utils": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/taquito-remote-signer/src/version.ts b/packages/taquito-remote-signer/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-remote-signer/src/version.ts +++ b/packages/taquito-remote-signer/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-rpc/package.json b/packages/taquito-rpc/package.json index fe77f2de09..96408e0660 100644 --- a/packages/taquito-rpc/package.json +++ b/packages/taquito-rpc/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/rpc", - "version": "20.1.1", + "version": "20.1.2", "description": "Provides low level methods, and types to invoke RPC calls from a Nomadic Tezos RPC node", "keywords": [ "tezos", @@ -24,7 +24,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "test": "jest --coverage", @@ -66,15 +66,15 @@ ] }, "dependencies": { - "@taquito/core": "^20.1.1", - "@taquito/http-utils": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/http-utils": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "colors": "^1.4.0", diff --git a/packages/taquito-rpc/src/version.ts b/packages/taquito-rpc/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-rpc/src/version.ts +++ b/packages/taquito-rpc/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-sapling/package.json b/packages/taquito-sapling/package.json index 329c12dbad..020e325197 100644 --- a/packages/taquito-sapling/package.json +++ b/packages/taquito-sapling/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/sapling", - "version": "20.1.1", + "version": "20.1.2", "description": "Allows reading and preparing sapling transactions", "keywords": [ "tezos", @@ -24,7 +24,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "test": "jest --coverage", @@ -68,10 +68,10 @@ "@airgap/sapling-wasm": "0.0.9", "@stablelib/nacl": "^1.0.4", "@stablelib/random": "^1.0.2", - "@taquito/core": "^20.1.1", - "@taquito/rpc": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/rpc": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2", "bip39": "3.1.0", "blakejs": "^1.2.1", @@ -82,7 +82,7 @@ "devDependencies": { "@rollup/plugin-json": "^6.1.0", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/pbkdf2": "^3.1.2", "@types/typedarray-to-buffer": "^4.0.4", "@typescript-eslint/eslint-plugin": "^6.21.0", diff --git a/packages/taquito-sapling/src/version.ts b/packages/taquito-sapling/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-sapling/src/version.ts +++ b/packages/taquito-sapling/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-signer/package.json b/packages/taquito-signer/package.json index 717d381d3e..3a876af928 100644 --- a/packages/taquito-signer/package.json +++ b/packages/taquito-signer/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/signer", - "version": "20.1.1", + "version": "20.1.2", "description": "Provide signing functionality to be with taquito", "keywords": [ "tezos", @@ -24,7 +24,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "test": "jest --coverage", @@ -72,9 +72,9 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/core": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", "@types/bn.js": "^5.1.5", "bip39": "3.1.0", "elliptic": "^6.6.0", @@ -85,7 +85,7 @@ "@types/bluebird": "^3.5.42", "@types/elliptic": "^6.4.18", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/pbkdf2": "^3.1.2", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/taquito-signer/src/version.ts b/packages/taquito-signer/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-signer/src/version.ts +++ b/packages/taquito-signer/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-timelock/package.json b/packages/taquito-timelock/package.json index 3a3c2e55eb..bfa5aa8537 100644 --- a/packages/taquito-timelock/package.json +++ b/packages/taquito-timelock/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/timelock", - "version": "20.1.1", + "version": "20.1.2", "description": "TypeScript implementation of the Timelock feature in Tezos", "main": "./dist/taquito-timelock.umd.js", "module": "./dist/taquito-timelock.es6.js", @@ -19,7 +19,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "test": "jest --coverage", @@ -68,10 +68,10 @@ "big-integer": "^1.6.52" }, "devDependencies": { - "@taquito/signer": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", - "@types/node": "^22.0.0", + "@taquito/signer": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.0", diff --git a/packages/taquito-timelock/src/version.ts b/packages/taquito-timelock/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-timelock/src/version.ts +++ b/packages/taquito-timelock/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-tzip12/package.json b/packages/taquito-tzip12/package.json index b26724cc32..365ddeacdc 100644 --- a/packages/taquito-tzip12/package.json +++ b/packages/taquito-tzip12/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/tzip12", - "version": "20.1.1", + "version": "20.1.2", "description": "Tzip12", "keywords": [ "tezos", @@ -24,7 +24,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "lint": "eslint --ext .js,.ts .", @@ -62,15 +62,15 @@ ] }, "dependencies": { - "@taquito/core": "^20.1.1", - "@taquito/michelson-encoder": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/tzip16": "^20.1.1" + "@taquito/core": "^20.1.2", + "@taquito/michelson-encoder": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/tzip16": "^20.1.2" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/taquito-tzip12/src/version.ts b/packages/taquito-tzip12/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-tzip12/src/version.ts +++ b/packages/taquito-tzip12/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-tzip16/package.json b/packages/taquito-tzip16/package.json index 6c8e6100fd..b365cd3ed6 100644 --- a/packages/taquito-tzip16/package.json +++ b/packages/taquito-tzip16/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/tzip16", - "version": "20.1.1", + "version": "20.1.2", "description": "Tzip16", "keywords": [ "tezos", @@ -24,7 +24,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "lint": "eslint --ext .js,.ts .", @@ -61,12 +61,12 @@ ] }, "dependencies": { - "@taquito/core": "^20.1.1", - "@taquito/http-utils": "^20.1.1", - "@taquito/michelson-encoder": "^20.1.1", - "@taquito/rpc": "^20.1.1", - "@taquito/taquito": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/http-utils": "^20.1.2", + "@taquito/michelson-encoder": "^20.1.2", + "@taquito/rpc": "^20.1.2", + "@taquito/taquito": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2", "crypto-js": "^4.2.0" }, @@ -74,7 +74,7 @@ "@types/bluebird": "^3.5.42", "@types/crypto-js": "^4.2.2", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", diff --git a/packages/taquito-tzip16/src/version.ts b/packages/taquito-tzip16/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-tzip16/src/version.ts +++ b/packages/taquito-tzip16/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-utils/package.json b/packages/taquito-utils/package.json index 1177275d68..06f0dc9b85 100644 --- a/packages/taquito-utils/package.json +++ b/packages/taquito-utils/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/utils", - "version": "20.1.1", + "version": "20.1.2", "description": "converts michelson data and types into convenient JS/TS objects", "keywords": [ "tezos", @@ -25,7 +25,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "lint": "eslint --ext .js,.ts .", @@ -64,7 +64,7 @@ "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^20.1.1", + "@taquito/core": "^20.1.2", "@types/bs58check": "^2.1.2", "bignumber.js": "^9.1.2", "blakejs": "^1.2.1", @@ -77,7 +77,7 @@ "@types/bluebird": "^3.5.42", "@types/elliptic": "^6.4.18", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "colors": "^1.4.0", diff --git a/packages/taquito-utils/src/version.ts b/packages/taquito-utils/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-utils/src/version.ts +++ b/packages/taquito-utils/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito-wallet-connect/package.json b/packages/taquito-wallet-connect/package.json index e350b6c7ed..ab6bbd2dce 100644 --- a/packages/taquito-wallet-connect/package.json +++ b/packages/taquito-wallet-connect/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/wallet-connect", - "version": "20.1.1", + "version": "20.1.2", "description": "Walletconnect provider", "keywords": [ "tezos", @@ -24,7 +24,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "test": "jest --coverage", @@ -66,7 +66,7 @@ ] }, "dependencies": { - "@taquito/taquito": "^20.1.1", + "@taquito/taquito": "^20.1.2", "@walletconnect/legacy-modal": "^2.0.0", "@walletconnect/sign-client": "^2.16.2", "@walletconnect/types": "^2.16.2", @@ -76,7 +76,7 @@ "@types/bluebird": "^3.5.42", "@types/chrome": "0.0.171", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/pino": "^7.0.5", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", diff --git a/packages/taquito-wallet-connect/src/version.ts b/packages/taquito-wallet-connect/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito-wallet-connect/src/version.ts +++ b/packages/taquito-wallet-connect/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/packages/taquito/package.json b/packages/taquito/package.json index 8cc41abfd9..548a439acc 100644 --- a/packages/taquito/package.json +++ b/packages/taquito/package.json @@ -1,6 +1,6 @@ { "name": "@taquito/taquito", - "version": "20.1.1", + "version": "20.1.2", "description": "High level functionality that builds upon the other packages in the Tezos Typescript Library Suite.", "keywords": [ "tezos", @@ -28,7 +28,7 @@ }, "license": "Apache-2.0", "engines": { - "node": ">=20" + "node": ">=18" }, "scripts": { "test": "jest --coverage", @@ -77,13 +77,13 @@ ] }, "dependencies": { - "@taquito/core": "^20.1.1", - "@taquito/http-utils": "^20.1.1", - "@taquito/local-forging": "^20.1.1", - "@taquito/michel-codec": "^20.1.1", - "@taquito/michelson-encoder": "^20.1.1", - "@taquito/rpc": "^20.1.1", - "@taquito/utils": "^20.1.1", + "@taquito/core": "^20.1.2", + "@taquito/http-utils": "^20.1.2", + "@taquito/local-forging": "^20.1.2", + "@taquito/michel-codec": "^20.1.2", + "@taquito/michelson-encoder": "^20.1.2", + "@taquito/rpc": "^20.1.2", + "@taquito/utils": "^20.1.2", "bignumber.js": "^9.1.2", "rxjs": "^7.8.1" }, @@ -92,7 +92,7 @@ "@types/bluebird": "^3.5.42", "@types/estree": "^1.0.5", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "buffer": "^6.0.3", diff --git a/packages/taquito/src/version.ts b/packages/taquito/src/version.ts index 1401014e3c..c63185deea 100644 --- a/packages/taquito/src/version.ts +++ b/packages/taquito/src/version.ts @@ -1,6 +1,6 @@ // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN! export const VERSION = { - "commitHash": "8e5abdf5eeee32ce44023c703ebc1bf68d7851f0", - "version": "20.1.1" + "commitHash": "21e50691241b2bd3bddd9ef981b3285b6f3ce55f", + "version": "20.1.2" }; diff --git a/website/package-lock.json b/website/package-lock.json index ee57a281a1..6b9770a949 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taquito/website", - "version": "20.1.0", + "version": "20.1.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@taquito/website", - "version": "20.1.0", + "version": "20.1.1", "dependencies": { "@docusaurus/core": "2.4.3", "@docusaurus/plugin-google-gtag": "2.4.3", @@ -70,17 +70,17 @@ }, "../packages/taquito": { "name": "@taquito/taquito", - "version": "20.1.0", + "version": "20.1.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.0", - "@taquito/http-utils": "^20.1.0", - "@taquito/local-forging": "^20.1.0", - "@taquito/michel-codec": "^20.1.0", - "@taquito/michelson-encoder": "^20.1.0", - "@taquito/rpc": "^20.1.0", - "@taquito/utils": "^20.1.0", + "@taquito/core": "^20.1.1", + "@taquito/http-utils": "^20.1.1", + "@taquito/local-forging": "^20.1.1", + "@taquito/michel-codec": "^20.1.1", + "@taquito/michelson-encoder": "^20.1.1", + "@taquito/rpc": "^20.1.1", + "@taquito/utils": "^20.1.1", "bignumber.js": "^9.1.2", "rxjs": "^7.8.1" }, @@ -89,7 +89,7 @@ "@types/bluebird": "^3.5.42", "@types/estree": "^1.0.5", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "buffer": "^6.0.3", @@ -123,25 +123,25 @@ "webpack-subresource-integrity": "^5.1.0" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "../packages/taquito-beacon-wallet": { "name": "@taquito/beacon-wallet", - "version": "20.1.0", + "version": "20.1.1", "license": "Apache-2.0", "dependencies": { "@airgap/beacon-dapp": "^4.3.1", "@airgap/beacon-ui": "^4.3.1", - "@taquito/core": "^20.1.0", - "@taquito/taquito": "^20.1.0", + "@taquito/core": "^20.1.1", + "@taquito/taquito": "^20.1.1", "@testing-library/react": "^16.0.1" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/chrome": "0.0.269", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -170,37 +170,38 @@ "webpack-cli": "^5.1.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "../packages/taquito-core": { "name": "@taquito/core", - "version": "20.1.0", + "version": "20.1.1", "license": "Apache-2.0", "dependencies": { "json-stringify-safe": "^5.0.1" }, "devDependencies": { "@types/json-stringify-safe": "^5.0.3", + "@types/node": "^18", "rollup": "^4.22.4", "rollup-plugin-typescript2": "^0.36.0" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "../packages/taquito-http-utils": { "name": "@taquito/http-utils", - "version": "20.1.0", + "version": "20.1.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.0", + "@taquito/core": "^20.1.1", "node-fetch": "^2.7.0" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/node-fetch": "^2.6.11", "@types/superagent": "^8.1.8", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -227,25 +228,25 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "../packages/taquito-ledger-signer": { "name": "@taquito/ledger-signer", - "version": "20.1.0", + "version": "20.1.1", "license": "Apache-2.0", "dependencies": { "@ledgerhq/hw-transport": "^6.31.4", "@stablelib/blake2b": "^1.0.1", - "@taquito/core": "^20.1.0", - "@taquito/taquito": "^20.1.0", - "@taquito/utils": "^20.1.0", + "@taquito/core": "^20.1.1", + "@taquito/taquito": "^20.1.1", + "@taquito/utils": "^20.1.1", "buffer": "^6.0.3" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -271,20 +272,20 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "../packages/taquito-michel-codec": { "name": "@taquito/michel-codec", - "version": "20.1.0", + "version": "20.1.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.0" + "@taquito/core": "^20.1.1" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "eslint": "^8.57.0", @@ -304,24 +305,24 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "../packages/taquito-michelson-encoder": { "name": "@taquito/michelson-encoder", - "version": "20.1.0", + "version": "20.1.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.0", - "@taquito/rpc": "^20.1.0", - "@taquito/utils": "^20.1.0", + "@taquito/core": "^20.1.1", + "@taquito/rpc": "^20.1.1", + "@taquito/utils": "^20.1.1", "bignumber.js": "^9.1.2", "fast-json-stable-stringify": "^2.1.0" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "colors": "^1.4.0", @@ -346,26 +347,26 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "../packages/taquito-remote-signer": { "name": "@taquito/remote-signer", - "version": "20.1.0", + "version": "20.1.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^20.1.0", - "@taquito/http-utils": "^20.1.0", - "@taquito/taquito": "^20.1.0", - "@taquito/utils": "^20.1.0", + "@taquito/core": "^20.1.1", + "@taquito/http-utils": "^20.1.1", + "@taquito/taquito": "^20.1.1", + "@taquito/utils": "^20.1.1", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -391,23 +392,23 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "../packages/taquito-rpc": { "name": "@taquito/rpc", - "version": "20.1.0", + "version": "20.1.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.0", - "@taquito/http-utils": "^20.1.0", - "@taquito/utils": "^20.1.0", + "@taquito/core": "^20.1.1", + "@taquito/http-utils": "^20.1.1", + "@taquito/utils": "^20.1.1", "bignumber.js": "^9.1.2" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "colors": "^1.4.0", @@ -432,12 +433,12 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "../packages/taquito-signer": { "name": "@taquito/signer", - "version": "20.1.0", + "version": "20.1.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", @@ -446,9 +447,9 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/core": "^20.1.0", - "@taquito/taquito": "^20.1.0", - "@taquito/utils": "^20.1.0", + "@taquito/core": "^20.1.1", + "@taquito/taquito": "^20.1.1", + "@taquito/utils": "^20.1.1", "@types/bn.js": "^5.1.5", "bip39": "3.1.0", "elliptic": "^6.6.0", @@ -459,7 +460,7 @@ "@types/bluebird": "^3.5.42", "@types/elliptic": "^6.4.18", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/pbkdf2": "^3.1.2", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -486,23 +487,23 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "../packages/taquito-tzip12": { "name": "@taquito/tzip12", - "version": "20.1.0", + "version": "20.1.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.0", - "@taquito/michelson-encoder": "^20.1.0", - "@taquito/taquito": "^20.1.0", - "@taquito/tzip16": "^20.1.0" + "@taquito/core": "^20.1.1", + "@taquito/michelson-encoder": "^20.1.1", + "@taquito/taquito": "^20.1.1", + "@taquito/tzip16": "^20.1.1" }, "devDependencies": { "@types/bluebird": "^3.5.42", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -528,20 +529,20 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "../packages/taquito-tzip16": { "name": "@taquito/tzip16", - "version": "20.1.0", + "version": "20.1.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^20.1.0", - "@taquito/http-utils": "^20.1.0", - "@taquito/michelson-encoder": "^20.1.0", - "@taquito/rpc": "^20.1.0", - "@taquito/taquito": "^20.1.0", - "@taquito/utils": "^20.1.0", + "@taquito/core": "^20.1.1", + "@taquito/http-utils": "^20.1.1", + "@taquito/michelson-encoder": "^20.1.1", + "@taquito/rpc": "^20.1.1", + "@taquito/taquito": "^20.1.1", + "@taquito/utils": "^20.1.1", "bignumber.js": "^9.1.2", "crypto-js": "^4.2.0" }, @@ -549,7 +550,7 @@ "@types/bluebird": "^3.5.42", "@types/crypto-js": "^4.2.2", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", @@ -575,17 +576,17 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "../packages/taquito-utils": { "name": "@taquito/utils", - "version": "20.1.0", + "version": "20.1.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^20.1.0", + "@taquito/core": "^20.1.1", "@types/bs58check": "^2.1.2", "bignumber.js": "^9.1.2", "blakejs": "^1.2.1", @@ -598,7 +599,7 @@ "@types/bluebird": "^3.5.42", "@types/elliptic": "^6.4.18", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@typescript-eslint/eslint-plugin": "^6.21.0", "@typescript-eslint/parser": "^6.21.0", "colors": "^1.4.0", @@ -623,15 +624,15 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "../packages/taquito-wallet-connect": { "name": "@taquito/wallet-connect", - "version": "20.1.0", + "version": "20.1.1", "license": "Apache-2.0", "dependencies": { - "@taquito/taquito": "^20.0.1", + "@taquito/taquito": "^20.1.1", "@walletconnect/legacy-modal": "^2.0.0", "@walletconnect/sign-client": "^2.16.2", "@walletconnect/types": "^2.16.2", @@ -641,7 +642,7 @@ "@types/bluebird": "^3.5.42", "@types/chrome": "0.0.171", "@types/jest": "^29.5.12", - "@types/node": "^22", + "@types/node": "^18", "@types/pino": "^7.0.5", "@types/ws": "^8.5.12", "@typescript-eslint/eslint-plugin": "^6.21.0", @@ -668,7 +669,7 @@ "typescript": "~5.5.4" }, "engines": { - "node": ">=20" + "node": ">=18" } }, "../packages/taquito-wallet-connect-2": { @@ -17651,9 +17652,9 @@ "license": "ISC" }, "node_modules/nanoid": { - "version": "3.3.7", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", - "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", "funding": [ { "type": "github", diff --git a/website/package.json b/website/package.json index 0eb3b4ef01..f1d32dec4f 100644 --- a/website/package.json +++ b/website/package.json @@ -86,5 +86,5 @@ "last 1 safari version" ] }, - "version": "20.1.1" + "version": "20.1.2" }