@tldraw/collaboration 5.3.1 → 5.3.2
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 +10 -3
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
|
@@ -19,7 +19,7 @@ var import_utils = require("@tldraw/utils");
|
|
|
19
19
|
__reExport(index_exports, require("@tldraw/commenting"), module.exports);
|
|
20
20
|
(0, import_utils.registerTldrawLibraryVersion)(
|
|
21
21
|
"@tldraw/collaboration",
|
|
22
|
-
"5.3.
|
|
22
|
+
"5.3.2",
|
|
23
23
|
"cjs"
|
|
24
24
|
);
|
|
25
25
|
//# sourceMappingURL=index.js.map
|
package/dist-esm/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tldraw/collaboration",
|
|
3
3
|
"description": "tldraw collaboration umbrella package.",
|
|
4
|
-
"version": "5.3.
|
|
4
|
+
"version": "5.3.2",
|
|
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:collaboration",
|
|
13
|
+
"name": "Collaboration module",
|
|
14
|
+
"type": "product",
|
|
15
|
+
"premium": true,
|
|
16
|
+
"licenseFlag": "FEAT_COLLABORATION"
|
|
17
|
+
},
|
|
11
18
|
"repository": {
|
|
12
19
|
"type": "git",
|
|
13
20
|
"url": "https://github.com/tldraw/tldraw"
|
|
@@ -51,8 +58,8 @@
|
|
|
51
58
|
"node": ">=22.12.0"
|
|
52
59
|
},
|
|
53
60
|
"dependencies": {
|
|
54
|
-
"@tldraw/commenting": "5.3.
|
|
55
|
-
"@tldraw/utils": "5.3.
|
|
61
|
+
"@tldraw/commenting": "5.3.2",
|
|
62
|
+
"@tldraw/utils": "5.3.2"
|
|
56
63
|
},
|
|
57
64
|
"module": "dist-esm/index.mjs",
|
|
58
65
|
"source": "src/index.ts",
|