@elizaos/server 1.4.3 → 1.4.4

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.
@@ -19,30 +19,6 @@ function _mergeNamespaces(n, m) {
19
19
  function getDefaultExportFromCjs$1(x) {
20
20
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
21
21
  }
22
- function getAugmentedNamespace(n) {
23
- if (Object.prototype.hasOwnProperty.call(n, "__esModule")) return n;
24
- var f = n.default;
25
- if (typeof f == "function") {
26
- var a = function a2() {
27
- if (this instanceof a2) {
28
- return Reflect.construct(f, arguments, this.constructor);
29
- }
30
- return f.apply(this, arguments);
31
- };
32
- a.prototype = f.prototype;
33
- } else a = {};
34
- Object.defineProperty(a, "__esModule", { value: true });
35
- Object.keys(n).forEach(function(k) {
36
- var d = Object.getOwnPropertyDescriptor(n, k);
37
- Object.defineProperty(a, k, d.get ? d : {
38
- enumerable: true,
39
- get: function() {
40
- return n[k];
41
- }
42
- });
43
- });
44
- return a;
45
- }
46
22
 
47
23
  var react = {exports: {}};
48
24
 
@@ -3144,5 +3120,5 @@ function useViewTransitionState(to, { relative } = {}) {
3144
3120
  return matchPath(path.pathname, nextPath) != null || matchPath(path.pathname, currentPath) != null;
3145
3121
  }
3146
3122
 
3147
- export { BrowserRouter as B, Link as L, NavLink as N, React$1 as R, requireReactDom as a, reactExports as b, reactDomExports as c, ReactDOM as d, React as e, useLocation as f, getDefaultExportFromCjs$1 as g, useParams as h, useSearchParams as i, Routes as j, Route as k, getAugmentedNamespace as l, process$1 as p, requireReact as r, useNavigate as u };
3148
- //# sourceMappingURL=vendor-CYMI9NgM.js.map
3123
+ export { BrowserRouter as B, Link as L, NavLink as N, React$1 as R, requireReactDom as a, reactExports as b, reactDomExports as c, ReactDOM as d, React as e, useLocation as f, getDefaultExportFromCjs$1 as g, useParams as h, useSearchParams as i, Routes as j, Route as k, process$1 as p, requireReact as r, useNavigate as u };
3124
+ //# sourceMappingURL=vendor-BWzYG1ky.js.map