@elizaos/plugin-sql 1.6.1-alpha.6 → 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.
- package/dist/browser/index.browser.js +2 -2
- package/dist/browser/index.browser.js.map +3 -3
- package/dist/browser/tsconfig.build.tsbuildinfo +1 -1
- package/dist/node/index.node.js +2 -2
- package/dist/node/index.node.js.map +3 -3
- package/dist/node/tsconfig.build.node.tsbuildinfo +1 -1
- package/package.json +3 -3
package/dist/node/index.node.js
CHANGED
|
@@ -6993,7 +6993,7 @@ function normalizeSchemaName(input) {
|
|
|
6993
6993
|
prevWasUnderscore = true;
|
|
6994
6994
|
}
|
|
6995
6995
|
}
|
|
6996
|
-
|
|
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=
|
|
11084
|
+
//# debugId=F87541CC826D31E064756E2164756E21
|
|
11085
11085
|
//# sourceMappingURL=index.node.js.map
|