@liveblocks/core 1.0.12-yjs2 → 1.0.12-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.0.12-
|
|
160
|
+
"1.0.12-yjs3"
|
|
161
161
|
) : "dev";
|
|
162
162
|
var _devtoolsSetupHasRun = false;
|
|
163
163
|
function setupDevTools(getAllRooms) {
|
|
@@ -4587,7 +4587,7 @@ function prepareCreateWebSocket(liveblocksServer, WebSocketPolyfill) {
|
|
|
4587
4587
|
// @ts-ignore (__PACKAGE_VERSION__ will be injected by the build script)
|
|
4588
4588
|
true ? (
|
|
4589
4589
|
/* istanbul ignore next */
|
|
4590
|
-
"1.0.12-
|
|
4590
|
+
"1.0.12-yjs3"
|
|
4591
4591
|
) : "dev"}`
|
|
4592
4592
|
);
|
|
4593
4593
|
};
|