chore: bump version to 0.3.2#19
Merged
Merged
Conversation
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Bumps the @vechain/dev-stack package version and updates the default Docker image tags used by the bundled compose files so vechain-dev up pulls newer block-explorer and pinned indexer/indexer-api images by default.
Changes:
- Bump npm package version from
0.3.1to0.3.2. - Update default
vechain/block-explorerimage tag from2.42to2.43. - Pin default
vechain/indexerandvechain/indexer-apiimage tags from6to6.31.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| package.json | Bumps package version to 0.3.2. |
| compose/indexer.yaml | Pins default indexer and indexer-api image tags to 6.31. |
| compose/explorer.yaml | Updates default block-explorer image tag to 2.43. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| vechain-indexer: | ||
| image: ${VECHAIN_DEV_INDEXER_IMAGE:-vechain/indexer:6} | ||
| image: ${VECHAIN_DEV_INDEXER_IMAGE:-vechain/indexer:6.31} |
|
|
||
| vechain-indexer-api: | ||
| image: ${VECHAIN_DEV_INDEXER_API_IMAGE:-vechain/indexer-api:6} | ||
| image: ${VECHAIN_DEV_INDEXER_API_IMAGE:-vechain/indexer-api:6.31} |
| services: | ||
| block-explorer: | ||
| image: ${VECHAIN_DEV_EXPLORER_IMAGE:-vechain/block-explorer:2.42} | ||
| image: ${VECHAIN_DEV_EXPLORER_IMAGE:-vechain/block-explorer:2.43} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
@vechain/dev-stackfrom 0.3.1 → 0.3.2 (patch)block-explorerimage tag 2.42 → 2.43vechain/indexerandvechain/indexer-apiimage tags from6to6.31Test plan
vechain-dev uppulls the new explorer and indexer images successfully🤖 Generated with Claude Code