@elizaos/plugin-sql 1.5.9-alpha.6 → 1.5.9-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.
|
@@ -10,7 +10,9 @@ var __export = (target, all) => {
|
|
|
10
10
|
};
|
|
11
11
|
|
|
12
12
|
// src/index.browser.ts
|
|
13
|
-
import {
|
|
13
|
+
import {
|
|
14
|
+
logger as logger3
|
|
15
|
+
} from "@elizaos/core/browser";
|
|
14
16
|
|
|
15
17
|
// src/pglite/adapter.ts
|
|
16
18
|
import { logger as logger2 } from "@elizaos/core";
|
|
@@ -2330,5 +2332,5 @@ export {
|
|
|
2330
2332
|
createDatabaseAdapter
|
|
2331
2333
|
};
|
|
2332
2334
|
|
|
2333
|
-
//# debugId=
|
|
2335
|
+
//# debugId=99D64F540EC7F95C64756E2164756E21
|
|
2334
2336
|
//# sourceMappingURL=index.browser.js.map
|