@liveblocks/react 1.1.5-test1 → 1.1.5-test2

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 +3 -3
package/dist/index.js CHANGED
@@ -570,7 +570,7 @@ function createRoomContext(client) {
570
570
 
571
571
  // src/index.ts
572
572
 
573
- _core.detectDupes.call(void 0, "@liveblocks/react", "1.1.5-test1", "cjs");
573
+ _core.detectDupes.call(void 0, "@liveblocks/react", "1.1.5-test2", "cjs");
574
574
 
575
575
 
576
576
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/react",
3
- "version": "1.1.5-test1",
3
+ "version": "1.1.5-test2",
4
4
  "description": "A set of React hooks and providers to use Liveblocks declaratively. Liveblocks is the all-in-one toolkit to build collaborative products like Figma, Notion, and more.",
5
5
  "license": "Apache-2.0",
6
6
  "main": "./dist/index.js",
@@ -21,8 +21,8 @@
21
21
  "test:watch": "jest --silent --verbose --color=always --watch"
22
22
  },
23
23
  "dependencies": {
24
- "@liveblocks/client": "1.1.5-test1",
25
- "@liveblocks/core": "1.1.5-test1",
24
+ "@liveblocks/client": "1.1.5-test2",
25
+ "@liveblocks/core": "1.1.5-test2",
26
26
  "use-sync-external-store": "^1.2.0"
27
27
  },
28
28
  "peerDependencies": {