@jamesaphoenix/tx-api-server 0.5.0 → 0.5.2

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.
@@ -17,7 +17,7 @@ export declare const makeServerLive: (options: {
17
17
  port?: number;
18
18
  dbPath?: string;
19
19
  hostname?: string;
20
- }) => Layer.Layer<never, boolean | import("@jamesaphoenix/tx-core").DatabaseError | import("@jamesaphoenix/tx-core").EmbeddingUnavailableError | import("@jamesaphoenix/tx-core").LlmUnavailableError | import("@effect/platform/HttpServerError").ServeError, never>;
20
+ }) => Layer.Layer<never, import("@jamesaphoenix/tx-core").DatabaseError | import("@jamesaphoenix/tx-core").EmbeddingUnavailableError | import("@jamesaphoenix/tx-core").LlmUnavailableError | import("@effect/platform/HttpServerError").ServeError, never>;
21
21
  /**
22
22
  * Parse command line arguments and launch the server.
23
23
  * Exported for use by the CLI entry point.
@@ -1 +1 @@
1
- {"version":3,"file":"server-lib.d.ts","sourceRoot":"","sources":["../src/server-lib.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,OAAO,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAA;AAsC9B;;;;;GAKG;AACH,eAAO,MAAM,cAAc,GAAI,SAAS;IACtC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,oQAgBA,CAAA;AAiCD;;;GAGG;AACH,eAAO,MAAM,IAAI,QAAO,IA0CvB,CAAA"}
1
+ {"version":3,"file":"server-lib.d.ts","sourceRoot":"","sources":["../src/server-lib.ts"],"names":[],"mappings":"AAAA;;;;;;;GAOG;AAIH,OAAO,EAAE,KAAK,EAAE,MAAM,QAAQ,CAAA;AAsC9B;;;;;GAKG;AACH,eAAO,MAAM,cAAc,GAAI,SAAS;IACtC,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,0PAgBA,CAAA;AAiCD;;;GAGG;AACH,eAAO,MAAM,IAAI,QAAO,IA0CvB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jamesaphoenix/tx-api-server",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "description": "TX REST/HTTP API server - OpenAPI-compliant HTTP interface",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",