@claudexor/core 3.0.2 → 3.0.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/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
|
|
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
|
*/
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@claudexor/core",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
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/
|
|
24
|
-
"@claudexor/
|
|
23
|
+
"@claudexor/schema": "3.0.3",
|
|
24
|
+
"@claudexor/util": "3.0.3"
|
|
25
25
|
},
|
|
26
26
|
"repository": {
|
|
27
27
|
"type": "git",
|