@geravant/sinain 1.0.2 → 1.0.3

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/install.js +1 -1
  2. package/package.json +1 -1
package/install.js CHANGED
@@ -38,7 +38,7 @@ const reqFile = path.join(memoryDst, "requirements.txt");
38
38
  if (fs.existsSync(reqFile)) {
39
39
  console.log(" Installing Python dependencies...");
40
40
  try {
41
- execSync(`pip3 install -r "${reqFile}" --quiet`, { stdio: "inherit" });
41
+ execSync(`pip3 install -r "${reqFile}" --quiet --break-system-packages`, { stdio: "inherit" });
42
42
  console.log(" ✓ Python dependencies installed");
43
43
  } catch {
44
44
  console.warn(" ⚠ pip3 unavailable — Python eval features disabled");
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geravant/sinain",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "sinain OpenClaw plugin — AI overlay for macOS",
5
5
  "type": "module",
6
6
  "bin": {