@liveblocks/core 0.19.2-test1 → 0.19.2

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3824,7 +3824,7 @@ function prepareCreateWebSocket(liveblocksServer, WebSocketPolyfill) {
3824
3824
  const ws = WebSocketPolyfill || WebSocket;
3825
3825
  return (token) => {
3826
3826
  return new ws(
3827
- `${liveblocksServer}/?token=${token}&version=${true ? "0.19.2-test1" : "dev"}`
3827
+ `${liveblocksServer}/?token=${token}&version=${true ? "0.19.2" : "dev"}`
3828
3828
  );
3829
3829
  };
3830
3830
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/core",
3
- "version": "0.19.2-test1",
3
+ "version": "0.19.2",
4
4
  "description": "Shared code and foundational internals for Liveblocks",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",