@tldraw/mentions 5.3.0 → 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 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
@@ -35,7 +35,7 @@ var import_mention_extension = require("./mention-extension");
35
35
  var import_mention_suggestion = require("./mention-suggestion");
36
36
  (0, import_utils.registerTldrawLibraryVersion)(
37
37
  "@tldraw/mentions",
38
- "5.3.0",
38
+ "5.3.2",
39
39
  "cjs"
40
40
  );
41
41
  //# sourceMappingURL=index.js.map
@@ -10,7 +10,7 @@ import {
10
10
  } from "./mention-suggestion.mjs";
11
11
  registerTldrawLibraryVersion(
12
12
  "@tldraw/mentions",
13
- "5.3.0",
13
+ "5.3.2",
14
14
  "esm"
15
15
  );
16
16
  export {
package/package.json CHANGED
@@ -1,13 +1,21 @@
1
1
  {
2
2
  "name": "@tldraw/mentions",
3
3
  "description": "tldraw @-mention picker and TipTap node, shared by commenting and shape rich text.",
4
- "version": "5.3.0",
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: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"
@@ -54,8 +62,8 @@
54
62
  "@tiptap/pm": "^3.12.1",
55
63
  "@tiptap/react": "^3.12.1",
56
64
  "@tiptap/suggestion": "3.13.0",
57
- "@tldraw/utils": "5.3.0",
58
- "tldraw": "5.3.0"
65
+ "@tldraw/utils": "5.3.2",
66
+ "tldraw": "5.3.2"
59
67
  },
60
68
  "module": "dist-esm/index.mjs",
61
69
  "source": "src/index.ts",