mdat-plugin-tldraw 1.0.2 → 1.0.4

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/index.js CHANGED
@@ -3420,7 +3420,6 @@ ZodNaN.create = (params) => {
3420
3420
  ...processCreateParams(params)
3421
3421
  });
3422
3422
  };
3423
- const BRAND = Symbol("zod_brand");
3424
3423
  var ZodBranded = class extends ZodType {
3425
3424
  _parse(input) {
3426
3425
  const { ctx } = this._processInputParams(input);
package/license.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 Eric Mika
3
+ Copyright (c) 2025-2026 Eric Mika
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdat-plugin-tldraw",
3
- "version": "1.0.2",
3
+ "version": "1.0.4",
4
4
  "description": "Mdat plugin to embed tldraw diagrams in Markdown files.",
5
5
  "keywords": [
6
6
  "markdown",
@@ -34,17 +34,18 @@
34
34
  "dist/*"
35
35
  ],
36
36
  "dependencies": {
37
- "@kitschpatrol/tldraw-cli": "^5.0.2",
38
- "type-fest": "^5.2.0"
37
+ "@kitschpatrol/tldraw-cli": "^5.0.8",
38
+ "type-fest": "^5.4.1"
39
39
  },
40
40
  "devDependencies": {
41
- "@kitschpatrol/shared-config": "^5.8.1",
42
- "@types/node": "^20.19.24",
43
- "bumpp": "^10.3.1",
41
+ "@kitschpatrol/shared-config": "^5.12.0",
42
+ "@types/node": "^20.19.30",
43
+ "bumpp": "^10.4.0",
44
+ "mdat": "^1.3.4",
44
45
  "path-type": "^6.0.0",
45
- "tsdown": "^0.16.0",
46
+ "tsdown": "^0.19.0",
46
47
  "typescript": "~5.9.3",
47
- "vitest": "^4.0.7",
48
+ "vitest": "^4.0.17",
48
49
  "zod": "^3.25.76"
49
50
  },
50
51
  "peerDependencies": {
@@ -53,9 +54,6 @@
53
54
  "engines": {
54
55
  "node": ">=20.19.0"
55
56
  },
56
- "publishConfig": {
57
- "access": "public"
58
- },
59
57
  "scripts": {
60
58
  "build": "tsdown --no-fixed-extension --tsconfig tsconfig.build.json",
61
59
  "clean": "git rm -f pnpm-lock.yaml ; git clean -fdX",