@agentclientprotocol/codex-acp 1.6.0 → 1.6.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -26537,7 +26537,7 @@ var package_default = {
26537
26537
  publishConfig: {
26538
26538
  access: "public"
26539
26539
  },
26540
- version: "1.6.0",
26540
+ version: "1.6.2",
26541
26541
  description: "",
26542
26542
  main: "dist/index.js",
26543
26543
  bin: {
@@ -26571,7 +26571,7 @@ var package_default = {
26571
26571
  "example:steering:multistep": "node --import tsx examples/steering.ts",
26572
26572
  "generate-types": "./node_modules/.bin/codex app-server generate-ts --out src/app-server",
26573
26573
  "release:preflight": "bash scripts/release-preflight.sh",
26574
- test: "vitest run",
26574
+ test: "vitest run --no-file-parallelism --retry=2",
26575
26575
  "test:e2e": "npm run build && RUN_E2E_TESTS=true vitest run --no-file-parallelism --retry=2 src/__tests__/CodexACPAgent/e2e",
26576
26576
  "test:watch": "vitest",
26577
26577
  typecheck: "tsc --noEmit && tsc --noEmit -p examples/tsconfig.json",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "1.6.0",
6
+ "version": "1.6.2",
7
7
  "description": "",
8
8
  "main": "dist/index.js",
9
9
  "bin": {
@@ -37,7 +37,7 @@
37
37
  "example:steering:multistep": "node --import tsx examples/steering.ts",
38
38
  "generate-types": "./node_modules/.bin/codex app-server generate-ts --out src/app-server",
39
39
  "release:preflight": "bash scripts/release-preflight.sh",
40
- "test": "vitest run",
40
+ "test": "vitest run --no-file-parallelism --retry=2",
41
41
  "test:e2e": "npm run build && RUN_E2E_TESTS=true vitest run --no-file-parallelism --retry=2 src/__tests__/CodexACPAgent/e2e",
42
42
  "test:watch": "vitest",
43
43
  "typecheck": "tsc --noEmit && tsc --noEmit -p examples/tsconfig.json",