@harness-mix/cli 0.1.10 → 0.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.11 — 2026-09-16
4
+
5
+ - Aligned all six `@harness-mix/native-*` runtime packages at 0.1.11 with the CLI; native binaries are unchanged from 0.1.9.
6
+ - Supersedes 0.1.10, whose manifest kept native pins at 0.1.9 (functionally identical binaries).
7
+
3
8
  ## 0.1.10 — 2026-09-16
4
9
 
5
10
  - Added a community desktop pet marketplace with browsing, installation, and localization in the native settings shell.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@harness-mix/cli",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "license": "Apache-2.0",
5
5
  "description": "Harness Mix native Codex UI bridge for Codex, Pi, Claude Code, DeepSeek Harness, Antigravity, CodeBuddy, Kiro CLI, Cursor CLI and other native coding harnesses.",
6
6
  "keywords": [
@@ -179,11 +179,11 @@
179
179
  "zod": "4.4.3"
180
180
  },
181
181
  "optionalDependencies": {
182
- "@harness-mix/native-win32-x64": "0.1.9",
183
- "@harness-mix/native-win32-arm64": "0.1.9",
184
- "@harness-mix/native-darwin-x64": "0.1.9",
185
- "@harness-mix/native-darwin-arm64": "0.1.9",
186
- "@harness-mix/native-linux-x64": "0.1.9",
187
- "@harness-mix/native-linux-arm64": "0.1.9"
182
+ "@harness-mix/native-win32-x64": "0.1.11",
183
+ "@harness-mix/native-win32-arm64": "0.1.11",
184
+ "@harness-mix/native-darwin-x64": "0.1.11",
185
+ "@harness-mix/native-darwin-arm64": "0.1.11",
186
+ "@harness-mix/native-linux-x64": "0.1.11",
187
+ "@harness-mix/native-linux-arm64": "0.1.11"
188
188
  }
189
189
  }