@automagik/omni 2.260705.18 → 2.260706.1
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/index.js +2 -2
- package/dist/server/index.js +1283 -1028
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -72874,7 +72874,7 @@ var init_postgres_js = __esm(() => {
|
|
|
72874
72874
|
// ../db/src/client.ts
|
|
72875
72875
|
import { readFileSync as readFileSync11 } from "fs";
|
|
72876
72876
|
function resolveSslConfig(caFile, env2 = process.env) {
|
|
72877
|
-
const path = caFile
|
|
72877
|
+
const path = caFile || env2.DATABASE_SSL_CA_FILE;
|
|
72878
72878
|
if (!path) {
|
|
72879
72879
|
return;
|
|
72880
72880
|
}
|
|
@@ -125020,7 +125020,7 @@ import { fileURLToPath } from "url";
|
|
|
125020
125020
|
// package.json
|
|
125021
125021
|
var package_default = {
|
|
125022
125022
|
name: "@automagik/omni",
|
|
125023
|
-
version: "2.
|
|
125023
|
+
version: "2.260706.1",
|
|
125024
125024
|
description: "LLM-optimized CLI for Omni",
|
|
125025
125025
|
type: "module",
|
|
125026
125026
|
bin: {
|