@claudexor/core 3.0.2 → 3.0.4

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 joi-lab
3
+ Copyright (c) 2026 Anton Razzhigaev
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/dist/doctor.js CHANGED
@@ -11,7 +11,7 @@ import { redactSecrets } from "@claudexor/util";
11
11
  const DOCTOR_TTL_MS = Number(process.env.CLAUDEXOR_DOCTOR_TTL_MS ?? 90_000);
12
12
  /**
13
13
  * Non-OK results age out much faster: an out-of-band `codex login` /
14
- * `claude auth login --claudeai` (which Claudexor cannot observe to invalidate) should become
14
+ * `claude auth login` (which Claudexor cannot observe to invalidate) should become
15
15
  * routable within seconds, not a full TTL. OK results keep the long TTL since
16
16
  * readiness rarely degrades spontaneously and re-probing it is what costs money.
17
17
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@claudexor/core",
3
- "version": "3.0.2",
3
+ "version": "3.0.4",
4
4
  "license": "MIT",
5
5
  "description": "HarnessAdapter contract, process helpers, typed errors, and low-level execution utilities.",
6
6
  "type": "module",
@@ -20,8 +20,8 @@
20
20
  ],
21
21
  "dependencies": {
22
22
  "@playwright/mcp": "0.0.78",
23
- "@claudexor/util": "3.0.2",
24
- "@claudexor/schema": "3.0.2"
23
+ "@claudexor/schema": "3.0.4",
24
+ "@claudexor/util": "3.0.4"
25
25
  },
26
26
  "repository": {
27
27
  "type": "git",