@elizaos/server 1.3.0 → 1.3.1
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/client/assets/{index-TZ8BgtSM.js → index-BWrALv74.js} +10 -9
- package/dist/client/assets/index-BWrALv74.js.br +0 -0
- package/dist/client/assets/{index-TZ8BgtSM.js.map → index-BWrALv74.js.map} +1 -1
- package/dist/client/assets/{index-BQg5aCT3.js → index-H_eyaW3n.js} +2 -2
- package/dist/client/assets/index-H_eyaW3n.js.br +0 -0
- package/dist/client/assets/{index-BQg5aCT3.js.map → index-H_eyaW3n.js.map} +1 -1
- package/dist/client/index.html +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/dist/client/assets/index-BQg5aCT3.js.br +0 -0
- package/dist/client/assets/index-TZ8BgtSM.js.br +0 -0
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/index-
|
|
1
|
+
const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/index-H_eyaW3n.js","assets/vendor-BWTRqS51.js"])))=>i.map(i=>d[i]);
|
|
2
2
|
import { r as requireReact, a as requireReactDom, d as distExports, b as reactExports, g as getDefaultExportFromCjs, c as reactDomExports, R as React, e as ReactDOM, f as React$1, h as requireBufferPolyfill, i as requireBase64Js, u as useNavigate, j as useLocation, N as NavLink, k as useParams, L as Link, l as useSearchParams, B as BrowserRouter, m as Routes, n as Route } from './vendor-BWTRqS51.js';
|
|
3
3
|
|
|
4
4
|
true &&(function polyfill() {
|
|
@@ -93045,7 +93045,7 @@ const GLOBAL_OBJ = globalThis;
|
|
|
93045
93045
|
|
|
93046
93046
|
// This is a magic string replaced by rollup
|
|
93047
93047
|
|
|
93048
|
-
const SDK_VERSION = "9.
|
|
93048
|
+
const SDK_VERSION = "9.41.0" ;
|
|
93049
93049
|
|
|
93050
93050
|
function getMainCarrier() {
|
|
93051
93051
|
getSentryCarrier(GLOBAL_OBJ);
|
|
@@ -100093,23 +100093,24 @@ class BrowserClient extends Client {
|
|
|
100093
100093
|
|
|
100094
100094
|
super(opts);
|
|
100095
100095
|
|
|
100096
|
-
const { sendDefaultPii, sendClientReports, _experiments } = this._options;
|
|
100097
|
-
|
|
100096
|
+
const { sendDefaultPii, sendClientReports, enableLogs, _experiments } = this._options;
|
|
100097
|
+
// eslint-disable-next-line deprecation/deprecation
|
|
100098
|
+
const shouldEnableLogs = enableLogs ?? _experiments?.enableLogs;
|
|
100098
100099
|
|
|
100099
|
-
if (WINDOW$1.document && (sendClientReports ||
|
|
100100
|
+
if (WINDOW$1.document && (sendClientReports || shouldEnableLogs)) {
|
|
100100
100101
|
WINDOW$1.document.addEventListener('visibilitychange', () => {
|
|
100101
100102
|
if (WINDOW$1.document.visibilityState === 'hidden') {
|
|
100102
100103
|
if (sendClientReports) {
|
|
100103
100104
|
this._flushOutcomes();
|
|
100104
100105
|
}
|
|
100105
|
-
if (
|
|
100106
|
+
if (shouldEnableLogs) {
|
|
100106
100107
|
_INTERNAL_flushLogsBuffer(this);
|
|
100107
100108
|
}
|
|
100108
100109
|
}
|
|
100109
100110
|
});
|
|
100110
100111
|
}
|
|
100111
100112
|
|
|
100112
|
-
if (
|
|
100113
|
+
if (shouldEnableLogs) {
|
|
100113
100114
|
this.on('flush', () => {
|
|
100114
100115
|
_INTERNAL_flushLogsBuffer(this);
|
|
100115
100116
|
});
|
|
@@ -102302,7 +102303,7 @@ var createStream = async () => {
|
|
|
102302
102303
|
if (raw) {
|
|
102303
102304
|
return void 0;
|
|
102304
102305
|
}
|
|
102305
|
-
const pretty = await __vitePreload(() => import('./index-
|
|
102306
|
+
const pretty = await __vitePreload(() => import('./index-H_eyaW3n.js').then(n => n.i),true ?__vite__mapDeps([0,1]):void 0);
|
|
102306
102307
|
return pretty.default(createPrettyConfig());
|
|
102307
102308
|
};
|
|
102308
102309
|
var options = {
|
|
@@ -162085,4 +162086,4 @@ clientExports.createRoot(rootElement).render(
|
|
|
162085
162086
|
);
|
|
162086
162087
|
|
|
162087
162088
|
export { requireString_decoder as a, requireUtil$2 as b, requireShams$1 as c, requireCallBound as d, requireEsObjectAtoms as e, requireCallBind as f, requireGetIntrinsic as g, requireDefineDataProperty as h, requireHasPropertyDescriptors as i, requireEvents as j, requireStreamBrowserify as r };
|
|
162088
|
-
//# sourceMappingURL=index-
|
|
162089
|
+
//# sourceMappingURL=index-BWrALv74.js.map
|
|
Binary file
|