@tldraw/mermaid 5.2.0-next.b91d4a4551c9 → 5.2.0-next.cd4a35fc06d5

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
@@ -197,7 +197,7 @@ You can find tldraw on npm [here](https://www.npmjs.com/package/@tldraw/tldraw?a
197
197
 
198
198
  ## Contribution
199
199
 
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).
200
+ Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
201
201
 
202
202
  ## Community
203
203
 
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.2.0-next.b91d4a4551c9",
38
+ "5.2.0-next.cd4a35fc06d5",
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.2.0-next.b91d4a4551c9",
14
+ "5.2.0-next.cd4a35fc06d5",
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.2.0-next.b91d4a4551c9",
4
+ "version": "5.2.0-next.cd4a35fc06d5",
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.2.0-next.b91d4a4551c9",
44
- "@tldraw/utils": "5.2.0-next.b91d4a4551c9",
43
+ "@tldraw/tlschema": "5.2.0-next.cd4a35fc06d5",
44
+ "@tldraw/utils": "5.2.0-next.cd4a35fc06d5",
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.2.0-next.b91d4a4551c9"
50
+ "tldraw": "5.2.0-next.cd4a35fc06d5"
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",