@tldraw/sync-collaboration 5.3.1 → 5.4.0-canary.042da660fa66
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/LICENSE.md +1 -0
- package/dist-cjs/index.js +1 -1
- package/dist-esm/index.mjs +1 -1
- package/package.json +13 -5
package/LICENSE.md
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
This code is licensed under the [tldraw license](https://github.com/tldraw/tldraw/blob/main/LICENSE.md)
|
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.
|
|
28
|
+
"5.4.0-canary.042da660fa66",
|
|
29
29
|
"cjs"
|
|
30
30
|
);
|
|
31
31
|
//# sourceMappingURL=index.js.map
|
package/dist-esm/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tldraw/sync-collaboration",
|
|
3
3
|
"description": "tldraw sync collaboration: server-side write authorization for collaboration features.",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.4.0-canary.042da660fa66",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "tldraw Inc.",
|
|
7
7
|
"email": "hello@tldraw.com"
|
|
8
8
|
},
|
|
9
9
|
"homepage": "https://tldraw.dev",
|
|
10
10
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
11
|
+
"tldraw_product": {
|
|
12
|
+
"stableId": "tldraw:commenting",
|
|
13
|
+
"name": "Commenting",
|
|
14
|
+
"type": "feature",
|
|
15
|
+
"parent": "tldraw:collaboration",
|
|
16
|
+
"premium": true,
|
|
17
|
+
"licenseFlag": "FEAT_COMMENTING"
|
|
18
|
+
},
|
|
11
19
|
"repository": {
|
|
12
20
|
"type": "git",
|
|
13
21
|
"url": "https://github.com/tldraw/tldraw"
|
|
@@ -34,10 +42,10 @@
|
|
|
34
42
|
"node": ">=22.12.0"
|
|
35
43
|
},
|
|
36
44
|
"dependencies": {
|
|
37
|
-
"@tldraw/store": "5.
|
|
38
|
-
"@tldraw/sync-core": "5.
|
|
39
|
-
"@tldraw/tlschema": "5.
|
|
40
|
-
"@tldraw/utils": "5.
|
|
45
|
+
"@tldraw/store": "5.4.0-canary.042da660fa66",
|
|
46
|
+
"@tldraw/sync-core": "5.4.0-canary.042da660fa66",
|
|
47
|
+
"@tldraw/tlschema": "5.4.0-canary.042da660fa66",
|
|
48
|
+
"@tldraw/utils": "5.4.0-canary.042da660fa66"
|
|
41
49
|
},
|
|
42
50
|
"module": "dist-esm/index.mjs",
|
|
43
51
|
"source": "src/index.ts",
|