chore(crisp): publish version 0.5.7#1149
Conversation
- Updated @crisp-e3/sdk to 0.5.7 - Updated @crisp-e3/contracts to 0.5.7 - Updated @crisp-e3/zk-inputs to 0.5.7 - Published to npm
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
📝 WalkthroughWalkthroughVersion numbers incremented from 0.5.6 to 0.5.7 across four package.json files in the CRISP examples directory: client dependency, crisp-contracts, crisp-sdk, and crisp-zk-inputs packages. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks✅ Passed checks (3 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
⛔ Files ignored due to path filters (1)
pnpm-lock.yamlis excluded by!**/pnpm-lock.yaml
📒 Files selected for processing (4)
examples/CRISP/client/package.jsonexamples/CRISP/packages/crisp-contracts/package.jsonexamples/CRISP/packages/crisp-sdk/package.jsonexamples/CRISP/packages/crisp-zk-inputs/package.json
🧰 Additional context used
🧠 Learnings (2)
📓 Common learnings
Learnt from: ctrlc03
Repo: gnosisguild/enclave PR: 963
File: examples/CRISP/client/package.json:25-25
Timestamp: 2025-11-05T14:12:57.814Z
Learning: In the Enclave/CRISP codebase, `enclave-e3/sdk` and `crisp-e3/sdk` are different packages: `enclave-e3/sdk` is the general Enclave SDK, while `crisp-e3/sdk` is the CRISP-specific SDK. The CRISP client (`examples/CRISP/client`) intentionally depends on `enclave-e3/sdk`, not `crisp-e3/sdk`.
📚 Learning: 2025-11-05T14:12:57.814Z
Learnt from: ctrlc03
Repo: gnosisguild/enclave PR: 963
File: examples/CRISP/client/package.json:25-25
Timestamp: 2025-11-05T14:12:57.814Z
Learning: In the Enclave/CRISP codebase, `enclave-e3/sdk` and `crisp-e3/sdk` are different packages: `enclave-e3/sdk` is the general Enclave SDK, while `crisp-e3/sdk` is the CRISP-specific SDK. The CRISP client (`examples/CRISP/client`) intentionally depends on `enclave-e3/sdk`, not `crisp-e3/sdk`.
Applied to files:
examples/CRISP/client/package.jsonexamples/CRISP/packages/crisp-sdk/package.json
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
- GitHub Check: build_crisp_sdk
- GitHub Check: build_e3_support_dev
- GitHub Check: build_sdk
- GitHub Check: build_ciphernode_image
- GitHub Check: test_net
- GitHub Check: rust_integration
- GitHub Check: integration_prebuild
- GitHub Check: rust_unit
- GitHub Check: build_enclave_cli
🔇 Additional comments (3)
examples/CRISP/packages/crisp-sdk/package.json (1)
3-3: LGTM! Version bump is clean.The version update from 0.5.6 to 0.5.7 is properly applied. The workspace dependency on
@crisp-e3/zk-inputswill automatically resolve to the updated version.examples/CRISP/packages/crisp-zk-inputs/package.json (1)
5-5: Version bump looks good.The version update to 0.5.7 is consistent with the other CRISP packages in this release.
examples/CRISP/packages/crisp-contracts/package.json (1)
3-3: Version update is consistent.The version bump to 0.5.7 aligns with the coordinated release across all CRISP packages. The workspace devDependencies on lines 50-51 will automatically resolve to the updated package versions.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.