mem0ai 2.0.0 → 2.0.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/README.md +3 -0
- package/dist/index.js +5 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/{module-KU56J2J6.mjs → module-QI3FML2A.mjs} +5 -4
- package/dist/module-QI3FML2A.mjs.map +1 -0
- package/dist/oss/index.d.mts +78 -5
- package/dist/oss/index.d.ts +78 -5
- package/dist/oss/index.js +19 -4
- package/dist/oss/index.js.map +1 -1
- package/dist/oss/index.mjs +17 -4
- package/dist/oss/index.mjs.map +1 -1
- package/package.json +1 -1
- package/dist/module-KU56J2J6.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -21,7 +21,7 @@ var BrowserTelemetry = class {
|
|
|
21
21
|
}
|
|
22
22
|
async initializeClient(projectApiKey, host) {
|
|
23
23
|
try {
|
|
24
|
-
const posthog = await import("./module-
|
|
24
|
+
const posthog = await import("./module-QI3FML2A.mjs").catch(() => null);
|
|
25
25
|
if (posthog) {
|
|
26
26
|
posthog.init(projectApiKey, { api_host: host });
|
|
27
27
|
this.client = posthog;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// node_modules/posthog-js/dist/module.js
|
|
1
|
+
// node_modules/.pnpm/posthog-js@1.224.1_@rrweb+types@2.0.0-alpha.17/node_modules/posthog-js/dist/module.js
|
|
2
2
|
var e;
|
|
3
3
|
var t = "undefined" != typeof window ? window : void 0;
|
|
4
4
|
var i = "undefined" != typeof globalThis ? globalThis : t;
|
|
@@ -13,7 +13,7 @@ var u = null != i && i.XMLHttpRequest && "withCredentials" in new i.XMLHttpReque
|
|
|
13
13
|
var d = null == i ? void 0 : i.AbortController;
|
|
14
14
|
var h = null == o ? void 0 : o.userAgent;
|
|
15
15
|
var _ = null != t ? t : {};
|
|
16
|
-
var p = { DEBUG: false, LIB_VERSION: "1.224.
|
|
16
|
+
var p = { DEBUG: false, LIB_VERSION: "1.224.1" };
|
|
17
17
|
var g = "$copy_autocapture";
|
|
18
18
|
var v = ["$snapshot", "$pageview", "$pageleave", "$set", "survey dismissed", "survey sent", "survey shown", "$identify", "$groupidentify", "$create_alias", "$$client_ingestion_warning", "$web_experiment_applied", "$feature_enrollment_update", "$feature_flag_called"];
|
|
19
19
|
!function(e2) {
|
|
@@ -2855,8 +2855,9 @@ Vs = on.slice, Gs = { __e: function(e2, t2, i2, r2) {
|
|
|
2855
2855
|
}), e3.children;
|
|
2856
2856
|
} };
|
|
2857
2857
|
i2.Provider.__ = i2.Consumer.contextType = i2;
|
|
2858
|
-
}({ isPreviewMode: false, previewPageIndex: 0,
|
|
2858
|
+
}({ isPreviewMode: false, previewPageIndex: 0, onPopupSurveyDismissed: () => {
|
|
2859
2859
|
}, isPopup: true, onPreviewSubmit: () => {
|
|
2860
|
+
}, onPopupSurveySent: () => {
|
|
2860
2861
|
} });
|
|
2861
2862
|
var $n = function(e2, t2) {
|
|
2862
2863
|
if (!function(e3) {
|
|
@@ -4310,4 +4311,4 @@ export {
|
|
|
4310
4311
|
Co as posthog,
|
|
4311
4312
|
f as severityLevels
|
|
4312
4313
|
};
|
|
4313
|
-
//# sourceMappingURL=module-
|
|
4314
|
+
//# sourceMappingURL=module-QI3FML2A.mjs.map
|