@liveblocks/core 1.0.6-test1 → 1.0.6-test3

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.6-test1"
120
+ "1.0.6-test3"
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-test1"
4504
+ "1.0.6-test3"
4505
4505
  ) : "dev"}`
4506
4506
  );
4507
4507
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/core",
3
- "version": "1.0.6-test1",
3
+ "version": "1.0.6-test3",
4
4
  "description": "Shared code and foundational internals for Liveblocks",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",