@aipanel/core 1.2.13 → 1.2.14

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.
@@ -83,6 +83,8 @@ export interface ProviderStartOptions {
83
83
  corsOrigins: string[];
84
84
  /** 项目对应的 Vite 端口(用于回连 Vite 服务) */
85
85
  vitePort: number;
86
+ /** 项目对应的 Vite 绑定 host(单一来源,核心层归一化)——Provider 引擎回连 Vite 端点一律用它,禁止写死 */
87
+ viteHost: string;
86
88
  /** 上下文 API URL(核心层提供的回连地址) */
87
89
  contextApiUrl?: string;
88
90
  /** 进程日志 API URL(核心层提供的回连地址) */
@@ -83,6 +83,8 @@ export interface ProviderStartOptions {
83
83
  corsOrigins: string[];
84
84
  /** 项目对应的 Vite 端口(用于回连 Vite 服务) */
85
85
  vitePort: number;
86
+ /** 项目对应的 Vite 绑定 host(单一来源,核心层归一化)——Provider 引擎回连 Vite 端点一律用它,禁止写死 */
87
+ viteHost: string;
86
88
  /** 上下文 API URL(核心层提供的回连地址) */
87
89
  contextApiUrl?: string;
88
90
  /** 进程日志 API URL(核心层提供的回连地址) */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aipanel/core",
3
- "version": "1.2.13",
3
+ "version": "1.2.14",
4
4
  "type": "module",
5
5
  "sideEffects": false,
6
6
  "main": "lib/index.cjs",