@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.
- package/dist/_private.cjs +7 -7
- package/dist/_private.d.cts +2 -2
- package/dist/_private.d.ts +2 -2
- package/dist/_private.js +1 -1
- package/dist/{chunk-WH55MUS4.cjs → chunk-5I7TKGJB.cjs} +3 -2
- package/dist/chunk-5I7TKGJB.cjs.map +1 -0
- package/dist/{chunk-ONFO7EAV.js → chunk-7EY432UH.js} +2 -2
- package/dist/{chunk-ZDBJCDFH.js → chunk-CCOIV25T.js} +3 -2
- package/dist/chunk-CCOIV25T.js.map +1 -0
- package/dist/{chunk-U3DNN4V2.cjs → chunk-JV37Z4SU.cjs} +2 -2
- package/dist/chunk-JV37Z4SU.cjs.map +1 -0
- package/dist/index.cjs +4 -4
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/{room-Bff8edwh.d.cts → room-BadENFHi.d.cts} +6 -0
- package/dist/{room-Bff8edwh.d.ts → room-BadENFHi.d.ts} +6 -0
- package/dist/suspense.cjs +4 -4
- package/dist/suspense.d.cts +1 -1
- package/dist/suspense.d.ts +1 -1
- package/dist/suspense.js +2 -2
- package/package.json +3 -3
- package/dist/chunk-U3DNN4V2.cjs.map +0 -1
- package/dist/chunk-WH55MUS4.cjs.map +0 -1
- package/dist/chunk-ZDBJCDFH.js.map +0 -1
- /package/dist/{chunk-ONFO7EAV.js.map → chunk-7EY432UH.js.map} +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
// src/version.ts
|
|
2
2
|
var PKG_NAME = "@liveblocks/react";
|
|
3
|
-
var PKG_VERSION = "3.13.0-
|
|
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-
|
|
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-
|
|
5093
|
+
//# sourceMappingURL=chunk-CCOIV25T.js.map
|