@tldraw/commenting 0.0.0-bootstrap → 5.3.0-internal.fba91ed55f6c

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
@@ -120,7 +120,7 @@ var import_state = require("./canvas/state");
120
120
  var import_thread_state = require("./canvas/thread-state");
121
121
  (0, import_utils.registerTldrawLibraryVersion)(
122
122
  "@tldraw/commenting",
123
- "0.0.0-bootstrap",
123
+ "5.3.0-internal.fba91ed55f6c",
124
124
  "cjs"
125
125
  );
126
126
  //# sourceMappingURL=index.js.map
@@ -71,7 +71,7 @@ import {
71
71
  } from "./canvas/thread-state.mjs";
72
72
  registerTldrawLibraryVersion(
73
73
  "@tldraw/commenting",
74
- "0.0.0-bootstrap",
74
+ "5.3.0-internal.fba91ed55f6c",
75
75
  "esm"
76
76
  );
77
77
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/commenting",
3
3
  "description": "tldraw commenting UI components.",
4
- "version": "0.0.0-bootstrap",
4
+ "version": "5.3.0-internal.fba91ed55f6c",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -56,8 +56,8 @@
56
56
  "@tiptap/pm": "^3.12.1",
57
57
  "@tiptap/react": "^3.12.1",
58
58
  "@tiptap/suggestion": "3.13.0",
59
- "@tldraw/utils": "5.2.5",
60
- "tldraw": "5.2.5"
59
+ "@tldraw/utils": "5.3.0-internal.fba91ed55f6c",
60
+ "tldraw": "5.3.0-internal.fba91ed55f6c"
61
61
  },
62
62
  "module": "dist-esm/index.mjs",
63
63
  "source": "src/index.ts",