Skip to content

Commit

Permalink
Bump @cartesi/rollups from 2.0.0-rc.1 to 2.0.0-rc.2 (#6)
Browse files Browse the repository at this point in the history
* Bump `@cartesi/rollups` from `2.0.0-rc.1` to `2.0.0-rc.2`

* Remove default case in switch (removed `EvmInspect`)
  • Loading branch information
guidanoli authored Mar 27, 2024
1 parent 0f6ead5 commit 77e739c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"test": "jest"
},
"dependencies": {
"@cartesi/rollups": "2.0.0-rc.1",
"@cartesi/rollups": "2.0.0-rc.2",
"@commander-js/extra-typings": "^12.0.1",
"commander": "^12.0.0",
"ethers": "^6.11.1",
Expand Down
9 changes: 5 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ export const decodeInputBlob = (blob: Hex): Input => {
payload,
};
}
default:
throw new Error("Invalid input blob");
}
};

Expand Down

0 comments on commit 77e739c

Please sign in to comment.