@semiont/core 0.4.6 → 0.4.7

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.
@@ -1,4 +1,4 @@
1
- import { E as EnvironmentConfig } from '../config.types-BGCV9E2w.js';
1
+ import { E as EnvironmentConfig } from '../config.types-D3ReOdqd.js';
2
2
 
3
3
  /**
4
4
  * Represents a Semiont project rooted at a given directory.
@@ -230,6 +230,7 @@ interface FrontendServiceConfig {
230
230
  [k: string]: string;
231
231
  };
232
232
  publicURL?: string;
233
+ backendURL?: string;
233
234
  allowedOrigins?: string[];
234
235
  }
235
236
  /**
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import { Subject, OperatorFunction } from 'rxjs';
2
- import { E as EnvironmentConfig, P as PlatformType$1 } from './config.types-BGCV9E2w.js';
3
- export { A as AnthropicProviderConfig, a as AppConfig, B as BackendServiceConfig, D as DatabaseServiceConfig, F as FrontendServiceConfig, G as GraphDatabaseType, b as GraphServiceConfig, I as InferenceProvidersConfig, M as McpServiceConfig, O as OllamaProviderConfig, c as ProxyServiceConfig, S as SemiontConfig, d as ServicePlatformConfig, e as ServicesConfig, f as SiteConfig } from './config.types-BGCV9E2w.js';
2
+ import { E as EnvironmentConfig, P as PlatformType$1 } from './config.types-D3ReOdqd.js';
3
+ export { A as AnthropicProviderConfig, a as AppConfig, B as BackendServiceConfig, D as DatabaseServiceConfig, F as FrontendServiceConfig, G as GraphDatabaseType, b as GraphServiceConfig, I as InferenceProvidersConfig, M as McpServiceConfig, O as OllamaProviderConfig, c as ProxyServiceConfig, S as SemiontConfig, d as ServicePlatformConfig, e as ServicesConfig, f as SiteConfig } from './config.types-D3ReOdqd.js';
4
4
 
5
5
  /**
6
6
  * This file was auto-generated by openapi-typescript.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@semiont/core",
3
- "version": "0.4.6",
3
+ "version": "0.4.7",
4
4
  "description": "Core domain types for Semiont - Document, Annotation, and Graph models",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",