mdat-plugin-tldraw 2.0.1 → 2.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 (2) hide show
  1. package/package.json +10 -9
  2. package/readme.md +7 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mdat-plugin-tldraw",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
4
4
  "description": "Mdat plugin to embed tldraw diagrams in Markdown files.",
5
5
  "keywords": [
6
6
  "markdown",
@@ -35,19 +35,20 @@
35
35
  "dist/*"
36
36
  ],
37
37
  "dependencies": {
38
- "@kitschpatrol/tldraw-cli": "^5.0.14",
38
+ "@kitschpatrol/tldraw-cli": "^5.0.16",
39
39
  "path-type": "^6.0.0",
40
40
  "zod": "^4.3.6"
41
41
  },
42
42
  "devDependencies": {
43
- "@kitschpatrol/shared-config": "^7.0.1",
43
+ "@kitschpatrol/shared-config": "^7.5.0",
44
44
  "@types/node": "~20.19.39",
45
45
  "bumpp": "^11.0.1",
46
- "mdat": "^2.1.0",
47
- "remark-mdat": "^2.2.0",
48
- "tsdown": "^0.21.7",
46
+ "mdat": "^2.3.0",
47
+ "remark-mdat": "^2.2.1",
48
+ "shx": "^0.4.0",
49
+ "tsdown": "^0.21.10",
49
50
  "typescript": "~5.9.3",
50
- "vitest": "^4.1.2"
51
+ "vitest": "^4.1.5"
51
52
  },
52
53
  "peerDependencies": {
53
54
  "mdat": "^2.0.0",
@@ -64,10 +65,10 @@
64
65
  },
65
66
  "scripts": {
66
67
  "build": "tsdown --no-fixed-extension --tsconfig tsconfig.build.json",
67
- "clean": "git rm -f pnpm-lock.yaml ; git clean -fdX",
68
+ "clean": "shx rm -f pnpm-lock.yaml && git clean -fdX -e !.claude/",
68
69
  "fix": "ksc fix",
69
70
  "lint": "ksc lint",
70
- "release": "bumpp --commit 'Release: %s' && pnpm run build && NPM_AUTH_TOKEN=$(op read 'op://Personal/npm/token') && pnpm publish",
71
+ "release": "bumpp --commit 'Release: %s' && pnpm build && NPM_AUTH_TOKEN=$(op read 'op://Personal/npm/token') && pnpm publish",
71
72
  "test": "vitest run"
72
73
  }
73
74
  }
package/readme.md CHANGED
@@ -123,13 +123,17 @@ Older `mdat` 1.x compatible versions [remain available](https://www.npmjs.com/pa
123
123
 
124
124
  ## Maintainers
125
125
 
126
- [@kitschpatrol](https://github.com/kitschpatrol)
126
+ [kitschpatrol](https://github.com/kitschpatrol)
127
127
 
128
128
  <!-- contributing -->
129
129
 
130
130
  ## Contributing
131
131
 
132
- [Issues](https://github.com/kitschpatrol/mdat-plugin-tldraw/issues) and pull requests are welcome.
132
+ [Issues](https://github.com/kitschpatrol/mdat-plugin-tldraw/issues) are welcome and appreciated.
133
+
134
+ Please open an issue to discuss changes before submitting a pull request. Unsolicited PRs (especially AI-generated ones) are unlikely to be merged.
135
+
136
+ This repository uses [@kitschpatrol/shared-config](https://github.com/kitschpatrol/shared-config) (via its `ksc` CLI) for linting and formatting, plus [MDAT](https://github.com/kitschpatrol/mdat) for readme placeholder expansion.
133
137
 
134
138
  <!-- /contributing -->
135
139
 
@@ -137,6 +141,6 @@ Older `mdat` 1.x compatible versions [remain available](https://www.npmjs.com/pa
137
141
 
138
142
  ## License
139
143
 
140
- [MIT](license.txt) © Eric Mika
144
+ [MIT](license.txt) © [Eric Mika](https://ericmika.com)
141
145
 
142
146
  <!-- /license -->