Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/soop-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"soop-mcp": "bin/soop-mcp"
},
"optionalDependencies": {
"@pleaseai/soop-darwin-arm64": "0.1.22",
"@pleaseai/soop-darwin-arm64": "0.1.33",

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2: Only darwin-arm64 was bumped to 0.1.33; the other six optionalDependencies platform entries still reference 0.1.22. Keeping these out of sync means users on other platforms will receive an older version, which can lead to inconsistent behavior across platforms.

(Based on your team's feedback about using the full TARGETS list when syncing optionalDependencies versions.)

View Feedback

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At packages/soop-native/package.json, line 15:

<comment>Only darwin-arm64 was bumped to 0.1.33; the other six optionalDependencies platform entries still reference 0.1.22. Keeping these out of sync means users on other platforms will receive an older version, which can lead to inconsistent behavior across platforms.

(Based on your team's feedback about using the full TARGETS list when syncing optionalDependencies versions.) </comment>

<file context>
@@ -12,7 +12,7 @@
   },
   "optionalDependencies": {
-    "@pleaseai/soop-darwin-arm64": "0.1.22",
+    "@pleaseai/soop-darwin-arm64": "0.1.33",
     "@pleaseai/soop-darwin-x64": "0.1.22",
     "@pleaseai/soop-linux-x64-glibc": "0.1.22",
</file context>

"@pleaseai/soop-darwin-x64": "0.1.22",
"@pleaseai/soop-linux-x64-glibc": "0.1.22",
"@pleaseai/soop-linux-arm64-glibc": "0.1.22",
Expand Down
Loading