@automagik/omni 2.260705.18 → 2.260705.19
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 +2 -2
- 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.260705.
|
|
125023
|
+
version: "2.260705.19",
|
|
125024
125024
|
description: "LLM-optimized CLI for Omni",
|
|
125025
125025
|
type: "module",
|
|
125026
125026
|
bin: {
|
package/dist/server/index.js
CHANGED
|
@@ -225590,7 +225590,7 @@ var init_sentry_scrub = __esm(() => {
|
|
|
225590
225590
|
var require_package7 = __commonJS((exports, module) => {
|
|
225591
225591
|
module.exports = {
|
|
225592
225592
|
name: "@omni/api",
|
|
225593
|
-
version: "2.260705.
|
|
225593
|
+
version: "2.260705.19",
|
|
225594
225594
|
type: "module",
|
|
225595
225595
|
exports: {
|
|
225596
225596
|
".": {
|
|
@@ -281346,7 +281346,7 @@ var init_postgres_js = __esm(() => {
|
|
|
281346
281346
|
// ../db/src/client.ts
|
|
281347
281347
|
import { readFileSync as readFileSync2 } from "fs";
|
|
281348
281348
|
function resolveSslConfig(caFile, env2 = process.env) {
|
|
281349
|
-
const path = caFile
|
|
281349
|
+
const path = caFile || env2.DATABASE_SSL_CA_FILE;
|
|
281350
281350
|
if (!path) {
|
|
281351
281351
|
return;
|
|
281352
281352
|
}
|