From c00d13cecd1a35d4219263f940a3b53144115cc9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 15:29:37 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 6 +-- packages/builder/CHANGELOG.md | 49 +++++++++++++++++++++++++ packages/builder/package.json | 2 +- packages/cli/CHANGELOG.md | 55 ++++++++++++++++++++++++++++ packages/cli/package.json | 4 +- packages/hardhat-cannon/CHANGELOG.md | 29 +++++++++++++++ packages/hardhat-cannon/package.json | 6 +-- 7 files changed, 142 insertions(+), 9 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9d763db38..6c256efcd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "packages/builder": "2.9.1", - "packages/cli": "2.9.2", - "packages/hardhat-cannon": "2.9.2" + "packages/builder": "2.10.0", + "packages/cli": "2.10.0", + "packages/hardhat-cannon": "2.10.0" } diff --git a/packages/builder/CHANGELOG.md b/packages/builder/CHANGELOG.md index 8407c034c..3135b2778 100644 --- a/packages/builder/CHANGELOG.md +++ b/packages/builder/CHANGELOG.md @@ -1,5 +1,54 @@ # Changelog +## [2.10.0](https://github.com/usecannon/cannon/compare/v2.9.1...v2.10.0) (2023-11-08) + + +### Features + +* **abi:** add the option to use a literal abi string ([#423](https://github.com/usecannon/cannon/issues/423)) ([3287cd1](https://github.com/usecannon/cannon/commit/3287cd1461eb357476a55c3f6358f5eeceab8498)) +* Add fetch command and improve publish outputs ([#479](https://github.com/usecannon/cannon/issues/479)) ([286d44b](https://github.com/usecannon/cannon/commit/286d44b248efd5352cb68a54a25304a201264ddc)) +* **builder:** add descriptions to zod schemas ([#566](https://github.com/usecannon/cannon/issues/566)) ([c45197d](https://github.com/usecannon/cannon/commit/c45197d3376c0be2a1524d70d318a98d59dc3461)) +* **builder:** add highlight boolean to contract cannonfile spec ([#470](https://github.com/usecannon/cannon/issues/470)) ([06629e2](https://github.com/usecannon/cannon/commit/06629e23aca1bacf266a68072325332c9ec77f75)) +* **cli:** add `cannon trace` command ([#455](https://github.com/usecannon/cannon/issues/455)) ([177cdbf](https://github.com/usecannon/cannon/commit/177cdbf17e63115e92ffa11f176b93de4ab708ca)) +* **cli:** Add support for preset package reference in CLI ([#449](https://github.com/usecannon/cannon/issues/449)) ([ec19aff](https://github.com/usecannon/cannon/commit/ec19affe86e0fdc6623ae6fc5d5187118757d2f0)) +* migrate cannonfile validation to zod ([#320](https://github.com/usecannon/cannon/issues/320)) ([04ebdf6](https://github.com/usecannon/cannon/commit/04ebdf64f38da38f2076f4cb09b9b1e1c88d721a)) +* **router:** add @synthetixio/router dependency ([9b0de26](https://github.com/usecannon/cannon/commit/9b0de26c395b856974a932d8dee5724998e05efb)) +* **router:** add example ([6e5f177](https://github.com/usecannon/cannon/commit/6e5f177b53b8ca57939f6385bc84092d0cb0f9ac)) +* **router:** add router action step ([56cab91](https://github.com/usecannon/cannon/commit/56cab91720b1bd35c945ad3757fa077268803609)) +* **router:** add router step tests ([aa1e7ae](https://github.com/usecannon/cannon/commit/aa1e7ae1290650111443c867552f311c1291701b)) +* **router:** add test fixtures ([ce7f2d3](https://github.com/usecannon/cannon/commit/ce7f2d3bae72cdd57b53e8544a6fffacfc1439e6)) +* **router:** add usage of transparent-upgradable-proxy:4.9.3 ([0038f5f](https://github.com/usecannon/cannon/commit/0038f5f902eed9931e6abcd3bc7ea9ac2a59a425)) +* **router:** fix plugin loading ([f199216](https://github.com/usecannon/cannon/commit/f1992163722f28eb35b44e73c931e417b3c4ec1a)) +* **website:** Explorer UI ([09988e2](https://github.com/usecannon/cannon/commit/09988e28a85373d375a81a38affa06e1b83b5bde)) +* **website:** Explorer UI ([09988e2](https://github.com/usecannon/cannon/commit/09988e28a85373d375a81a38affa06e1b83b5bde)) +* **write-scripts:** add basic json dump script ([#556](https://github.com/usecannon/cannon/issues/556)) ([edcd88c](https://github.com/usecannon/cannon/commit/edcd88cc5afb1ab743f7699e623a29e465b187a8)) + + +### Bug Fixes + +* 2.7 regressions ([#461](https://github.com/usecannon/cannon/issues/461)) ([b9ecbb7](https://github.com/usecannon/cannon/commit/b9ecbb7b2564345babd89c9230247970805b570f)) +* add builder/src/ folder to package build ([#491](https://github.com/usecannon/cannon/issues/491)) ([8b3c084](https://github.com/usecannon/cannon/commit/8b3c084ef42c714a9a83cfd6f1b9d0c837b905c3)) +* **builder:** Add preset reference in source/package name ([#415](https://github.com/usecannon/cannon/issues/415)) ([32c7745](https://github.com/usecannon/cannon/commit/32c77453464dc3c8be25df2c630d6ec026335781)) +* **builder:** file links in recursive provision packages ([#534](https://github.com/usecannon/cannon/issues/534)) ([d085863](https://github.com/usecannon/cannon/commit/d085863a778997ca65144b1f06fabdfd58d9088c)) +* **builder:** fix zod package regex for validation ([#485](https://github.com/usecannon/cannon/issues/485)) ([e4fdda7](https://github.com/usecannon/cannon/commit/e4fdda7e5283df75a0b658a9eb1e0f0d7935132f)) +* **builder:** handling of package url modification during copy ([#529](https://github.com/usecannon/cannon/issues/529)) ([7c5d585](https://github.com/usecannon/cannon/commit/7c5d5857770412d0f47b52ee4c8beace9504441d)) +* **builder:** lock ethers version in builder package below 6.0.0 ([#484](https://github.com/usecannon/cannon/issues/484)) ([844c39e](https://github.com/usecannon/cannon/commit/844c39e3a486be2aa2602c5ff8c8bf9babb09c60)) +* **builder:** remove 31 char limit on cannonfile version and fix nonce validation ([#543](https://github.com/usecannon/cannon/issues/543)) ([155d39f](https://github.com/usecannon/cannon/commit/155d39f9d05c3090deb92c7482b709cfd22773e2)) +* **builder:** remove IPFS Gateway port check ([#595](https://github.com/usecannon/cannon/issues/595)) ([dc2bc7c](https://github.com/usecannon/cannon/commit/dc2bc7c33322b4f204bc6227661eb216fb248f1c)) +* **builder:** use in memory during build ([#573](https://github.com/usecannon/cannon/issues/573)) ([2efa683](https://github.com/usecannon/cannon/commit/2efa683e1076f606889b963e69a90d0e907d63bf)) +* **cli:** minor improvements ([#582](https://github.com/usecannon/cannon/issues/582)) ([3b38808](https://github.com/usecannon/cannon/commit/3b38808a6afc3c2b943c306e7dc083d7aa907e59)) +* fix preset name in deploy local tag filename ([#472](https://github.com/usecannon/cannon/issues/472)) ([acf9d2d](https://github.com/usecannon/cannon/commit/acf9d2d29daf89fead861d7fca0ffbe42e0c6c74)) +* gitHeads references from lerna ([ae76eae](https://github.com/usecannon/cannon/commit/ae76eaeda3e83ab14a09198449d0e0f096ee7839)) +* **highlight:** add highlight boolean to factory contracts ([#536](https://github.com/usecannon/cannon/issues/536)) ([f4d40fe](https://github.com/usecannon/cannon/commit/f4d40fed13c15ac9e0a50d236cb1b35a8faa5578)) +* **logs:** build command ux ([#553](https://github.com/usecannon/cannon/issues/553)) ([a1a9ed0](https://github.com/usecannon/cannon/commit/a1a9ed07de875413e38aeb2e3fc2d3e9012d2606)) +* misc debug mode fixes ([#424](https://github.com/usecannon/cannon/issues/424)) ([2f99df5](https://github.com/usecannon/cannon/commit/2f99df57d599653f86594ac889a0c30f8fb74c21)) +* package name validations ([#471](https://github.com/usecannon/cannon/issues/471)) ([e4aef62](https://github.com/usecannon/cannon/commit/e4aef62f98ca4364bfb8efc432222f6909c5d082)) +* remove anvil from inspect command and add support for invoke target string ([#364](https://github.com/usecannon/cannon/issues/364)) ([1dcaffb](https://github.com/usecannon/cannon/commit/1dcaffbbefad4b03841843f8f0f07c7eaf9fe93b)) +* set default evmVersion to paris on Router's in not mainnet networks ([#466](https://github.com/usecannon/cannon/issues/466)) ([a24da85](https://github.com/usecannon/cannon/commit/a24da857b048d6c70c5f756535a518ec55d679ae)) +* tsconfig ([56e7943](https://github.com/usecannon/cannon/commit/56e79439cbda49fd0b49a56738b0c8b7041b5b93)) +* update @synthetixio/router to 3.3.0 ([7110c21](https://github.com/usecannon/cannon/commit/7110c2110b87dbe1a63aece54ec2ed7aab9d0fc5)) +* update @synthetixio/router to 3.3.0 ([4ecd62d](https://github.com/usecannon/cannon/commit/4ecd62d7565edf7aff92e7c07cb3e5a27d08f617)) + ## [2.9.1](https://github.com/usecannon/cannon/compare/v2.9.0...v2.9.1) (2023-10-31) diff --git a/packages/builder/package.json b/packages/builder/package.json index 20b2366d5..7f2d1b9b0 100644 --- a/packages/builder/package.json +++ b/packages/builder/package.json @@ -1,6 +1,6 @@ { "name": "@usecannon/builder", - "version": "2.9.7", + "version": "2.10.0", "description": "Assembles cannonfile.toml manifests into cannon packages.", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 756a2f79c..8fe52503e 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -6,6 +6,61 @@ * dependencies * @usecannon/builder bumped from ^2.8.0 to ^2.8.1 +## [2.10.0](https://github.com/usecannon/cannon/compare/v2.9.2...v2.10.0) (2023-11-08) + + +### Features + +* Add fetch command and improve publish outputs ([#479](https://github.com/usecannon/cannon/issues/479)) ([286d44b](https://github.com/usecannon/cannon/commit/286d44b248efd5352cb68a54a25304a201264ddc)) +* **builder:** add descriptions to zod schemas ([#566](https://github.com/usecannon/cannon/issues/566)) ([c45197d](https://github.com/usecannon/cannon/commit/c45197d3376c0be2a1524d70d318a98d59dc3461)) +* **cli:** add `cannon trace` command ([#455](https://github.com/usecannon/cannon/issues/455)) ([177cdbf](https://github.com/usecannon/cannon/commit/177cdbf17e63115e92ffa11f176b93de4ab708ca)) +* **cli:** add ability to trace transactions while in cannon run ([#507](https://github.com/usecannon/cannon/issues/507)) ([099a02e](https://github.com/usecannon/cannon/commit/099a02e81e18be3561716f69e5a4a522a57b3d42)) +* **cli:** add anvil custom options to run and build commands ([e9cf80b](https://github.com/usecannon/cannon/commit/e9cf80b385f9cd6fa7d6461d201d200d4090aea9)) +* **cli:** Add support for preset package reference in CLI ([#449](https://github.com/usecannon/cannon/issues/449)) ([ec19aff](https://github.com/usecannon/cannon/commit/ec19affe86e0fdc6623ae6fc5d5187118757d2f0)) +* **cli:** use cannon repo ([#589](https://github.com/usecannon/cannon/issues/589)) ([bba3ae8](https://github.com/usecannon/cannon/commit/bba3ae80b44d3483948cd5dcc3232c4f79811c3a)) +* migrate cannonfile validation to zod ([#320](https://github.com/usecannon/cannon/issues/320)) ([04ebdf6](https://github.com/usecannon/cannon/commit/04ebdf64f38da38f2076f4cb09b9b1e1c88d721a)) +* **router:** fix plugin loading ([f199216](https://github.com/usecannon/cannon/commit/f1992163722f28eb35b44e73c931e417b3c4ec1a)) +* **write-scripts:** add basic json dump script ([#556](https://github.com/usecannon/cannon/issues/556)) ([edcd88c](https://github.com/usecannon/cannon/commit/edcd88cc5afb1ab743f7699e623a29e465b187a8)) + + +### Bug Fixes + +* `cannon trace` bugs ([#463](https://github.com/usecannon/cannon/issues/463)) ([aaf5165](https://github.com/usecannon/cannon/commit/aaf516522773e13ca7e5828f5b03cc073bdd7093)) +* 2.7 regressions ([#461](https://github.com/usecannon/cannon/issues/461)) ([b9ecbb7](https://github.com/usecannon/cannon/commit/b9ecbb7b2564345babd89c9230247970805b570f)) +* **builder:** handling of package url modification during copy ([#529](https://github.com/usecannon/cannon/issues/529)) ([7c5d585](https://github.com/usecannon/cannon/commit/7c5d5857770412d0f47b52ee4c8beace9504441d)) +* **ci:** Fix bug in debug log ([#567](https://github.com/usecannon/cannon/issues/567)) ([02b2be6](https://github.com/usecannon/cannon/commit/02b2be6441a70d8fc55b0b58872a2cad16a9dedf)) +* **cli:** add error on upgrade-from when package not found ([#407](https://github.com/usecannon/cannon/issues/407)) ([2630d2c](https://github.com/usecannon/cannon/commit/2630d2ce9db57379aa0a473bac2e736160e72ed7)) +* **cli:** cannon executable ([#499](https://github.com/usecannon/cannon/issues/499)) ([9b7fa1f](https://github.com/usecannon/cannon/commit/9b7fa1f32ca99c9aebf3d6fc4e441c17c70fa1c7)) +* **cli:** commands config actualized ([#539](https://github.com/usecannon/cannon/issues/539)) ([63da051](https://github.com/usecannon/cannon/commit/63da051243b858c4ba809b82a988ce1120d99a1e)) +* **cli:** fix bug on interact package ref cli input validation ([#488](https://github.com/usecannon/cannon/issues/488)) ([0db8961](https://github.com/usecannon/cannon/commit/0db8961c268a57833aa052182a3aea4b11cb6c4d)) +* **cli:** foundry doesn't resolve evm version ([#480](https://github.com/usecannon/cannon/issues/480)) ([14e34d6](https://github.com/usecannon/cannon/commit/14e34d67009152e2d9cac07e46d2a6f7f1e4f97b)) +* **cli:** handle interact runtime error ([#565](https://github.com/usecannon/cannon/issues/565)) ([d3814bf](https://github.com/usecannon/cannon/commit/d3814bf16e331b1a88909a9b0e9c697c94d781e3)) +* **cli:** improve provider resolution outputs and remove sensitive information from debug logs ([#418](https://github.com/usecannon/cannon/issues/418)) ([545298f](https://github.com/usecannon/cannon/commit/545298fc3ca03d8e62a1da05200c191d3084d670)) +* **cli:** make clean remove all files/folders in tags and metadata_cache ([#531](https://github.com/usecannon/cannon/issues/531)) ([9363471](https://github.com/usecannon/cannon/commit/9363471621bf771b7d70780a9811eb9560359b17)) +* **cli:** minor improvements ([#582](https://github.com/usecannon/cannon/issues/582)) ([3b38808](https://github.com/usecannon/cannon/commit/3b38808a6afc3c2b943c306e7dc083d7aa907e59)) +* **cli:** move anvilOptions to commandsConfig file ([#541](https://github.com/usecannon/cannon/issues/541)) ([f70ea47](https://github.com/usecannon/cannon/commit/f70ea471807ba74ce137f27bddb2c27dbb285dbb)) +* **cli:** much faster startup ([#508](https://github.com/usecannon/cannon/issues/508)) ([5c199ee](https://github.com/usecannon/cannon/commit/5c199ee4a0977b63a69c12c000e78dc958ccde59)) +* **cli:** prepend 0x to decode input tx data ([#483](https://github.com/usecannon/cannon/issues/483)) ([57ac4d1](https://github.com/usecannon/cannon/commit/57ac4d14d1505c46b30d348d4e7d0f6008939f74)) +* **cli:** proper error on providerurl chainid and chainid mismatch ([#509](https://github.com/usecannon/cannon/issues/509)) ([3f9d4ab](https://github.com/usecannon/cannon/commit/3f9d4ab71d9fb8758bf1bee256524feb8fef0fd5)) +* **cli:** remove fallback provider ([#537](https://github.com/usecannon/cannon/issues/537)) ([05c6638](https://github.com/usecannon/cannon/commit/05c6638ea761ad0ffcff588416e329c11e690ae5)) +* enforce setting publishIpfsUrl for publish command ([#456](https://github.com/usecannon/cannon/issues/456)) ([bff21fb](https://github.com/usecannon/cannon/commit/bff21fb1b81aee605612d36ffb62f7d5e2b2f641)) +* fix preset name in deploy local tag filename ([#472](https://github.com/usecannon/cannon/issues/472)) ([acf9d2d](https://github.com/usecannon/cannon/commit/acf9d2d29daf89fead861d7fca0ffbe42e0c6c74)) +* gitHeads references from lerna ([ae76eae](https://github.com/usecannon/cannon/commit/ae76eaeda3e83ab14a09198449d0e0f096ee7839)) +* **highlight:** add highlight boolean to factory contracts ([#536](https://github.com/usecannon/cannon/issues/536)) ([f4d40fe](https://github.com/usecannon/cannon/commit/f4d40fed13c15ac9e0a50d236cb1b35a8faa5578)) +* **logs:** build command ux ([#553](https://github.com/usecannon/cannon/issues/553)) ([a1a9ed0](https://github.com/usecannon/cannon/commit/a1a9ed07de875413e38aeb2e3fc2d3e9012d2606)) +* misc debug mode fixes ([#424](https://github.com/usecannon/cannon/issues/424)) ([2f99df5](https://github.com/usecannon/cannon/commit/2f99df57d599653f86594ac889a0c30f8fb74c21)) +* package name validations ([#471](https://github.com/usecannon/cannon/issues/471)) ([e4aef62](https://github.com/usecannon/cannon/commit/e4aef62f98ca4364bfb8efc432222f6909c5d082)) +* remove anvil from inspect command and add support for invoke target string ([#364](https://github.com/usecannon/cannon/issues/364)) ([1dcaffb](https://github.com/usecannon/cannon/commit/1dcaffbbefad4b03841843f8f0f07c7eaf9fe93b)) +* remove ipfs troubleshoot from guide and apply bugfix to fetch ([#590](https://github.com/usecannon/cannon/issues/590)) ([2fe8b42](https://github.com/usecannon/cannon/commit/2fe8b429a1599fe3aa526ab9df764452b019e14c)) +* signer address comparison on build ([#580](https://github.com/usecannon/cannon/issues/580)) ([b4110a1](https://github.com/usecannon/cannon/commit/b4110a1371c9f427c350df034ad01e2ae8cba008)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @usecannon/builder bumped from ^2.9.7 to ^2.10.0 + ## [2.9.2](https://github.com/usecannon/cannon/compare/v2.9.1...v2.9.2) (2023-10-31) diff --git a/packages/cli/package.json b/packages/cli/package.json index 86e73a2dd..40cc39d21 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@usecannon/cli", - "version": "2.9.8", + "version": "2.10.0", "description": "Utility for instantly loading cannon packages in standalone contexts", "main": "dist/src/index.js", "scripts": { @@ -54,7 +54,7 @@ "dependencies": { "@iarna/toml": "^3.0.0", "@synthetixio/wei": "^2.74.1", - "@usecannon/builder": "^2.9.7", + "@usecannon/builder": "^2.10.0", "chalk": "^4.1.2", "commander": "^9.5.0", "debug": "^4.3.4", diff --git a/packages/hardhat-cannon/CHANGELOG.md b/packages/hardhat-cannon/CHANGELOG.md index af7c992df..efe071482 100644 --- a/packages/hardhat-cannon/CHANGELOG.md +++ b/packages/hardhat-cannon/CHANGELOG.md @@ -27,6 +27,35 @@ * @usecannon/builder bumped from ^2.9.0 to ^2.9.1 * @usecannon/cli bumped from ^2.9.1 to ^2.9.2 +## [2.10.0](https://github.com/usecannon/cannon/compare/v2.9.2...v2.10.0) (2023-11-08) + + +### Features + +* Add fetch command and improve publish outputs ([#479](https://github.com/usecannon/cannon/issues/479)) ([286d44b](https://github.com/usecannon/cannon/commit/286d44b248efd5352cb68a54a25304a201264ddc)) +* **cli:** add anvil custom options to run and build commands ([e9cf80b](https://github.com/usecannon/cannon/commit/e9cf80b385f9cd6fa7d6461d201d200d4090aea9)) +* **cli:** Add support for preset package reference in CLI ([#449](https://github.com/usecannon/cannon/issues/449)) ([ec19aff](https://github.com/usecannon/cannon/commit/ec19affe86e0fdc6623ae6fc5d5187118757d2f0)) +* migrate cannonfile validation to zod ([#320](https://github.com/usecannon/cannon/issues/320)) ([04ebdf6](https://github.com/usecannon/cannon/commit/04ebdf64f38da38f2076f4cb09b9b1e1c88d721a)) +* **write-scripts:** add basic json dump script ([#556](https://github.com/usecannon/cannon/issues/556)) ([edcd88c](https://github.com/usecannon/cannon/commit/edcd88cc5afb1ab743f7699e623a29e465b187a8)) + + +### Bug Fixes + +* gitHeads references from lerna ([ae76eae](https://github.com/usecannon/cannon/commit/ae76eaeda3e83ab14a09198449d0e0f096ee7839)) +* **hardhat-cannon:** enable configuration of anvil options on hardhat build task ([#561](https://github.com/usecannon/cannon/issues/561)) ([bfff7d6](https://github.com/usecannon/cannon/commit/bfff7d6cda5662646842d0c4c10d618ffdd06fbb)) +* **hardhat-cannon:** Fixing hardhat compatibility with latest version ([#359](https://github.com/usecannon/cannon/issues/359)) ([6855af9](https://github.com/usecannon/cannon/commit/6855af9bca55492f77ce7a4d37d037455943429e)) +* **logs:** build command ux ([#553](https://github.com/usecannon/cannon/issues/553)) ([a1a9ed0](https://github.com/usecannon/cannon/commit/a1a9ed07de875413e38aeb2e3fc2d3e9012d2606)) +* misc debug mode fixes ([#424](https://github.com/usecannon/cannon/issues/424)) ([2f99df5](https://github.com/usecannon/cannon/commit/2f99df57d599653f86594ac889a0c30f8fb74c21)) +* signer address comparison on build ([#580](https://github.com/usecannon/cannon/issues/580)) ([b4110a1](https://github.com/usecannon/cannon/commit/b4110a1371c9f427c350df034ad01e2ae8cba008)) + + +### Dependencies + +* The following workspace dependencies were updated + * dependencies + * @usecannon/builder bumped from ^2.9.7 to ^2.10.0 + * @usecannon/cli bumped from ^2.9.8 to ^2.10.0 + ## [2.9.0](https://github.com/usecannon/cannon/compare/v2.8.2...v2.9.0) (2023-10-25) diff --git a/packages/hardhat-cannon/package.json b/packages/hardhat-cannon/package.json index a2e2e740b..200753cb9 100644 --- a/packages/hardhat-cannon/package.json +++ b/packages/hardhat-cannon/package.json @@ -1,6 +1,6 @@ { "name": "hardhat-cannon", - "version": "2.9.8", + "version": "2.10.0", "description": "Agnostic chain construction. Select the protocols and configuration you need to quickly and easily verify your project", "repository": "github:usecannon/cannon", "author": "Synthetix", @@ -50,8 +50,8 @@ }, "dependencies": { "@iarna/toml": "^3.0.0", - "@usecannon/builder": "^2.9.7", - "@usecannon/cli": "^2.9.8", + "@usecannon/builder": "^2.10.0", + "@usecannon/cli": "^2.10.0", "adm-zip": "^0.5.9", "chalk": "^4.1.2", "debug": "^4.3.3",