@saleso.innovations/bridge 0.1.31 → 0.1.32

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.
@@ -121,7 +121,7 @@ function attachSessionHandlers(sessionId, session) {
121
121
  });
122
122
  }
123
123
  function createSession(sessionId) {
124
- const child = spawn("bash", ["--login"], {
124
+ const child = spawn("bash", ["--noprofile", "--norc"], {
125
125
  cwd: homedir(),
126
126
  env: process.env,
127
127
  stdio: ["pipe", "pipe", "pipe"],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saleso.innovations/bridge",
3
- "version": "0.1.31",
3
+ "version": "0.1.32",
4
4
  "description": "Connect your Hermes agent to the Cleos iOS app via pairing code.",
5
5
  "type": "module",
6
6
  "license": "MIT",