@elizaos/plugin-sql 1.6.1-alpha.5 → 1.6.1-alpha.7

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.
@@ -6993,7 +6993,7 @@ function normalizeSchemaName(input) {
6993
6993
  prevWasUnderscore = true;
6994
6994
  }
6995
6995
  }
6996
- let result = chars.join("");
6996
+ const result = chars.join("");
6997
6997
  let start = 0;
6998
6998
  let end = result.length;
6999
6999
  while (start < end && result[start] === "_") {
@@ -11081,5 +11081,5 @@ export {
11081
11081
  DatabaseMigrationService
11082
11082
  };
11083
11083
 
11084
- //# debugId=9306FC194E20C4D164756E2164756E21
11084
+ //# debugId=F87541CC826D31E064756E2164756E21
11085
11085
  //# sourceMappingURL=index.node.js.map