@tldraw/mermaid 5.1.1 → 5.2.0-canary.0878dbd31f0d

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/README.md CHANGED
@@ -183,6 +183,12 @@ The `mermaid` dependency is roughly 2 MB. The paste handler above already lazy-l
183
183
 
184
184
  See the [Mermaid diagrams example](https://github.com/tldraw/tldraw/tree/main/apps/examples/src/examples/use-cases/hundred-mermaids) in the examples app for a runnable demo that renders many diagram types at once. Run it locally with `yarn dev` from the repo root and visit `localhost:5420`.
185
185
 
186
+ ## Documentation
187
+
188
+ Documentation for the most recent release can be found on [tldraw.dev/docs](https://tldraw.dev/docs), including [reference docs](https://tldraw.dev/reference/editor/Editor). Our release notes can be found [here](https://tldraw.dev/releases).
189
+
190
+ For more agent-friendly docs, see our [LLMs.txt](https://tldraw.dev/llms.txt).
191
+
186
192
  ## License
187
193
 
188
194
  This project is part of the tldraw SDK. It is provided under the [tldraw SDK license](https://github.com/tldraw/tldraw/blob/main/LICENSE.md).
@@ -197,7 +203,7 @@ You can find tldraw on npm [here](https://www.npmjs.com/package/@tldraw/tldraw?a
197
203
 
198
204
  ## Contribution
199
205
 
200
- Please see our [contributing guide](https://github.com/tldraw/tldraw/blob/main/CONTRIBUTING.md). Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
206
+ Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
201
207
 
202
208
  ## Community
203
209
 
package/dist-cjs/index.js CHANGED
@@ -35,7 +35,7 @@ var import_mermaidNodeCreateShape = require("./mermaidNodeCreateShape");
35
35
  var import_renderBlueprint = require("./renderBlueprint");
36
36
  (0, import_utils.registerTldrawLibraryVersion)(
37
37
  "@tldraw/mermaid",
38
- "5.1.1",
38
+ "5.2.0-canary.0878dbd31f0d",
39
39
  "cjs"
40
40
  );
41
41
  //# sourceMappingURL=index.js.map
@@ -11,7 +11,7 @@ import {
11
11
  import { renderBlueprint } from "./renderBlueprint.mjs";
12
12
  registerTldrawLibraryVersion(
13
13
  "@tldraw/mermaid",
14
- "5.1.1",
14
+ "5.2.0-canary.0878dbd31f0d",
15
15
  "esm"
16
16
  );
17
17
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/mermaid",
3
3
  "description": "Mermaid diagram to tldraw shape conversion.",
4
- "version": "5.1.1",
4
+ "version": "5.2.0-canary.0878dbd31f0d",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -40,18 +40,18 @@
40
40
  "lint": "yarn run -T tsx ../../internal/scripts/lint.ts"
41
41
  },
42
42
  "dependencies": {
43
- "@tldraw/tlschema": "5.1.1",
44
- "@tldraw/utils": "5.1.1",
43
+ "@tldraw/tlschema": "5.2.0-canary.0878dbd31f0d",
44
+ "@tldraw/utils": "5.2.0-canary.0878dbd31f0d",
45
45
  "mermaid": "11.12.2"
46
46
  },
47
47
  "peerDependencies": {
48
48
  "react": "^18.2.0 || ^19.2.1",
49
49
  "react-dom": "^18.2.0 || ^19.2.1",
50
- "tldraw": "5.1.1"
50
+ "tldraw": "5.2.0-canary.0878dbd31f0d"
51
51
  },
52
52
  "devDependencies": {
53
53
  "lazyrepo": "0.0.0-alpha.27",
54
- "vitest": "^3.2.4"
54
+ "vitest": "^4.1.7"
55
55
  },
56
56
  "module": "dist-esm/index.mjs",
57
57
  "source": "src/index.ts",