@liveblocks/core 1.0.12 → 1.1.0-fsm2
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
|
@@ -117,7 +117,7 @@ var onMessageFromPanel = eventSource.observable;
|
|
|
117
117
|
// src/devtools/index.ts
|
|
118
118
|
var VERSION = true ? (
|
|
119
119
|
/* istanbul ignore next */
|
|
120
|
-
"1.0
|
|
120
|
+
"1.1.0-fsm2"
|
|
121
121
|
) : "dev";
|
|
122
122
|
var _devtoolsSetupHasRun = false;
|
|
123
123
|
function setupDevTools(getAllRooms) {
|
|
@@ -4524,7 +4524,7 @@ function prepareCreateWebSocket(liveblocksServer, WebSocketPolyfill) {
|
|
|
4524
4524
|
// @ts-ignore (__PACKAGE_VERSION__ will be injected by the build script)
|
|
4525
4525
|
true ? (
|
|
4526
4526
|
/* istanbul ignore next */
|
|
4527
|
-
"1.0
|
|
4527
|
+
"1.1.0-fsm2"
|
|
4528
4528
|
) : "dev"}`
|
|
4529
4529
|
);
|
|
4530
4530
|
};
|