@elizaos/plugin-sql 1.5.11-alpha.4 → 1.5.11-alpha.6

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.
@@ -8844,7 +8844,7 @@ var plugin = {
8844
8844
  return;
8845
8845
  }
8846
8846
  const postgresUrl = runtime.getSetting("POSTGRES_URL");
8847
- const dataDir = runtime.getSetting("PGLITE_PATH") || runtime.getSetting("DATABASE_PATH") || "./.eliza/.elizadb";
8847
+ const dataDir = runtime.getSetting("PGLITE_DATA_DIR") || undefined;
8848
8848
  const dbAdapter = createDatabaseAdapter({
8849
8849
  dataDir,
8850
8850
  postgresUrl
@@ -8861,5 +8861,5 @@ export {
8861
8861
  DatabaseMigrationService
8862
8862
  };
8863
8863
 
8864
- //# debugId=9E729D7330B734AF64756E2164756E21
8864
+ //# debugId=16FBE8772BAA544764756E2164756E21
8865
8865
  //# sourceMappingURL=index.node.js.map