chore(versions): torii 1.5.6 - #3237
Conversation
WalkthroughOhayo sensei! This change updates the Changes
Possibly related PRs
Suggested reviewers
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
| "1.5.1": { | ||
| "katana": ["1.5.3", "1.5.2", "1.5.1", "1.5.0"], | ||
| "torii": ["1.5.5", "1.5.4", "1.5.3", "1.5.2", "1.5.1", "1.5.0"] | ||
| "torii": ["1.5.6", "1.5.5", "1.5.4", "1.5.3", "1.5.2", "1.5.1", "1.5.0"] |
There was a problem hiding this comment.
💡 Verification agent
❓ Verification inconclusive
ohayo sensei! Torii bump looks correct.
The new "1.5.6" entry is appropriately prepended in descending order, matching the existing pattern.
Sensei check: verify that 1.5.6 is published in the registry.
🏁 Script executed:
#!/usr/bin/env bash
# Verify torii 1.5.6 exists in the registry
npm view torii@1.5.6 versionLength of output: 401
Torii version “1.5.6” not published
Ohayo sensei! I ran the verification command and received a 404 for npm view torii@1.5.6 version, so version 1.5.6 isn’t available in the npm registry yet. Please publish the release or update versions.json to an existing version before merging.
• File: versions.json
• Line: 20 – the newly added "1.5.6" entry
🤖 Prompt for AI Agents
In versions.json at line 20, the newly added version "1.5.6" for torii is not
published in the npm registry, causing a 404 error on verification. Remove
"1.5.6" from the list or replace it with the latest published version available
in the registry before merging to ensure the versions.json only references
valid, published versions.
|
Sorry didn't see that before adding it directly. Thanks mate. |
Summary by CodeRabbit