@liveblocks/core 2.2.1 → 2.2.2-test1

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.d.mts CHANGED
@@ -1653,7 +1653,6 @@ declare type SubscribeFn<P extends JsonObject, _TStorage extends LsonObject, U e
1653
1653
  (type: "lost-connection", listener: Callback<LostConnectionEvent>): () => void;
1654
1654
  /**
1655
1655
  * Subscribes to changes made on a Live structure. Returns an unsubscribe function.
1656
- * In a future version, we will also expose what exactly changed in the Live structure.
1657
1656
  *
1658
1657
  * @param callback The callback this called when the Live structure changes.
1659
1658
  *
package/dist/index.d.ts CHANGED
@@ -1653,7 +1653,6 @@ declare type SubscribeFn<P extends JsonObject, _TStorage extends LsonObject, U e
1653
1653
  (type: "lost-connection", listener: Callback<LostConnectionEvent>): () => void;
1654
1654
  /**
1655
1655
  * Subscribes to changes made on a Live structure. Returns an unsubscribe function.
1656
- * In a future version, we will also expose what exactly changed in the Live structure.
1657
1656
  *
1658
1657
  * @param callback The callback this called when the Live structure changes.
1659
1658
  *
package/dist/index.js 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.2.1";
9
+ var PKG_VERSION = "2.2.2-test1";
10
10
  var PKG_FORMAT = "cjs";
11
11
 
12
12
  // src/dupe-detection.ts