mdat-plugin-tldraw 1.0.0 → 1.0.2

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 (1) hide show
  1. package/package.json +6 -6
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdat-plugin-tldraw",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "description": "Mdat plugin to embed tldraw diagrams in Markdown files.",
5
5
  "keywords": [
6
6
  "markdown",
@@ -34,17 +34,17 @@
34
34
  "dist/*"
35
35
  ],
36
36
  "dependencies": {
37
- "@kitschpatrol/tldraw-cli": "^5.0.0",
37
+ "@kitschpatrol/tldraw-cli": "^5.0.2",
38
38
  "type-fest": "^5.2.0"
39
39
  },
40
40
  "devDependencies": {
41
- "@kitschpatrol/shared-config": "^5.7.4",
41
+ "@kitschpatrol/shared-config": "^5.8.1",
42
42
  "@types/node": "^20.19.24",
43
43
  "bumpp": "^10.3.1",
44
44
  "path-type": "^6.0.0",
45
- "tsdown": "^0.15.12",
45
+ "tsdown": "^0.16.0",
46
46
  "typescript": "~5.9.3",
47
- "vitest": "^4.0.6",
47
+ "vitest": "^4.0.7",
48
48
  "zod": "^3.25.76"
49
49
  },
50
50
  "peerDependencies": {
@@ -57,7 +57,7 @@
57
57
  "access": "public"
58
58
  },
59
59
  "scripts": {
60
- "build": "tsdown --tsconfig tsconfig.build.json",
60
+ "build": "tsdown --no-fixed-extension --tsconfig tsconfig.build.json",
61
61
  "clean": "git rm -f pnpm-lock.yaml ; git clean -fdX",
62
62
  "fix": "ksc fix",
63
63
  "lint": "ksc lint",