@liveblocks/core 1.2.0-internal5 → 1.2.0-internal6
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 +217 -216
- package/dist/index.d.ts +217 -216
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -103,7 +103,7 @@ var onMessageFromPanel = eventSource.observable;
|
|
|
103
103
|
// src/devtools/index.ts
|
|
104
104
|
var VERSION = true ? (
|
|
105
105
|
/* istanbul ignore next */
|
|
106
|
-
"1.2.0-
|
|
106
|
+
"1.2.0-internal6"
|
|
107
107
|
) : "dev";
|
|
108
108
|
var _devtoolsSetupHasRun = false;
|
|
109
109
|
function setupDevTools(getAllRooms) {
|
|
@@ -4745,7 +4745,7 @@ function createRoom(options, config) {
|
|
|
4745
4745
|
break;
|
|
4746
4746
|
}
|
|
4747
4747
|
case 300 /* UPDATE_YDOC */: {
|
|
4748
|
-
eventHub.ydoc.notify(message
|
|
4748
|
+
eventHub.ydoc.notify(message);
|
|
4749
4749
|
break;
|
|
4750
4750
|
}
|
|
4751
4751
|
case 104 /* ROOM_STATE */: {
|
|
@@ -5222,7 +5222,7 @@ function makeCreateSocketDelegateForRoom(liveblocksServer, WebSocketPolyfill) {
|
|
|
5222
5222
|
// @ts-ignore (__PACKAGE_VERSION__ will be injected by the build script)
|
|
5223
5223
|
true ? (
|
|
5224
5224
|
/* istanbul ignore next */
|
|
5225
|
-
"1.2.0-
|
|
5225
|
+
"1.2.0-internal6"
|
|
5226
5226
|
) : "dev"}`
|
|
5227
5227
|
);
|
|
5228
5228
|
};
|