@tldraw/sync-collaboration 5.3.0 → 5.4.0-next.ef99ab47e5ce

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/dist-cjs/index.js CHANGED
@@ -25,7 +25,7 @@ var import_utils = require("@tldraw/utils");
25
25
  var import_comment_authorizers = require("./comment-authorizers");
26
26
  (0, import_utils.registerTldrawLibraryVersion)(
27
27
  "@tldraw/sync-collaboration",
28
- "5.3.0",
28
+ "5.4.0-next.ef99ab47e5ce",
29
29
  "cjs"
30
30
  );
31
31
  //# sourceMappingURL=index.js.map
@@ -4,7 +4,7 @@ import {
4
4
  } from "./comment-authorizers.mjs";
5
5
  registerTldrawLibraryVersion(
6
6
  "@tldraw/sync-collaboration",
7
- "5.3.0",
7
+ "5.4.0-next.ef99ab47e5ce",
8
8
  "esm"
9
9
  );
10
10
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/sync-collaboration",
3
3
  "description": "tldraw sync collaboration: server-side write authorization for collaboration features.",
4
- "version": "5.3.0",
4
+ "version": "5.4.0-next.ef99ab47e5ce",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -34,10 +34,10 @@
34
34
  "node": ">=22.12.0"
35
35
  },
36
36
  "dependencies": {
37
- "@tldraw/store": "5.3.0",
38
- "@tldraw/sync-core": "5.3.0",
39
- "@tldraw/tlschema": "5.3.0",
40
- "@tldraw/utils": "5.3.0"
37
+ "@tldraw/store": "5.4.0-next.ef99ab47e5ce",
38
+ "@tldraw/sync-core": "5.4.0-next.ef99ab47e5ce",
39
+ "@tldraw/tlschema": "5.4.0-next.ef99ab47e5ce",
40
+ "@tldraw/utils": "5.4.0-next.ef99ab47e5ce"
41
41
  },
42
42
  "module": "dist-esm/index.mjs",
43
43
  "source": "src/index.ts",