@liveblocks/react 3.13.0-ack1 → 3.13.0-vincent1

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.
@@ -1,6 +1,6 @@
1
1
  // src/version.ts
2
2
  var PKG_NAME = "@liveblocks/react";
3
- var PKG_VERSION = "3.13.0-ack1";
3
+ var PKG_VERSION = "3.13.0-vincent1";
4
4
  var PKG_FORMAT = "esm";
5
5
 
6
6
  // src/ClientSideSuspense.tsx
@@ -20,4 +20,4 @@ export {
20
20
  PKG_FORMAT,
21
21
  ClientSideSuspense
22
22
  };
23
- //# sourceMappingURL=chunk-ONFO7EAV.js.map
23
+ //# sourceMappingURL=chunk-7EY432UH.js.map
@@ -3646,7 +3646,8 @@ function RoomProviderInner(props) {
3646
3646
  {
3647
3647
  initialPresence: props.initialPresence,
3648
3648
  initialStorage: props.initialStorage,
3649
- autoConnect: props.autoConnect ?? typeof window !== "undefined"
3649
+ autoConnect: props.autoConnect ?? typeof window !== "undefined",
3650
+ engine: props.engine
3650
3651
  },
3651
3652
  roomId
3652
3653
  );
@@ -5089,4 +5090,4 @@ export {
5089
5090
  _useStorageRoot,
5090
5091
  _useUpdateMyPresence
5091
5092
  };
5092
- //# sourceMappingURL=chunk-ZDBJCDFH.js.map
5093
+ //# sourceMappingURL=chunk-CCOIV25T.js.map