mdat-plugin-tldraw 1.0.2 → 1.0.3

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.
Files changed (2) hide show
  1. package/dist/index.js +0 -1
  2. package/package.json +9 -11
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdat-plugin-tldraw",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
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.6",
38
+ "type-fest": "^5.3.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.10.0",
42
+ "@types/node": "^20.19.25",
43
+ "bumpp": "^10.3.2",
44
+ "mdat": "^1.3.3",
44
45
  "path-type": "^6.0.0",
45
- "tsdown": "^0.16.0",
46
+ "tsdown": "^0.17.1",
46
47
  "typescript": "~5.9.3",
47
- "vitest": "^4.0.7",
48
+ "vitest": "^4.0.15",
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",