@liveblocks/server 1.0.13 → 1.0.15

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 +10 -4
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -11,10 +11,14 @@
11
11
  <a href="https://github.com/liveblocks/liveblocks/blob/main/licenses/LICENSE-AGPL-3.0"><img src="https://img.shields.io/badge/license-AGPL--3.0-green" alt="License" /></a>
12
12
  </p>
13
13
 
14
- `@liveblocks/server` provides the core Liveblocks server functionality. It
15
- powers both the Liveblocks production environment, and
16
- [our dev server](https://liveblocks.io/docs/tools/dev-server), so the behavior
17
- is identical. You typically don't need to install or use this package directly.
14
+ `@liveblocks/server` provides the core Liveblocks server functionality, powering
15
+ both the Liveblocks production environment, and [dev server][devserver], so the
16
+ behavior is identical. **You typically don't need to install or use this package
17
+ directly.**
18
+
19
+ If you are interested in running Liveblocks locally or within your CI
20
+ environment, check out the [dev server][devserver] instead (which has an actual
21
+ web server wrapped around it, contains documentation, and a Dockerfile).
18
22
 
19
23
  While `@liveblocks/server` contains the same core technology that powers
20
24
  Liveblocks, we do not yet offer or recommend self-hosting or on-premises
@@ -29,3 +33,5 @@ Licensed under the GNU Affero General Public License v3.0 or later, Copyright ©
29
33
  2021-present [Liveblocks](https://liveblocks.io).
30
34
 
31
35
  See [LICENSE-AGPL-3.0](./LICENSE) for more information.
36
+
37
+ [devserver]: https://liveblocks.io/docs/tools/dev-server
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/server",
3
- "version": "1.0.13",
3
+ "version": "1.0.15",
4
4
  "description": "Liveblocks backend server foundation.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -58,7 +58,7 @@
58
58
  "dependencies": {
59
59
  "@liveblocks/core": "3.14.0",
60
60
  "async-mutex": "^0.4.0",
61
- "decoders": "^2.8.0",
61
+ "decoders": "^2.9.0-pre.4",
62
62
  "itertools": "^2.3.2",
63
63
  "js-base64": "^3.7.5",
64
64
  "nanoid": "^3",