@locusai/sdk 0.11.1 → 0.11.2

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.
@@ -1469,10 +1469,10 @@ class CodexRunner {
1469
1469
  }
1470
1470
  buildArgs(outputPath) {
1471
1471
  const args = [
1472
+ "--quiet",
1472
1473
  "exec",
1473
1474
  "--full-auto",
1474
1475
  "--skip-git-repo-check",
1475
- "--quiet",
1476
1476
  "--output-last-message",
1477
1477
  outputPath
1478
1478
  ];
@@ -1469,10 +1469,10 @@ class CodexRunner {
1469
1469
  }
1470
1470
  buildArgs(outputPath) {
1471
1471
  const args = [
1472
+ "--quiet",
1472
1473
  "exec",
1473
1474
  "--full-auto",
1474
1475
  "--skip-git-repo-check",
1475
- "--quiet",
1476
1476
  "--output-last-message",
1477
1477
  outputPath
1478
1478
  ];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@locusai/sdk",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "type": "module",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -30,7 +30,7 @@
30
30
  "clean": "rm -rf node_modules"
31
31
  },
32
32
  "dependencies": {
33
- "@locusai/shared": "^0.11.1",
33
+ "@locusai/shared": "^0.11.2",
34
34
  "axios": "^1.13.2",
35
35
  "events": "^3.3.0",
36
36
  "globby": "^14.0.2"