@liveblocks/core 1.1.0-yjs1 → 1.1.0-yjs2

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
@@ -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-yjs1"
160
+ "1.1.0-yjs2"
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-yjs1"
5337
+ "1.1.0-yjs2"
5338
5338
  ) : "dev"}`
5339
5339
  );
5340
5340
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/core",
3
- "version": "1.1.0-yjs1",
3
+ "version": "1.1.0-yjs2",
4
4
  "description": "Shared code and foundational internals for Liveblocks",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",