From bcf524e78358e6879ef224e089d809ca71cc5f29 Mon Sep 17 00:00:00 2001 From: Will Cory Date: Tue, 27 Aug 2024 11:27:26 -0700 Subject: [PATCH] :bug: Fix: Bad version (#1392) ## Description _Concise description of proposed changes_ ## Testing Explain the quality checks that have been done on the code changes ## Additional Information - [ ] I read the [contributing docs](../docs/contributing.md) (if this is your first contribution) Your ENS/address: Co-authored-by: William Cory --- .changeset/light-cars-tease.md | 5 +++++ tevm/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 .changeset/light-cars-tease.md diff --git a/.changeset/light-cars-tease.md b/.changeset/light-cars-tease.md new file mode 100644 index 0000000000..2463a5fabb --- /dev/null +++ b/.changeset/light-cars-tease.md @@ -0,0 +1,5 @@ +--- +"tevm": patch +--- + +Added tevm gen command to main tevm package diff --git a/tevm/package.json b/tevm/package.json index c0ace80406..cf1dbec705 100644 --- a/tevm/package.json +++ b/tevm/package.json @@ -429,7 +429,7 @@ "@tevm/block": "workspace:^", "@tevm/blockchain": "workspace:^", "@tevm/bun-plugin": "workspace:^", - "@tevm/bundler-cache": "2.0.0-next.102", + "@tevm/bundler-cache": "workspace:^", "@tevm/cli": "workspace:^", "@tevm/client-types": "workspace:^", "@tevm/common": "workspace:^",