@liveblocks/client 3.13.4 → 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
@@ -63,4 +63,4 @@ learn more about
63
63
  Licensed under the Apache License 2.0, Copyright © 2021-present
64
64
  [Liveblocks](https://liveblocks.io).
65
65
 
66
- See [LICENSE](../../LICENSE) for more information.
66
+ 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/client";
6
- var PKG_VERSION = "3.13.4";
6
+ var PKG_VERSION = "3.13.5";
7
7
  var PKG_FORMAT = "cjs";
8
8
 
9
9
  // src/index.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/client";
6
- var PKG_VERSION = "3.13.4";
6
+ var PKG_VERSION = "3.13.5";
7
7
  var PKG_FORMAT = "esm";
8
8
 
9
9
  // src/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liveblocks/client",
3
- "version": "3.13.4",
3
+ "version": "3.13.5",
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
  "type": "module",
@@ -34,7 +34,7 @@
34
34
  "test:watch": "NODE_OPTIONS=\"--no-deprecation\" vitest"
35
35
  },
36
36
  "dependencies": {
37
- "@liveblocks/core": "3.13.4"
37
+ "@liveblocks/core": "3.13.5"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@liveblocks/eslint-config": "*",