@liveblocks/core 1.0.6-test1 → 1.0.6-test2
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.6-
|
|
120
|
+
"1.0.6-test2"
|
|
121
121
|
) : "dev";
|
|
122
122
|
var _devtoolsSetupHasRun = false;
|
|
123
123
|
function setupDevTools(getAllRooms) {
|
|
@@ -4501,7 +4501,7 @@ function prepareCreateWebSocket(liveblocksServer, WebSocketPolyfill) {
|
|
|
4501
4501
|
// @ts-ignore (__PACKAGE_VERSION__ will be injected by the build script)
|
|
4502
4502
|
true ? (
|
|
4503
4503
|
/* istanbul ignore next */
|
|
4504
|
-
"1.0.6-
|
|
4504
|
+
"1.0.6-test2"
|
|
4505
4505
|
) : "dev"}`
|
|
4506
4506
|
);
|
|
4507
4507
|
};
|