-
Notifications
You must be signed in to change notification settings - Fork 0
chore(registry): publish marketplace registry update #670
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "schema_version": 1, | ||
| "id": "servo", | ||
| "name": "Servo Web Renderer", | ||
| "version": "0.2.4", | ||
| "node_kind": "servo", | ||
| "kind": "native", | ||
| "description": "Render web pages to RGBA8 video frames via the Servo web engine", | ||
| "license": "MPL-2.0", | ||
| "entrypoint": "libservo_web.so", | ||
| "bundle": { | ||
| "url": "https://github.com/streamer45/streamkit/releases/download/plugin-servo-v0.2.4/servo-0.2.4-bundle.tar.zst", | ||
| "sha256": "1f2f0927780dcb229b441290a11a8aacaa0293e4c8db6bf6e66b5be365930d5f", | ||
| "size_bytes": 50752188 | ||
| }, | ||
|
Comment on lines
+11
to
+15
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 📝 Info: dist and docs registry copies stay byte-identical Verified that Was this helpful? React with 👍 or 👎 to provide feedback. Debug |
||
| "models": [] | ||
| } | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| untrusted comment: signature from minisign secret key | ||
| RUQ/85JEqYXEgX5Sfm8KTeNMsW+mSlsINGW/fGTGL6YPIwCNkHzW6KGmZ4XP+NgZaJft7hyT4h9k3HfdimTL7Kq74dMRlKm5eAc= | ||
| trusted comment: timestamp:1785084137 file:manifest.json hashed | ||
| cf7CnWumIJCdaDJXeQx8yLOrMAay4IAXWcTVn5n5y3/0et3Y/vCPjEqZwA5sAGk9TLxQnmRnwKZbiuviRIytAQ== |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| { | ||
| "schema_version": 1, | ||
| "id": "servo", | ||
| "name": "Servo Web Renderer", | ||
| "version": "0.2.4", | ||
| "node_kind": "servo", | ||
| "kind": "native", | ||
| "description": "Render web pages to RGBA8 video frames via the Servo web engine", | ||
| "license": "MPL-2.0", | ||
| "entrypoint": "libservo_web.so", | ||
| "bundle": { | ||
| "url": "https://github.com/streamer45/streamkit/releases/download/plugin-servo-v0.2.4/servo-0.2.4-bundle.tar.zst", | ||
| "sha256": "1f2f0927780dcb229b441290a11a8aacaa0293e4c8db6bf6e66b5be365930d5f", | ||
| "size_bytes": 50752188 | ||
| }, | ||
| "models": [] | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| untrusted comment: signature from minisign secret key | ||
| RUQ/85JEqYXEgX5Sfm8KTeNMsW+mSlsINGW/fGTGL6YPIwCNkHzW6KGmZ4XP+NgZaJft7hyT4h9k3HfdimTL7Kq74dMRlKm5eAc= | ||
| trusted comment: timestamp:1785084137 file:manifest.json hashed | ||
| cf7CnWumIJCdaDJXeQx8yLOrMAay4IAXWcTVn5n5y3/0et3Y/vCPjEqZwA5sAGk9TLxQnmRnwKZbiuviRIytAQ== |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🔍 Version 0.2.3 skipped in servo release history
The registry jumps from
0.2.2(published 2026-07-25) straight to0.2.4, and there is no0.2.3directory underdist/registry/plugins/servo/ordocs/public/registry/plugins/servo/.plugins/native/servo/Cargo.tomlis already at0.2.4, so this appears to be a deliberate version bump (a 0.2.3 tag/build likely failed or was never published) rather than a missing publish step — worth a quick confirmation that no 0.2.3 release artifact exists on GitHub that clients could be pointed at.Was this helpful? React with 👍 or 👎 to provide feedback.
Debug
Playground