@liveblocks/core 0.19.1-test2 → 0.19.1

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
@@ -3806,7 +3806,7 @@ function prepareCreateWebSocket(liveblocksServer, WebSocketPolyfill) {
3806
3806
  const ws = WebSocketPolyfill || WebSocket;
3807
3807
  return (token) => {
3808
3808
  return new ws(
3809
- `${liveblocksServer}/?token=${token}&version=${true ? "0.19.1-test2" : "dev"}`
3809
+ `${liveblocksServer}/?token=${token}&version=${true ? "0.19.1" : "dev"}`
3810
3810
  );
3811
3811
  };
3812
3812
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/core",
3
- "version": "0.19.1-test2",
3
+ "version": "0.19.1",
4
4
  "description": "Shared code and foundational internals for Liveblocks",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",