Update obs-studio-node to v0.27.13 - #6175
Closed
summeroff wants to merge 1 commit into
Closed
Conversation
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The change is a straightforward version bump with no code-path modifications, and the only noted concern is a minor PR-description/reference traceability mismatch.
Pull request overview
Updates the pinned obs-studio-node native dependency version used by the Streamlabs Desktop native-deps installer flow (download/install from the S3 bucket), likely to pick up upstream fixes (per PR description: a source manager lifetime race).
Changes:
- Bump
obs-studio-nodefrom0.27.10→0.27.13inscripts/repositories.json.
File summaries
| File | Description |
|---|---|
scripts/repositories.json |
Updates the configured obs-studio-node version consumed by the native dependency installation script. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 1
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
Comment on lines
4
to
8
| "name": "obs-studio-node", | ||
| "url": "https://s3-us-west-2.amazonaws.com/obsstudionodes3.streamlabs.com/", | ||
| "archive": "osn-[VERSION]-release-[OS][ARCH].tar.gz", | ||
| "version": "0.27.10", | ||
| "version": "0.27.13", | ||
| "win64": true, |
BundleMonFiles added (4)
Total files change +15.34MB Final result: ✅ View report in BundleMon website ➡️ |
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.
Aleksandr Voitenko Fix source manager lifetime race (#1772)