heyatlas 1.5.2 → 1.5.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/dist/cli.js +1 -1
  2. package/package.json +1 -1
package/dist/cli.js CHANGED
@@ -52224,7 +52224,7 @@ var SMITH_CONFIG = {
52224
52224
  command: "npx",
52225
52225
  args: ["tsx", "src/index.ts"],
52226
52226
  cwd: "smith",
52227
- sandboxCommand: "bunx",
52227
+ sandboxCommand: "npx",
52228
52228
  sandboxArgs: [SANDBOX_BUNDLE_PATH]
52229
52229
  };
52230
52230
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "heyatlas",
3
- "version": "1.5.2",
3
+ "version": "1.5.3",
4
4
  "description": "Tunnel local AI agents to the cloud for voice-powered interactions",
5
5
  "author": "Bishwendu Kundu <bishwenduk029@gmail.com>",
6
6
  "license": "MIT",