@liveblocks/yjs 3.13.3 → 3.13.5

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
@@ -52,4 +52,4 @@ learn more about
52
52
  Licensed under the Apache License 2.0, Copyright © 2021-present
53
53
  [Liveblocks](https://liveblocks.io).
54
54
 
55
- See [LICENSE](../../LICENSE) for more information.
55
+ See [LICENSE](../../licenses/LICENSE-APACHE-2.0) for more information.
package/dist/index.cjs CHANGED
@@ -3,7 +3,7 @@ var _core = require('@liveblocks/core');
3
3
 
4
4
  // src/version.ts
5
5
  var PKG_NAME = "@liveblocks/yjs";
6
- var PKG_VERSION = "3.13.3";
6
+ var PKG_VERSION = "3.13.5";
7
7
  var PKG_FORMAT = "cjs";
8
8
 
9
9
  // src/provider.ts
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { detectDupes } from "@liveblocks/core";
3
3
 
4
4
  // src/version.ts
5
5
  var PKG_NAME = "@liveblocks/yjs";
6
- var PKG_VERSION = "3.13.3";
6
+ var PKG_VERSION = "3.13.5";
7
7
  var PKG_FORMAT = "esm";
8
8
 
9
9
  // src/provider.ts
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@liveblocks/yjs",
3
- "version": "3.13.3",
3
+ "version": "3.13.5",
4
4
  "description": "Integrate your existing or new Yjs documents with Liveblocks.",
5
- "icense": "Apache-2.0",
5
+ "license": "Apache-2.0",
6
6
  "type": "module",
7
7
  "main": "./dist/index.cjs",
8
8
  "types": "./dist/index.d.cts",
@@ -33,8 +33,8 @@
33
33
  "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest"
34
34
  },
35
35
  "dependencies": {
36
- "@liveblocks/client": "3.13.3",
37
- "@liveblocks/core": "3.13.3",
36
+ "@liveblocks/client": "3.13.5",
37
+ "@liveblocks/core": "3.13.5",
38
38
  "@noble/hashes": "^1.8.0",
39
39
  "js-base64": "^3.7.7",
40
40
  "y-indexeddb": "^9.0.12"