@elizaos/plugin-sql 1.6.1-alpha.6 → 1.6.1-beta.0

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.
@@ -18745,7 +18745,7 @@ function normalizeSchemaName(input) {
18745
18745
  prevWasUnderscore = true;
18746
18746
  }
18747
18747
  }
18748
- let result = chars.join("");
18748
+ const result = chars.join("");
18749
18749
  let start = 0;
18750
18750
  let end = result.length;
18751
18751
  while (start < end && result[start] === "_") {
@@ -22202,5 +22202,5 @@ export {
22202
22202
  DatabaseMigrationService
22203
22203
  };
22204
22204
 
22205
- //# debugId=00AC28845DADA6CC64756E2164756E21
22205
+ //# debugId=DC208193344AB9F064756E2164756E21
22206
22206
  //# sourceMappingURL=index.browser.js.map