@liveblocks/core 2.25.0-aiprivatebeta3 → 2.25.0-aiprivatebeta4

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/index.cjs CHANGED
@@ -6,7 +6,7 @@ var __export = (target, all) => {
6
6
 
7
7
  // src/version.ts
8
8
  var PKG_NAME = "@liveblocks/core";
9
- var PKG_VERSION = "2.25.0-aiprivatebeta3";
9
+ var PKG_VERSION = "2.25.0-aiprivatebeta4";
10
10
  var PKG_FORMAT = "cjs";
11
11
 
12
12
  // src/dupe-detection.ts
@@ -4033,8 +4033,7 @@ function createAi(config) {
4033
4033
  contextByChatId: /* @__PURE__ */ new Map()
4034
4034
  };
4035
4035
  let lastTokenKey;
4036
- function onStatusDidChange(newStatus) {
4037
- warn("onStatusDidChange", newStatus);
4036
+ function onStatusDidChange(_newStatus) {
4038
4037
  const authValue = managedSocket.authValue;
4039
4038
  if (authValue !== null) {
4040
4039
  const tokenKey = getBearerTokenFromAuthValue(authValue);
@@ -4070,7 +4069,6 @@ function createAi(config) {
4070
4069
  }
4071
4070
  }
4072
4071
  function onDidConnect() {
4073
- warn("onDidConnect");
4074
4072
  }
4075
4073
  function onDidDisconnect() {
4076
4074
  warn("onDidDisconnect");