@liveblocks/core 1.1.0-yjs1 → 1.1.0-yjs3
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.js +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -157,7 +157,7 @@ var onMessageFromPanel = eventSource.observable;
|
|
|
157
157
|
// src/devtools/index.ts
|
|
158
158
|
var VERSION = true ? (
|
|
159
159
|
/* istanbul ignore next */
|
|
160
|
-
"1.1.0-
|
|
160
|
+
"1.1.0-yjs3"
|
|
161
161
|
) : "dev";
|
|
162
162
|
var _devtoolsSetupHasRun = false;
|
|
163
163
|
function setupDevTools(getAllRooms) {
|
|
@@ -5334,7 +5334,7 @@ function makeCreateSocketDelegateForRoom(liveblocksServer, WebSocketPolyfill) {
|
|
|
5334
5334
|
// @ts-ignore (__PACKAGE_VERSION__ will be injected by the build script)
|
|
5335
5335
|
true ? (
|
|
5336
5336
|
/* istanbul ignore next */
|
|
5337
|
-
"1.1.0-
|
|
5337
|
+
"1.1.0-yjs3"
|
|
5338
5338
|
) : "dev"}`
|
|
5339
5339
|
);
|
|
5340
5340
|
};
|