@liveblocks/yjs 1.2.3 → 1.2.4

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.
package/README.md CHANGED
@@ -9,7 +9,10 @@
9
9
 
10
10
  # `@liveblocks/yjs`
11
11
 
12
- Provides Yjs integration to effortlessly back your Yjs apps with Liveblocks
12
+ `@liveblocks/yjs` provides a provider to integrate
13
+ [Yjs](https://github.com/yjs/yjs) applications with Liveblocks—a platform to
14
+ build, host, and scale collaborative applications with zero configuration, no
15
+ maintenance required.
13
16
 
14
17
  ## Installation
15
18
 
@@ -25,6 +28,12 @@ guides and API references.
25
28
 
26
29
  ## Examples
27
30
 
31
+ Explore our [collaborative examples](https://liveblocks.io/examples) to help you
32
+ get started.
33
+
34
+ > All examples are open-source and live in this repository, within
35
+ > [`/examples`](../../examples).
36
+
28
37
  ## Releases
29
38
 
30
39
  See the [latest changes](https://github.com/liveblocks/liveblocks/releases) or
@@ -35,8 +44,8 @@ learn more about
35
44
 
36
45
  - [Discord](https://liveblocks.io/discord) - To get involved with the Liveblocks
37
46
  community, ask questions and share tips.
38
- - [Twitter](https://twitter.com/liveblocks) - To receive updates, announcements,
39
- blog posts, and general Liveblocks tips.
47
+ - [X](https://x.com/liveblocks) - To receive updates, announcements, blog posts,
48
+ and general Liveblocks tips.
40
49
 
41
50
  ## License
42
51
 
package/dist/index.js CHANGED
@@ -77,7 +77,7 @@ var _yjs = require('yjs'); var Y = _interopRequireWildcard(_yjs);
77
77
 
78
78
  // src/version.ts
79
79
  var PKG_NAME = "@liveblocks/yjs";
80
- var PKG_VERSION = "1.2.3";
80
+ var PKG_VERSION = "1.2.4";
81
81
  var PKG_FORMAT = "cjs";
82
82
 
83
83
  // src/index.ts
package/dist/index.mjs CHANGED
@@ -77,7 +77,7 @@ import * as Y from "yjs";
77
77
 
78
78
  // src/version.ts
79
79
  var PKG_NAME = "@liveblocks/yjs";
80
- var PKG_VERSION = "1.2.3";
80
+ var PKG_VERSION = "1.2.4";
81
81
  var PKG_FORMAT = "esm";
82
82
 
83
83
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/yjs",
3
- "version": "1.2.3",
3
+ "version": "1.2.4",
4
4
  "description": "An integration with . 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",
@@ -32,8 +32,8 @@
32
32
  "test:watch": "jest --silent --verbose --color=always --watch"
33
33
  },
34
34
  "dependencies": {
35
- "@liveblocks/client": "1.2.3",
36
- "@liveblocks/core": "1.2.3",
35
+ "@liveblocks/client": "1.2.4",
36
+ "@liveblocks/core": "1.2.4",
37
37
  "js-base64": "^3.7.5"
38
38
  },
39
39
  "peerDependencies": {