From 4742937d17008969aa8dff1527676b7749514c98 Mon Sep 17 00:00:00 2001 From: huianyang Date: Wed, 27 Sep 2023 15:06:03 -0400 Subject: [PATCH] chore: make @taquito/core as explicit dependency --- integration-tests/package.json | 1 + packages/taquito-ledger-signer/package.json | 1 + .../taquito-michelson-encoder/package.json | 1 + packages/taquito-signer/package.json | 1 + packages/taquito-tzip12/package.json | 1 + packages/taquito-tzip16/package.json | 1 + website/package-lock.json | 532 ++++++++---------- website/package.json | 1 + 8 files changed, 255 insertions(+), 284 deletions(-) diff --git a/integration-tests/package.json b/integration-tests/package.json index e66ac8e0a6..9e360a5c16 100644 --- a/integration-tests/package.json +++ b/integration-tests/package.json @@ -17,6 +17,7 @@ "@ledgerhq/hw-transport-node-hid": "6.27.21", "@ledgerhq/hw-transport-node-hid-noevents": "6.27.19", "@taquito/contracts-library": "^17.3.1", + "@taquito/core": "^17.3.1", "@taquito/http-utils": "^17.3.1", "@taquito/local-forging": "^17.3.1", "@taquito/michel-codec": "^17.3.1", diff --git a/packages/taquito-ledger-signer/package.json b/packages/taquito-ledger-signer/package.json index c976c1af94..c87279bd35 100644 --- a/packages/taquito-ledger-signer/package.json +++ b/packages/taquito-ledger-signer/package.json @@ -60,6 +60,7 @@ "dependencies": { "@ledgerhq/hw-transport": "^6.28.8", "@stablelib/blake2b": "^1.0.1", + "@taquito/core": "^17.3.1", "@taquito/taquito": "^17.3.1", "@taquito/utils": "^17.3.1", "buffer": "^6.0.3" diff --git a/packages/taquito-michelson-encoder/package.json b/packages/taquito-michelson-encoder/package.json index 987c500df8..70ad84093a 100644 --- a/packages/taquito-michelson-encoder/package.json +++ b/packages/taquito-michelson-encoder/package.json @@ -68,6 +68,7 @@ ] }, "dependencies": { + "@taquito/core": "^17.3.1", "@taquito/rpc": "^17.3.1", "@taquito/utils": "^17.3.1", "bignumber.js": "^9.1.0", diff --git a/packages/taquito-signer/package.json b/packages/taquito-signer/package.json index 50568f4cf1..39952ba5c1 100644 --- a/packages/taquito-signer/package.json +++ b/packages/taquito-signer/package.json @@ -73,6 +73,7 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", + "@taquito/core": "^17.3.1", "@taquito/taquito": "^17.3.1", "@taquito/utils": "^17.3.1", "@types/bn.js": "^5.1.1", diff --git a/packages/taquito-tzip12/package.json b/packages/taquito-tzip12/package.json index cf54af7cef..9c31656f6a 100644 --- a/packages/taquito-tzip12/package.json +++ b/packages/taquito-tzip12/package.json @@ -63,6 +63,7 @@ ] }, "dependencies": { + "@taquito/core": "^17.3.1", "@taquito/michelson-encoder": "^17.3.1", "@taquito/taquito": "^17.3.1", "@taquito/tzip16": "^17.3.1" diff --git a/packages/taquito-tzip16/package.json b/packages/taquito-tzip16/package.json index 606cd6a614..54dbeb8513 100644 --- a/packages/taquito-tzip16/package.json +++ b/packages/taquito-tzip16/package.json @@ -62,6 +62,7 @@ ] }, "dependencies": { + "@taquito/core": "^17.3.1", "@taquito/http-utils": "^17.3.1", "@taquito/michelson-encoder": "^17.3.1", "@taquito/rpc": "^17.3.1", diff --git a/website/package-lock.json b/website/package-lock.json index 8ae6208a44..56a21e55de 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -1,12 +1,12 @@ { "name": "@taquito/website", - "version": "17.3.0", + "version": "17.3.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@taquito/website", - "version": "17.3.0", + "version": "17.3.1", "dependencies": { "@docusaurus/core": "2.4.1", "@docusaurus/plugin-google-gtag": "2.4.1", @@ -20,6 +20,7 @@ "@mdx-js/react": "^1.6.22", "@svgr/webpack": "^8.1.0", "@taquito/beacon-wallet": "file:../packages/taquito-beacon-wallet", + "@taquito/core": "file:../packages/taquito-rpc", "@taquito/http-utils": "file:../packages/taquito-http-utils", "@taquito/ledger-signer": "file:../packages/taquito-ledger-signer", "@taquito/michel-codec": "file:../packages/taquito-michel-codec", @@ -68,17 +69,17 @@ }, "../packages/taquito": { "name": "@taquito/taquito", - "version": "17.3.0", + "version": "17.3.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^17.3.0", - "@taquito/http-utils": "^17.3.0", - "@taquito/local-forging": "^17.3.0", - "@taquito/michel-codec": "^17.3.0", - "@taquito/michelson-encoder": "^17.3.0", - "@taquito/rpc": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/http-utils": "^17.3.1", + "@taquito/local-forging": "^17.3.1", + "@taquito/michel-codec": "^17.3.1", + "@taquito/michelson-encoder": "^17.3.1", + "@taquito/rpc": "^17.3.1", + "@taquito/utils": "^17.3.1", "bignumber.js": "^9.1.0", "rxjs": "^7.8.1" }, @@ -127,12 +128,12 @@ }, "../packages/taquito-beacon-wallet": { "name": "@taquito/beacon-wallet", - "version": "17.3.0", + "version": "17.3.1", "license": "Apache-2.0", "dependencies": { "@airgap/beacon-dapp": "4.0.10", - "@taquito/core": "^17.3.0", - "@taquito/taquito": "^17.3.0" + "@taquito/core": "^17.3.1", + "@taquito/taquito": "^17.3.1" }, "devDependencies": { "@types/bluebird": "^3.5.36", @@ -179,10 +180,10 @@ }, "../packages/taquito-http-utils": { "name": "@taquito/http-utils", - "version": "17.3.0", + "version": "17.3.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^17.3.0", + "@taquito/core": "^17.3.1", "axios": "0.26.0" }, "devDependencies": { @@ -227,13 +228,14 @@ }, "../packages/taquito-ledger-signer": { "name": "@taquito/ledger-signer", - "version": "17.3.0", + "version": "17.3.1", "license": "Apache-2.0", "dependencies": { "@ledgerhq/hw-transport": "^6.28.8", "@stablelib/blake2b": "^1.0.1", - "@taquito/taquito": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/taquito": "^17.3.1", + "@taquito/utils": "^17.3.1", "buffer": "^6.0.3" }, "devDependencies": { @@ -290,10 +292,10 @@ }, "../packages/taquito-michel-codec": { "name": "@taquito/michel-codec", - "version": "17.3.0", + "version": "17.3.1", "license": "MIT", "dependencies": { - "@taquito/core": "^17.3.0" + "@taquito/core": "^17.3.1" }, "devDependencies": { "@types/bluebird": "^3.5.36", @@ -324,11 +326,12 @@ }, "../packages/taquito-michelson-encoder": { "name": "@taquito/michelson-encoder", - "version": "17.3.0", + "version": "17.3.1", "license": "Apache-2.0", "dependencies": { - "@taquito/rpc": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/rpc": "^17.3.1", + "@taquito/utils": "^17.3.1", "bignumber.js": "^9.1.0", "fast-json-stable-stringify": "^2.1.0" }, @@ -366,15 +369,15 @@ }, "../packages/taquito-remote-signer": { "name": "@taquito/remote-signer", - "version": "17.3.0", + "version": "17.3.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^17.3.0", - "@taquito/http-utils": "^17.3.0", - "@taquito/taquito": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/http-utils": "^17.3.1", + "@taquito/taquito": "^17.3.1", + "@taquito/utils": "^17.3.1", "typedarray-to-buffer": "^4.0.0" }, "devDependencies": { @@ -412,12 +415,12 @@ }, "../packages/taquito-rpc": { "name": "@taquito/rpc", - "version": "17.3.0", + "version": "17.3.1", "license": "Apache-2.0", "dependencies": { - "@taquito/core": "^17.3.0", - "@taquito/http-utils": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/http-utils": "^17.3.1", + "@taquito/utils": "^17.3.1", "bignumber.js": "^9.1.0" }, "devDependencies": { @@ -454,17 +457,17 @@ }, "../packages/taquito-sapling": { "name": "@taquito/sapling", - "version": "17.3.0", + "version": "17.3.1", "hasInstallScript": true, "license": "Apache-2.0", "dependencies": { "@airgap/sapling-wasm": "0.0.9", "@stablelib/nacl": "^1.0.3", "@stablelib/random": "^1.0.1", - "@taquito/core": "^17.3.0", - "@taquito/rpc": "^17.3.0", - "@taquito/taquito": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/rpc": "^17.3.1", + "@taquito/taquito": "^17.3.1", + "@taquito/utils": "^17.3.1", "bignumber.js": "^9.1.0", "bip39": "3.0.4", "blakejs": "^1.2.1", @@ -699,7 +702,7 @@ }, "../packages/taquito-signer": { "name": "@taquito/signer", - "version": "17.3.0", + "version": "17.3.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", @@ -708,8 +711,9 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/taquito": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/taquito": "^17.3.1", + "@taquito/utils": "^17.3.1", "@types/bn.js": "^5.1.1", "bip39": "3.0.4", "elliptic": "^6.5.4", @@ -753,12 +757,13 @@ }, "../packages/taquito-tzip12": { "name": "@taquito/tzip12", - "version": "17.3.0", + "version": "17.3.1", "license": "Apache-2.0", "dependencies": { - "@taquito/michelson-encoder": "^17.3.0", - "@taquito/taquito": "^17.3.0", - "@taquito/tzip16": "^17.3.0" + "@taquito/core": "^17.3.1", + "@taquito/michelson-encoder": "^17.3.1", + "@taquito/taquito": "^17.3.1", + "@taquito/tzip16": "^17.3.1" }, "devDependencies": { "@types/bluebird": "^3.5.36", @@ -795,14 +800,15 @@ }, "../packages/taquito-tzip16": { "name": "@taquito/tzip16", - "version": "17.3.0", + "version": "17.3.1", "license": "Apache-2.0", "dependencies": { - "@taquito/http-utils": "^17.3.0", - "@taquito/michelson-encoder": "^17.3.0", - "@taquito/rpc": "^17.3.0", - "@taquito/taquito": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/http-utils": "^17.3.1", + "@taquito/michelson-encoder": "^17.3.1", + "@taquito/rpc": "^17.3.1", + "@taquito/taquito": "^17.3.1", + "@taquito/utils": "^17.3.1", "bignumber.js": "^9.1.0", "crypto-js": "^4.1.1" }, @@ -842,12 +848,12 @@ }, "../packages/taquito-utils": { "name": "@taquito/utils", - "version": "17.3.0", + "version": "17.3.1", "license": "Apache-2.0", "dependencies": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^17.3.0", + "@taquito/core": "^17.3.1", "@types/bs58check": "^2.1.0", "bignumber.js": "^9.1.0", "blakejs": "^1.2.1", @@ -5706,21 +5712,21 @@ } }, "node_modules/@nrwl/cli": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/cli/-/cli-15.9.6.tgz", - "integrity": "sha512-cwMEQLTL47Tj+AfY1PyqU4NcA1rF/WW2eoqA9YR+BFReIQlCkodJBmuQ8xjLXnyfQtG8uzZ6vt/SKWzcghsccw==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/cli/-/cli-15.9.7.tgz", + "integrity": "sha512-1jtHBDuJzA57My5nLzYiM372mJW0NY6rFKxlWt5a0RLsAZdPTHsd8lE3Gs9XinGC1jhXbruWmhhnKyYtZvX/zA==", "dependencies": { - "nx": "15.9.6" + "nx": "15.9.7" } }, "node_modules/@nrwl/devkit": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-15.9.6.tgz", - "integrity": "sha512-+gPyrvcUmZMzyVadFSkgfQJItJV8xhydsPMNL1g+KBYu9EzsLG6bqlioJvsOFT8v3zcFrzvoF84imEDs/Cym9Q==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-15.9.7.tgz", + "integrity": "sha512-Sb7Am2TMT8AVq8e+vxOlk3AtOA2M0qCmhBzoM1OJbdHaPKc0g0UgSnWRml1kPGg5qfPk72tWclLoZJ5/ut0vTg==", "dependencies": { "ejs": "^3.1.7", "ignore": "^5.0.4", - "semver": "7.3.4", + "semver": "7.5.4", "tmp": "~0.2.1", "tslib": "^2.3.0" }, @@ -5728,37 +5734,10 @@ "nx": ">= 14.1 <= 16" } }, - "node_modules/@nrwl/devkit/node_modules/lru-cache": { - "version": "6.0.0", - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/devkit/node_modules/semver": { - "version": "7.3.4", - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/@nrwl/devkit/node_modules/yallist": { - "version": "4.0.0", - "license": "ISC" - }, "node_modules/@nrwl/nx-darwin-arm64": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-arm64/-/nx-darwin-arm64-15.9.6.tgz", - "integrity": "sha512-9J2HLA6ePfVIoyymIQmwBm2cHvh0hdWuSVldHq3GSpL1tbWEUVwrLxRwcG1ryO2HCNPPb2Z9h8jrSd6BVgEMsA==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-arm64/-/nx-darwin-arm64-15.9.7.tgz", + "integrity": "sha512-aBUgnhlkrgC0vu0fK6eb9Vob7eFnkuknrK+YzTjmLrrZwj7FGNAeyGXSlyo1dVokIzjVKjJg2saZZ0WQbfuCJw==", "cpu": [ "arm64" ], @@ -5771,9 +5750,9 @@ } }, "node_modules/@nrwl/nx-darwin-x64": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-x64/-/nx-darwin-x64-15.9.6.tgz", - "integrity": "sha512-QUbQYUxStLEDHndYFRxSH+Ir1ciezViy+kS9vfwsNLpBAfEE5kkoKk6Owv74gLQncTFB5/4vwkb7VT+LtVP/2w==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-x64/-/nx-darwin-x64-15.9.7.tgz", + "integrity": "sha512-L+elVa34jhGf1cmn38Z0sotQatmLovxoASCIw5r1CBZZeJ5Tg7Y9nOwjRiDixZxNN56hPKXm6xl9EKlVHVeKlg==", "cpu": [ "x64" ], @@ -5786,9 +5765,9 @@ } }, "node_modules/@nrwl/nx-linux-arm-gnueabihf": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-15.9.6.tgz", - "integrity": "sha512-IjwE1Q6wi4iww67uU5i8XIg9LXhwhOIVuDMQ28pB03kahwL87s0z/MvQ7yXISgskamkFEUzffI/Zei+OHYST3g==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-15.9.7.tgz", + "integrity": "sha512-pqmfqqEUGFu6PmmHKyXyUw1Al0Ki8PSaR0+ndgCAb1qrekVDGDfznJfaqxN0JSLeolPD6+PFtLyXNr9ZyPFlFg==", "cpu": [ "arm" ], @@ -5801,9 +5780,9 @@ } }, "node_modules/@nrwl/nx-linux-arm64-gnu": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-15.9.6.tgz", - "integrity": "sha512-iqgUZMtD8UZx5IeOzGREcP+vQ98czdBh3NmevqVJPGSfFtV7QixsUnRPk5v15bbfSg97Z+/6c7KRb9HsUAl13Q==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-15.9.7.tgz", + "integrity": "sha512-NYOa/eRrqmM+In5g3M0rrPVIS9Z+q6fvwXJYf/KrjOHqqan/KL+2TOfroA30UhcBrwghZvib7O++7gZ2hzwOnA==", "cpu": [ "arm64" ], @@ -5816,9 +5795,9 @@ } }, "node_modules/@nrwl/nx-linux-arm64-musl": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-musl/-/nx-linux-arm64-musl-15.9.6.tgz", - "integrity": "sha512-9UA2X2n998brY5YBLqgVmL1Jf5qrlFXToDADhUrsN5kqhgd3TqPhdgSBXhzUfUeMVtq6Bm4mhVHzM3bK49jxZA==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-musl/-/nx-linux-arm64-musl-15.9.7.tgz", + "integrity": "sha512-zyStqjEcmbvLbejdTOrLUSEdhnxNtdQXlmOuymznCzYUEGRv+4f7OAepD3yRoR0a/57SSORZmmGQB7XHZoYZJA==", "cpu": [ "arm64" ], @@ -5831,9 +5810,9 @@ } }, "node_modules/@nrwl/nx-linux-x64-gnu": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-gnu/-/nx-linux-x64-gnu-15.9.6.tgz", - "integrity": "sha512-9Oe0BZJuf4lmeL3KV8woLL+NIauBFbMHmSgxhUKUWwNVC/VDJhDSkkUCTlM1R6lTj3KYrJzpZ9ymSuZM4ftd5g==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-gnu/-/nx-linux-x64-gnu-15.9.7.tgz", + "integrity": "sha512-saNK5i2A8pKO3Il+Ejk/KStTApUpWgCxjeUz9G+T8A+QHeDloZYH2c7pU/P3jA9QoNeKwjVO9wYQllPL9loeVg==", "cpu": [ "x64" ], @@ -5846,9 +5825,9 @@ } }, "node_modules/@nrwl/nx-linux-x64-musl": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-musl/-/nx-linux-x64-musl-15.9.6.tgz", - "integrity": "sha512-GNJDsmF0W7WOEnSbB9b/bOyS+Jl0S/zJEoGG0J9mpWTQCVx2HYvxl5EesTxO1Q/H2XmaraRNDS3xpk4l9ofo4w==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-musl/-/nx-linux-x64-musl-15.9.7.tgz", + "integrity": "sha512-extIUThYN94m4Vj4iZggt6hhMZWQSukBCo8pp91JHnDcryBg7SnYmnikwtY1ZAFyyRiNFBLCKNIDFGkKkSrZ9Q==", "cpu": [ "x64" ], @@ -5861,9 +5840,9 @@ } }, "node_modules/@nrwl/nx-win32-arm64-msvc": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-15.9.6.tgz", - "integrity": "sha512-kFl9naZtZcSbZEXcjCJJlxWZPcZdp5AW+FGKnRKcAU3rdcsghtnf9ErMhIWJEaIxjMURV6C0ddw9YZNSVCumGA==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-15.9.7.tgz", + "integrity": "sha512-GSQ54hJ5AAnKZb4KP4cmBnJ1oC4ILxnrG1mekxeM65c1RtWg9NpBwZ8E0gU3xNrTv8ZNsBeKi/9UhXBxhsIh8A==", "cpu": [ "arm64" ], @@ -5876,9 +5855,9 @@ } }, "node_modules/@nrwl/nx-win32-x64-msvc": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-x64-msvc/-/nx-win32-x64-msvc-15.9.6.tgz", - "integrity": "sha512-omUJK6ZC6Ht5dPNxo+78hUAUhVVPsvjWhGoG1Et70rDhhNdY4c9BWU9vqmutWeDlr+ZlYNadtD/HPOikGVHfAw==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-x64-msvc/-/nx-win32-x64-msvc-15.9.7.tgz", + "integrity": "sha512-x6URof79RPd8AlapVbPefUD3ynJZpmah3tYaYZ9xZRMXojVtEHV8Qh5vysKXQ1rNYJiiB8Ah6evSKWLbAH60tw==", "cpu": [ "x64" ], @@ -5891,11 +5870,11 @@ } }, "node_modules/@nrwl/tao": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-15.9.6.tgz", - "integrity": "sha512-1NGREpUbm9gjLQNmEpyH4cwVJSTawVZaksUQcotJLuVoZ8Hglx4Wci4zgD5hjtR5IML4N7pE8uN2Q3osIcUiXw==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-15.9.7.tgz", + "integrity": "sha512-OBnHNvQf3vBH0qh9YnvBQQWyyFZ+PWguF6dJ8+1vyQYlrLVk/XZ8nJ4ukWFb+QfPv/O8VBmqaofaOI9aFC4yTw==", "dependencies": { - "nx": "15.9.6" + "nx": "15.9.7" }, "bin": { "tao": "index.js" @@ -6640,6 +6619,10 @@ "resolved": "../packages/taquito-beacon-wallet", "link": true }, + "node_modules/@taquito/core": { + "resolved": "../packages/taquito-rpc", + "link": true + }, "node_modules/@taquito/http-utils": { "resolved": "../packages/taquito-http-utils", "link": true @@ -30710,13 +30693,13 @@ } }, "node_modules/nx": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/nx/-/nx-15.9.6.tgz", - "integrity": "sha512-lUICyOgcPTfGYNZpjpQP7ug669IomfssTzz68r+j83SpYKc6UuZrQMqazYenTFPJzEvG5FKGXOfFyONoLe36zQ==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/nx/-/nx-15.9.7.tgz", + "integrity": "sha512-1qlEeDjX9OKZEryC8i4bA+twNg+lB5RKrozlNwWx/lLJHqWPUfvUTvxh+uxlPYL9KzVReQjUuxMLFMsHNqWUrA==", "hasInstallScript": true, "dependencies": { - "@nrwl/cli": "15.9.6", - "@nrwl/tao": "15.9.6", + "@nrwl/cli": "15.9.7", + "@nrwl/tao": "15.9.7", "@parcel/watcher": "2.0.4", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "3.0.0-rc.46", @@ -30740,7 +30723,7 @@ "minimatch": "3.0.5", "npm-run-path": "^4.0.1", "open": "^8.4.0", - "semver": "7.3.4", + "semver": "7.5.4", "string-width": "^4.2.3", "strong-log-transformer": "^2.1.0", "tar-stream": "~2.2.0", @@ -30755,15 +30738,15 @@ "nx": "bin/nx.js" }, "optionalDependencies": { - "@nrwl/nx-darwin-arm64": "15.9.6", - "@nrwl/nx-darwin-x64": "15.9.6", - "@nrwl/nx-linux-arm-gnueabihf": "15.9.6", - "@nrwl/nx-linux-arm64-gnu": "15.9.6", - "@nrwl/nx-linux-arm64-musl": "15.9.6", - "@nrwl/nx-linux-x64-gnu": "15.9.6", - "@nrwl/nx-linux-x64-musl": "15.9.6", - "@nrwl/nx-win32-arm64-msvc": "15.9.6", - "@nrwl/nx-win32-x64-msvc": "15.9.6" + "@nrwl/nx-darwin-arm64": "15.9.7", + "@nrwl/nx-darwin-x64": "15.9.7", + "@nrwl/nx-linux-arm-gnueabihf": "15.9.7", + "@nrwl/nx-linux-arm64-gnu": "15.9.7", + "@nrwl/nx-linux-arm64-musl": "15.9.7", + "@nrwl/nx-linux-x64-gnu": "15.9.7", + "@nrwl/nx-linux-x64-musl": "15.9.7", + "@nrwl/nx-win32-arm64-msvc": "15.9.7", + "@nrwl/nx-win32-x64-msvc": "15.9.7" }, "peerDependencies": { "@swc-node/register": "^1.4.2", @@ -30831,29 +30814,6 @@ "node": "*" } }, - "node_modules/nx/node_modules/lru-cache": { - "version": "6.0.0", - "license": "ISC", - "dependencies": { - "yallist": "^4.0.0" - }, - "engines": { - "node": ">=10" - } - }, - "node_modules/nx/node_modules/semver": { - "version": "7.3.4", - "license": "ISC", - "dependencies": { - "lru-cache": "^6.0.0" - }, - "bin": { - "semver": "bin/semver.js" - }, - "engines": { - "node": ">=10" - } - }, "node_modules/nx/node_modules/string-width": { "version": "4.2.3", "license": "MIT", @@ -30881,10 +30841,6 @@ "url": "https://github.com/chalk/wrap-ansi?sponsor=1" } }, - "node_modules/nx/node_modules/yallist": { - "version": "4.0.0", - "license": "ISC" - }, "node_modules/nx/node_modules/yargs": { "version": "17.7.2", "license": "MIT", @@ -40018,102 +39974,85 @@ } }, "@nrwl/cli": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/cli/-/cli-15.9.6.tgz", - "integrity": "sha512-cwMEQLTL47Tj+AfY1PyqU4NcA1rF/WW2eoqA9YR+BFReIQlCkodJBmuQ8xjLXnyfQtG8uzZ6vt/SKWzcghsccw==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/cli/-/cli-15.9.7.tgz", + "integrity": "sha512-1jtHBDuJzA57My5nLzYiM372mJW0NY6rFKxlWt5a0RLsAZdPTHsd8lE3Gs9XinGC1jhXbruWmhhnKyYtZvX/zA==", "requires": { - "nx": "15.9.6" + "nx": "15.9.7" } }, "@nrwl/devkit": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-15.9.6.tgz", - "integrity": "sha512-+gPyrvcUmZMzyVadFSkgfQJItJV8xhydsPMNL1g+KBYu9EzsLG6bqlioJvsOFT8v3zcFrzvoF84imEDs/Cym9Q==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-15.9.7.tgz", + "integrity": "sha512-Sb7Am2TMT8AVq8e+vxOlk3AtOA2M0qCmhBzoM1OJbdHaPKc0g0UgSnWRml1kPGg5qfPk72tWclLoZJ5/ut0vTg==", "requires": { "ejs": "^3.1.7", "ignore": "^5.0.4", - "semver": "7.3.4", + "semver": "7.5.4", "tmp": "~0.2.1", "tslib": "^2.3.0" - }, - "dependencies": { - "lru-cache": { - "version": "6.0.0", - "requires": { - "yallist": "^4.0.0" - } - }, - "semver": { - "version": "7.3.4", - "requires": { - "lru-cache": "^6.0.0" - } - }, - "yallist": { - "version": "4.0.0" - } } }, "@nrwl/nx-darwin-arm64": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-arm64/-/nx-darwin-arm64-15.9.6.tgz", - "integrity": "sha512-9J2HLA6ePfVIoyymIQmwBm2cHvh0hdWuSVldHq3GSpL1tbWEUVwrLxRwcG1ryO2HCNPPb2Z9h8jrSd6BVgEMsA==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-arm64/-/nx-darwin-arm64-15.9.7.tgz", + "integrity": "sha512-aBUgnhlkrgC0vu0fK6eb9Vob7eFnkuknrK+YzTjmLrrZwj7FGNAeyGXSlyo1dVokIzjVKjJg2saZZ0WQbfuCJw==", "optional": true }, "@nrwl/nx-darwin-x64": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-x64/-/nx-darwin-x64-15.9.6.tgz", - "integrity": "sha512-QUbQYUxStLEDHndYFRxSH+Ir1ciezViy+kS9vfwsNLpBAfEE5kkoKk6Owv74gLQncTFB5/4vwkb7VT+LtVP/2w==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-darwin-x64/-/nx-darwin-x64-15.9.7.tgz", + "integrity": "sha512-L+elVa34jhGf1cmn38Z0sotQatmLovxoASCIw5r1CBZZeJ5Tg7Y9nOwjRiDixZxNN56hPKXm6xl9EKlVHVeKlg==", "optional": true }, "@nrwl/nx-linux-arm-gnueabihf": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-15.9.6.tgz", - "integrity": "sha512-IjwE1Q6wi4iww67uU5i8XIg9LXhwhOIVuDMQ28pB03kahwL87s0z/MvQ7yXISgskamkFEUzffI/Zei+OHYST3g==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm-gnueabihf/-/nx-linux-arm-gnueabihf-15.9.7.tgz", + "integrity": "sha512-pqmfqqEUGFu6PmmHKyXyUw1Al0Ki8PSaR0+ndgCAb1qrekVDGDfznJfaqxN0JSLeolPD6+PFtLyXNr9ZyPFlFg==", "optional": true }, "@nrwl/nx-linux-arm64-gnu": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-15.9.6.tgz", - "integrity": "sha512-iqgUZMtD8UZx5IeOzGREcP+vQ98czdBh3NmevqVJPGSfFtV7QixsUnRPk5v15bbfSg97Z+/6c7KRb9HsUAl13Q==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-gnu/-/nx-linux-arm64-gnu-15.9.7.tgz", + "integrity": "sha512-NYOa/eRrqmM+In5g3M0rrPVIS9Z+q6fvwXJYf/KrjOHqqan/KL+2TOfroA30UhcBrwghZvib7O++7gZ2hzwOnA==", "optional": true }, "@nrwl/nx-linux-arm64-musl": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-musl/-/nx-linux-arm64-musl-15.9.6.tgz", - "integrity": "sha512-9UA2X2n998brY5YBLqgVmL1Jf5qrlFXToDADhUrsN5kqhgd3TqPhdgSBXhzUfUeMVtq6Bm4mhVHzM3bK49jxZA==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-arm64-musl/-/nx-linux-arm64-musl-15.9.7.tgz", + "integrity": "sha512-zyStqjEcmbvLbejdTOrLUSEdhnxNtdQXlmOuymznCzYUEGRv+4f7OAepD3yRoR0a/57SSORZmmGQB7XHZoYZJA==", "optional": true }, "@nrwl/nx-linux-x64-gnu": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-gnu/-/nx-linux-x64-gnu-15.9.6.tgz", - "integrity": "sha512-9Oe0BZJuf4lmeL3KV8woLL+NIauBFbMHmSgxhUKUWwNVC/VDJhDSkkUCTlM1R6lTj3KYrJzpZ9ymSuZM4ftd5g==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-gnu/-/nx-linux-x64-gnu-15.9.7.tgz", + "integrity": "sha512-saNK5i2A8pKO3Il+Ejk/KStTApUpWgCxjeUz9G+T8A+QHeDloZYH2c7pU/P3jA9QoNeKwjVO9wYQllPL9loeVg==", "optional": true }, "@nrwl/nx-linux-x64-musl": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-musl/-/nx-linux-x64-musl-15.9.6.tgz", - "integrity": "sha512-GNJDsmF0W7WOEnSbB9b/bOyS+Jl0S/zJEoGG0J9mpWTQCVx2HYvxl5EesTxO1Q/H2XmaraRNDS3xpk4l9ofo4w==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-linux-x64-musl/-/nx-linux-x64-musl-15.9.7.tgz", + "integrity": "sha512-extIUThYN94m4Vj4iZggt6hhMZWQSukBCo8pp91JHnDcryBg7SnYmnikwtY1ZAFyyRiNFBLCKNIDFGkKkSrZ9Q==", "optional": true }, "@nrwl/nx-win32-arm64-msvc": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-15.9.6.tgz", - "integrity": "sha512-kFl9naZtZcSbZEXcjCJJlxWZPcZdp5AW+FGKnRKcAU3rdcsghtnf9ErMhIWJEaIxjMURV6C0ddw9YZNSVCumGA==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-arm64-msvc/-/nx-win32-arm64-msvc-15.9.7.tgz", + "integrity": "sha512-GSQ54hJ5AAnKZb4KP4cmBnJ1oC4ILxnrG1mekxeM65c1RtWg9NpBwZ8E0gU3xNrTv8ZNsBeKi/9UhXBxhsIh8A==", "optional": true }, "@nrwl/nx-win32-x64-msvc": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-x64-msvc/-/nx-win32-x64-msvc-15.9.6.tgz", - "integrity": "sha512-omUJK6ZC6Ht5dPNxo+78hUAUhVVPsvjWhGoG1Et70rDhhNdY4c9BWU9vqmutWeDlr+ZlYNadtD/HPOikGVHfAw==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/nx-win32-x64-msvc/-/nx-win32-x64-msvc-15.9.7.tgz", + "integrity": "sha512-x6URof79RPd8AlapVbPefUD3ynJZpmah3tYaYZ9xZRMXojVtEHV8Qh5vysKXQ1rNYJiiB8Ah6evSKWLbAH60tw==", "optional": true }, "@nrwl/tao": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-15.9.6.tgz", - "integrity": "sha512-1NGREpUbm9gjLQNmEpyH4cwVJSTawVZaksUQcotJLuVoZ8Hglx4Wci4zgD5hjtR5IML4N7pE8uN2Q3osIcUiXw==", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-15.9.7.tgz", + "integrity": "sha512-OBnHNvQf3vBH0qh9YnvBQQWyyFZ+PWguF6dJ8+1vyQYlrLVk/XZ8nJ4ukWFb+QfPv/O8VBmqaofaOI9aFC4yTw==", "requires": { - "nx": "15.9.6" + "nx": "15.9.7" } }, "@octokit/auth-token": { @@ -40591,8 +40530,8 @@ "version": "file:../packages/taquito-beacon-wallet", "requires": { "@airgap/beacon-dapp": "4.0.10", - "@taquito/core": "^17.3.0", - "@taquito/taquito": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/taquito": "^17.3.1", "@types/bluebird": "^3.5.36", "@types/chrome": "0.0.171", "@types/jest": "^26.0.23", @@ -40633,10 +40572,45 @@ } } }, + "@taquito/core": { + "version": "file:../packages/taquito-rpc", + "requires": { + "@taquito/core": "^17.3.1", + "@taquito/http-utils": "^17.3.1", + "@taquito/utils": "^17.3.1", + "@types/bluebird": "^3.5.36", + "@types/jest": "^26.0.23", + "@types/node": "^16", + "@typescript-eslint/eslint-plugin": "^5.28.0", + "@typescript-eslint/parser": "^5.28.0", + "bignumber.js": "^9.1.0", + "colors": "^1.4.0", + "coveralls": "^3.1.1", + "cross-env": "^7.0.3", + "eslint": "^8.17.0", + "jest": "^26.6.3", + "jest-config": "^26.6.3", + "lint-staged": "^13.0.1", + "lodash.camelcase": "^4.3.0", + "prettier": "^2.7.0", + "prompt": "^1.3.0", + "replace-in-file": "^6.3.5", + "rimraf": "^3.0.2", + "rollup": "^2.75.6", + "rollup-plugin-json": "^4.0.0", + "rollup-plugin-sourcemaps": "^0.6.3", + "rollup-plugin-typescript2": "^0.32.1", + "shelljs": "^0.8.5", + "ts-jest": "^26.4.4", + "ts-node": "^10.4.0", + "ts-toolbelt": "^9.6.0", + "typescript": "~4.1.5" + } + }, "@taquito/http-utils": { "version": "file:../packages/taquito-http-utils", "requires": { - "@taquito/core": "^17.3.0", + "@taquito/core": "^17.3.1", "@types/bluebird": "^3.5.36", "@types/jest": "^26.0.24", "@types/node": "^16", @@ -40680,8 +40654,9 @@ "requires": { "@ledgerhq/hw-transport": "^6.28.8", "@stablelib/blake2b": "^1.0.1", - "@taquito/taquito": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/taquito": "^17.3.1", + "@taquito/utils": "^17.3.1", "@types/bluebird": "^3.5.36", "@types/jest": "^26.0.24", "@types/node": "^16", @@ -40734,7 +40709,7 @@ "@taquito/michel-codec": { "version": "file:../packages/taquito-michel-codec", "requires": { - "@taquito/core": "^17.3.0", + "@taquito/core": "^17.3.1", "@types/bluebird": "^3.5.36", "@types/jest": "^26.0.23", "@types/node": "^16", @@ -40761,8 +40736,9 @@ "@taquito/michelson-encoder": { "version": "file:../packages/taquito-michelson-encoder", "requires": { - "@taquito/rpc": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/rpc": "^17.3.1", + "@taquito/utils": "^17.3.1", "@types/bluebird": "^3.5.36", "@types/jest": "^26.0.23", "@types/node": "^16", @@ -40798,10 +40774,10 @@ "requires": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^17.3.0", - "@taquito/http-utils": "^17.3.0", - "@taquito/taquito": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/http-utils": "^17.3.1", + "@taquito/taquito": "^17.3.1", + "@taquito/utils": "^17.3.1", "@types/bluebird": "^3.5.36", "@types/jest": "^26.0.24", "@types/node": "^16", @@ -40835,9 +40811,9 @@ "@taquito/rpc": { "version": "file:../packages/taquito-rpc", "requires": { - "@taquito/core": "^17.3.0", - "@taquito/http-utils": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/http-utils": "^17.3.1", + "@taquito/utils": "^17.3.1", "@types/bluebird": "^3.5.36", "@types/jest": "^26.0.23", "@types/node": "^16", @@ -40874,10 +40850,10 @@ "@rollup/plugin-json": "^4.1.0", "@stablelib/nacl": "^1.0.3", "@stablelib/random": "^1.0.1", - "@taquito/core": "^17.3.0", - "@taquito/rpc": "^17.3.0", - "@taquito/taquito": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/rpc": "^17.3.1", + "@taquito/taquito": "^17.3.1", + "@taquito/utils": "^17.3.1", "@types/jest": "^26.0.23", "@types/node": "^16", "@types/pbkdf2": "^3.1.0", @@ -41039,8 +41015,9 @@ "@stablelib/nacl": "^1.0.4", "@stablelib/pbkdf2": "^1.0.1", "@stablelib/sha512": "^1.0.1", - "@taquito/taquito": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/taquito": "^17.3.1", + "@taquito/utils": "^17.3.1", "@types/bluebird": "^3.5.36", "@types/bn.js": "^5.1.1", "@types/elliptic": "^6.4.14", @@ -41081,13 +41058,13 @@ "version": "file:../packages/taquito", "requires": { "@babel/types": "7.16.0", - "@taquito/core": "^17.3.0", - "@taquito/http-utils": "^17.3.0", - "@taquito/local-forging": "^17.3.0", - "@taquito/michel-codec": "^17.3.0", - "@taquito/michelson-encoder": "^17.3.0", - "@taquito/rpc": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/http-utils": "^17.3.1", + "@taquito/local-forging": "^17.3.1", + "@taquito/michel-codec": "^17.3.1", + "@taquito/michelson-encoder": "^17.3.1", + "@taquito/rpc": "^17.3.1", + "@taquito/utils": "^17.3.1", "@types/bluebird": "^3.5.36", "@types/estree": "^0.0.50", "@types/jest": "^26.0.23", @@ -41137,9 +41114,10 @@ "@taquito/tzip12": { "version": "file:../packages/taquito-tzip12", "requires": { - "@taquito/michelson-encoder": "^17.3.0", - "@taquito/taquito": "^17.3.0", - "@taquito/tzip16": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/michelson-encoder": "^17.3.1", + "@taquito/taquito": "^17.3.1", + "@taquito/tzip16": "^17.3.1", "@types/bluebird": "^3.5.36", "@types/jest": "^26.0.23", "@types/node": "^16", @@ -41172,11 +41150,12 @@ "@taquito/tzip16": { "version": "file:../packages/taquito-tzip16", "requires": { - "@taquito/http-utils": "^17.3.0", - "@taquito/michelson-encoder": "^17.3.0", - "@taquito/rpc": "^17.3.0", - "@taquito/taquito": "^17.3.0", - "@taquito/utils": "^17.3.0", + "@taquito/core": "^17.3.1", + "@taquito/http-utils": "^17.3.1", + "@taquito/michelson-encoder": "^17.3.1", + "@taquito/rpc": "^17.3.1", + "@taquito/taquito": "^17.3.1", + "@taquito/utils": "^17.3.1", "@types/bluebird": "^3.5.36", "@types/crypto-js": "^4.1.1", "@types/jest": "^26.0.23", @@ -41214,7 +41193,7 @@ "requires": { "@stablelib/blake2b": "^1.0.1", "@stablelib/ed25519": "^1.0.3", - "@taquito/core": "^17.3.0", + "@taquito/core": "^17.3.1", "@types/bluebird": "^3.5.36", "@types/bs58check": "^2.1.0", "@types/elliptic": "^6.4.14", @@ -58278,21 +58257,21 @@ } }, "nx": { - "version": "15.9.6", - "resolved": "https://registry.npmjs.org/nx/-/nx-15.9.6.tgz", - "integrity": "sha512-lUICyOgcPTfGYNZpjpQP7ug669IomfssTzz68r+j83SpYKc6UuZrQMqazYenTFPJzEvG5FKGXOfFyONoLe36zQ==", - "requires": { - "@nrwl/cli": "15.9.6", - "@nrwl/nx-darwin-arm64": "15.9.6", - "@nrwl/nx-darwin-x64": "15.9.6", - "@nrwl/nx-linux-arm-gnueabihf": "15.9.6", - "@nrwl/nx-linux-arm64-gnu": "15.9.6", - "@nrwl/nx-linux-arm64-musl": "15.9.6", - "@nrwl/nx-linux-x64-gnu": "15.9.6", - "@nrwl/nx-linux-x64-musl": "15.9.6", - "@nrwl/nx-win32-arm64-msvc": "15.9.6", - "@nrwl/nx-win32-x64-msvc": "15.9.6", - "@nrwl/tao": "15.9.6", + "version": "15.9.7", + "resolved": "https://registry.npmjs.org/nx/-/nx-15.9.7.tgz", + "integrity": "sha512-1qlEeDjX9OKZEryC8i4bA+twNg+lB5RKrozlNwWx/lLJHqWPUfvUTvxh+uxlPYL9KzVReQjUuxMLFMsHNqWUrA==", + "requires": { + "@nrwl/cli": "15.9.7", + "@nrwl/nx-darwin-arm64": "15.9.7", + "@nrwl/nx-darwin-x64": "15.9.7", + "@nrwl/nx-linux-arm-gnueabihf": "15.9.7", + "@nrwl/nx-linux-arm64-gnu": "15.9.7", + "@nrwl/nx-linux-arm64-musl": "15.9.7", + "@nrwl/nx-linux-x64-gnu": "15.9.7", + "@nrwl/nx-linux-x64-musl": "15.9.7", + "@nrwl/nx-win32-arm64-msvc": "15.9.7", + "@nrwl/nx-win32-x64-msvc": "15.9.7", + "@nrwl/tao": "15.9.7", "@parcel/watcher": "2.0.4", "@yarnpkg/lockfile": "^1.1.0", "@yarnpkg/parsers": "3.0.0-rc.46", @@ -58316,7 +58295,7 @@ "minimatch": "3.0.5", "npm-run-path": "^4.0.1", "open": "^8.4.0", - "semver": "7.3.4", + "semver": "7.5.4", "string-width": "^4.2.3", "strong-log-transformer": "^2.1.0", "tar-stream": "~2.2.0", @@ -58365,18 +58344,6 @@ "path-is-absolute": "^1.0.0" } }, - "lru-cache": { - "version": "6.0.0", - "requires": { - "yallist": "^4.0.0" - } - }, - "semver": { - "version": "7.3.4", - "requires": { - "lru-cache": "^6.0.0" - } - }, "string-width": { "version": "4.2.3", "requires": { @@ -58393,9 +58360,6 @@ "strip-ansi": "^6.0.0" } }, - "yallist": { - "version": "4.0.0" - }, "yargs": { "version": "17.7.2", "requires": { diff --git a/website/package.json b/website/package.json index cbbd002ea1..eba45fd393 100644 --- a/website/package.json +++ b/website/package.json @@ -28,6 +28,7 @@ "@ledgerhq/hw-transport-webhid": "^6.27.19", "@mdx-js/react": "^1.6.22", "@svgr/webpack": "^8.1.0", + "@taquito/core": "file:../packages/taquito-rpc", "@taquito/beacon-wallet": "file:../packages/taquito-beacon-wallet", "@taquito/http-utils": "file:../packages/taquito-http-utils", "@taquito/ledger-signer": "file:../packages/taquito-ledger-signer",