@elizaos/plugin-sql 2.0.0-alpha.15 → 2.0.0-alpha.17
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/node/index.node.js
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
var __defProp = Object.defineProperty;
|
|
2
|
+
var __returnValue = (v) => v;
|
|
3
|
+
function __exportSetter(name, newValue) {
|
|
4
|
+
this[name] = __returnValue.bind(null, newValue);
|
|
5
|
+
}
|
|
2
6
|
var __export = (target, all) => {
|
|
3
7
|
for (var name in all)
|
|
4
8
|
__defProp(target, name, {
|
|
5
9
|
get: all[name],
|
|
6
10
|
enumerable: true,
|
|
7
11
|
configurable: true,
|
|
8
|
-
set: (
|
|
12
|
+
set: __exportSetter.bind(all, name)
|
|
9
13
|
});
|
|
10
14
|
};
|
|
11
15
|
var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
|
|
@@ -3157,10 +3161,14 @@ var init_runtime_migrator = __esm(() => {
|
|
|
3157
3161
|
init_migration_tracker();
|
|
3158
3162
|
init_snapshot_storage();
|
|
3159
3163
|
});
|
|
3160
|
-
|
|
3161
3164
|
// runtime-migrator/index.ts
|
|
3162
3165
|
var init_runtime_migrator2 = __esm(() => {
|
|
3166
|
+
init_snapshot_generator();
|
|
3167
|
+
init_sql_generator();
|
|
3163
3168
|
init_runtime_migrator();
|
|
3169
|
+
init_journal_storage();
|
|
3170
|
+
init_migration_tracker();
|
|
3171
|
+
init_snapshot_storage();
|
|
3164
3172
|
});
|
|
3165
3173
|
|
|
3166
3174
|
// migration-service.ts
|
|
@@ -7087,5 +7095,5 @@ export {
|
|
|
7087
7095
|
DatabaseMigrationService
|
|
7088
7096
|
};
|
|
7089
7097
|
|
|
7090
|
-
//# debugId=
|
|
7098
|
+
//# debugId=65F51AC9F4802DC764756E2164756E21
|
|
7091
7099
|
//# sourceMappingURL=index.node.js.map
|