Conversation
There was a problem hiding this comment.
Pull request overview
Updates the @skalenetwork/bite package’s dependency on @skalenetwork/t-encrypt to a newer develop build, aligning with issue #37’s goal of improved tree-shaking and smaller bundles for edge runtimes.
Changes:
- Bump
@skalenetwork/t-encryptdependency from0.6.0-develop.0to0.8.0-develop.0.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "dependencies": { | ||
| "@ethereumjs/rlp": "10.0.0", | ||
| "@skalenetwork/t-encrypt": "0.6.0-develop.0", | ||
| "@skalenetwork/t-encrypt": "0.8.0-develop.0", |
There was a problem hiding this comment.
package.json bumps @skalenetwork/t-encrypt to 0.8.0-develop.0, but yarn.lock in the repo still resolves @skalenetwork/t-encrypt to 0.5.1-develop.0 and has no entry for 0.8.0-develop.0. Please run yarn install (or yarn up @skalenetwork/t-encrypt@0.8.0-develop.0) and commit the updated lockfile so installs/CI are reproducible.
| "@skalenetwork/t-encrypt": "0.8.0-develop.0", | |
| "@skalenetwork/t-encrypt": "0.5.1-develop.0", |
package.json
Outdated
There was a problem hiding this comment.
Need to update the version
fixes #37
update
t-encryptversion to make it tree-shakable and decrease package size