@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 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 ?? env2.DATABASE_SSL_CA_FILE ?? env2.PGSSLROOTCERT;
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.18",
125023
+ version: "2.260705.19",
125024
125024
  description: "LLM-optimized CLI for Omni",
125025
125025
  type: "module",
125026
125026
  bin: {
@@ -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.18",
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 ?? env2.DATABASE_SSL_CA_FILE ?? env2.PGSSLROOTCERT;
281349
+ const path = caFile || env2.DATABASE_SSL_CA_FILE;
281350
281350
  if (!path) {
281351
281351
  return;
281352
281352
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automagik/omni",
3
- "version": "2.260705.18",
3
+ "version": "2.260705.19",
4
4
  "description": "LLM-optimized CLI for Omni",
5
5
  "type": "module",
6
6
  "bin": {