@akanjs/devkit 2.3.7 → 2.3.8-rc.0
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/akanApp/akanApp.host.ts +1 -1
- package/package.json +2 -2
package/akanApp/akanApp.host.ts
CHANGED
|
@@ -11,7 +11,7 @@ const BACKEND_RESTART_DEBOUNCE_MS = 120;
|
|
|
11
11
|
const BACKEND_GRACEFUL_TIMEOUT_MS = 3000;
|
|
12
12
|
const BACKEND_RECOVERY_BASE_DELAY_MS = 1_000;
|
|
13
13
|
const BACKEND_RECOVERY_MAX_DELAY_MS = 30_000;
|
|
14
|
-
const BUILDER_READY_TIMEOUT_MS =
|
|
14
|
+
const BUILDER_READY_TIMEOUT_MS = 150000;
|
|
15
15
|
const BUILDER_START_MAX_ATTEMPTS = 3;
|
|
16
16
|
const SOURCE_EXTS = new Set([".ts", ".tsx", ".js", ".jsx", ".mjs", ".cjs"]);
|
|
17
17
|
const NON_SOURCE_EXT_RE =
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akanjs/devkit",
|
|
3
|
-
"version": "2.3.
|
|
3
|
+
"version": "2.3.8-rc.0",
|
|
4
4
|
"sourceType": "module",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"publishConfig": {
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
"@langchain/openai": "^1.4.6",
|
|
33
33
|
"@tailwindcss/node": "^4.3.0",
|
|
34
34
|
"@trapezedev/project": "^7.1.4",
|
|
35
|
-
"akanjs": "2.3.
|
|
35
|
+
"akanjs": "2.3.8-rc.0",
|
|
36
36
|
"chalk": "^5.6.2",
|
|
37
37
|
"commander": "^14.0.3",
|
|
38
38
|
"daisyui": "5.5.23",
|