@elizaos/core 1.0.6 → 1.0.8

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.
@@ -1,14 +1,10 @@
1
1
  var __defProp = Object.defineProperty;
2
- var __getOwnPropNames = Object.getOwnPropertyNames;
3
2
  var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
4
3
  get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
5
4
  }) : x)(function(x) {
6
5
  if (typeof require !== "undefined") return require.apply(this, arguments);
7
6
  throw Error('Dynamic require of "' + x + '" is not supported');
8
7
  });
9
- var __commonJS = (cb, mod) => function __require2() {
10
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
11
- };
12
8
  var __export = (target, all) => {
13
9
  for (var name in all)
14
10
  __defProp(target, name, { get: all[name], enumerable: true });
@@ -16,6 +12,5 @@ var __export = (target, all) => {
16
12
 
17
13
  export {
18
14
  __require,
19
- __commonJS,
20
15
  __export
21
16
  };
@@ -105,6 +105,7 @@ var ServiceType = /* @__PURE__ */ ((ServiceType2) => {
105
105
  ServiceType2["WEB_SEARCH"] = "web_search";
106
106
  ServiceType2["EMAIL_AUTOMATION"] = "email_automation";
107
107
  ServiceType2["NKN_CLIENT_SERVICE"] = "nkn_client_service";
108
+ ServiceType2["DATABASE_MIGRATION"] = "database_migration";
108
109
  return ServiceType2;
109
110
  })(ServiceType || {});
110
111
  var LoggingLevel = /* @__PURE__ */ ((LoggingLevel2) => {