@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.
Files changed (2) hide show
  1. package/dist/index.js +2 -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.12"
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.12"
4527
+ "1.1.0-fsm2"
4528
4528
  ) : "dev"}`
4529
4529
  );
4530
4530
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/core",
3
- "version": "1.0.12",
3
+ "version": "1.1.0-fsm2",
4
4
  "description": "Shared code and foundational internals for Liveblocks",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",