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.
- package/dist/cli.js +1 -1
- 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: "
|
|
52227
|
+
sandboxCommand: "npx",
|
|
52228
52228
|
sandboxArgs: [SANDBOX_BUNDLE_PATH]
|
|
52229
52229
|
};
|
|
52230
52230
|
|