@liveblocks/client 1.0.2 → 1.0.6-test1

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/README.md +3 -2
  2. package/package.json +2 -3
package/README.md CHANGED
@@ -32,8 +32,9 @@ npm install @liveblocks/client
32
32
 
33
33
  ## Documentation
34
34
 
35
- Read the [documentation](https://liveblocks.io/docs) for guides and API
36
- references.
35
+ Read the
36
+ [documentation](https://liveblocks.io/docs/api-reference/liveblocks-client) for
37
+ guides and API references.
37
38
 
38
39
  ## Examples
39
40
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/client",
3
- "version": "1.0.2",
3
+ "version": "1.0.6-test1",
4
4
  "description": "A client that lets you interact with Liveblocks servers. 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",
@@ -18,14 +18,13 @@
18
18
  "test:watch": "jest --silent --verbose --color=always --passWithNoTests --watch"
19
19
  },
20
20
  "dependencies": {
21
- "@liveblocks/core": "1.0.2"
21
+ "@liveblocks/core": "1.0.6-test1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@liveblocks/eslint-config": "*",
25
25
  "@liveblocks/jest-config": "*",
26
26
  "@types/ws": "^8.5.3",
27
27
  "dotenv": "^16.0.3",
28
- "fast-check": "^3.0.1",
29
28
  "msw": "^0.39.1",
30
29
  "ws": "^8.5.0"
31
30
  },