@kitschpatrol/tldraw-cli 5.0.1 → 5.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.
- package/bin/cli.js +431 -195
- package/dist/.DS_Store +0 -0
- package/dist/tldraw/assets/{index-B3SG4X2h.js → index-BvJZHyBs.js} +7 -93
- package/dist/tldraw/index.html +1 -1
- package/package.json +9 -9
package/dist/tldraw/index.html
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
<meta charset="UTF-8" />
|
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
6
6
|
<title>tldraw via tldraw-cli</title>
|
|
7
|
-
<script type="module" crossorigin src="/assets/index-
|
|
7
|
+
<script type="module" crossorigin src="/assets/index-BvJZHyBs.js"></script>
|
|
8
8
|
<link rel="stylesheet" crossorigin href="/assets/index-CfRYDVEH.css">
|
|
9
9
|
</head>
|
|
10
10
|
<body>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/tldraw-cli",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.3",
|
|
4
4
|
"description": "A CLI tool and TypeScript library for exporting tldraw sketches to PNG or SVG images.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tldraw",
|
|
@@ -40,43 +40,43 @@
|
|
|
40
40
|
"@fontsource/inter": "^5.2.8",
|
|
41
41
|
"@hono/node-server": "^1.19.6",
|
|
42
42
|
"hono": "^4.10.4",
|
|
43
|
-
"puppeteer": "^24.
|
|
43
|
+
"puppeteer": "^24.29.1",
|
|
44
44
|
"uint8array-extras": "^1.5.0",
|
|
45
45
|
"yargs": "^18.0.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@kitschpatrol/shared-config": "^5.8.
|
|
48
|
+
"@kitschpatrol/shared-config": "^5.8.2",
|
|
49
49
|
"@sindresorhus/slugify": "^3.0.0",
|
|
50
50
|
"@tldraw/assets": "^4.1.2",
|
|
51
51
|
"@types/node": "^20.19.24",
|
|
52
52
|
"@types/react": "^19.2.2",
|
|
53
53
|
"@types/react-dom": "^19.2.2",
|
|
54
54
|
"@types/yargs": "^17.0.34",
|
|
55
|
-
"@vitejs/plugin-react-swc": "^4.2.
|
|
55
|
+
"@vitejs/plugin-react-swc": "^4.2.1",
|
|
56
56
|
"bumpp": "^10.3.1",
|
|
57
57
|
"cheerio": "^1.1.2",
|
|
58
58
|
"esbuild": "^0.25.12",
|
|
59
59
|
"get-port": "^7.1.0",
|
|
60
|
-
"mdat-plugin-cli-help": "^1.0.
|
|
60
|
+
"mdat-plugin-cli-help": "^1.0.2",
|
|
61
61
|
"nanoid": "^5.1.6",
|
|
62
62
|
"natural-orderby": "^5.0.0",
|
|
63
63
|
"open": "^10.2.0",
|
|
64
64
|
"path-type": "^6.0.0",
|
|
65
65
|
"picocolors": "^1.1.1",
|
|
66
|
-
"plur": "^
|
|
66
|
+
"plur": "^6.0.0",
|
|
67
67
|
"pretty-ms": "^9.3.0",
|
|
68
68
|
"react": "^19.2.0",
|
|
69
69
|
"react-dom": "^19.2.0",
|
|
70
70
|
"safe-stable-stringify": "^2.5.0",
|
|
71
|
-
"sharp": "
|
|
71
|
+
"sharp": "0.34.4",
|
|
72
72
|
"sharp-phash": "^2.2.0",
|
|
73
73
|
"strip-ansi": "^7.1.2",
|
|
74
74
|
"tldraw": "^4.1.2",
|
|
75
75
|
"tsx": "^4.20.6",
|
|
76
76
|
"typescript": "~5.9.3",
|
|
77
77
|
"untildify": "^6.0.0",
|
|
78
|
-
"vite": "^7.1
|
|
79
|
-
"vitest": "^
|
|
78
|
+
"vite": "^7.2.1",
|
|
79
|
+
"vitest": "^4.0.7"
|
|
80
80
|
},
|
|
81
81
|
"engines": {
|
|
82
82
|
"node": ">=20.19.0"
|