@suwujs/king-ai 0.2.4 → 0.2.6
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/src/paths.d.ts +1 -1
- package/dist/src/paths.js +1 -1
- package/package.json +1 -1
package/dist/src/paths.d.ts
CHANGED
|
@@ -15,5 +15,5 @@ export declare const HEARTBEAT_PATH: string;
|
|
|
15
15
|
export declare const HOST_EVENTS_PATH: string;
|
|
16
16
|
export declare const HOST_RUNS_PATH: string;
|
|
17
17
|
export declare const SERVICE_LABEL = "dev.king-ai";
|
|
18
|
-
export declare const CURRENT_VERSION = "0.2.
|
|
18
|
+
export declare const CURRENT_VERSION = "0.2.6";
|
|
19
19
|
export declare const DEFAULT_SERVER: string;
|
package/dist/src/paths.js
CHANGED
|
@@ -22,5 +22,5 @@ export const HEARTBEAT_PATH = join(CONFIG_DIR, "heartbeat.json");
|
|
|
22
22
|
export const HOST_EVENTS_PATH = join(CONFIG_DIR, "host-events.ndjson");
|
|
23
23
|
export const HOST_RUNS_PATH = join(CONFIG_DIR, "host-runs.ndjson");
|
|
24
24
|
export const SERVICE_LABEL = "dev.king-ai";
|
|
25
|
-
export const CURRENT_VERSION = "0.2.
|
|
25
|
+
export const CURRENT_VERSION = "0.2.6";
|
|
26
26
|
export const DEFAULT_SERVER = process.env.KING_AI_SERVER_URL || "https://api.king-ai.ai";
|