@kitschpatrol/tldraw-cli 4.6.20 → 4.6.21

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.
@@ -4,8 +4,8 @@
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-ClJZpE8N.js"></script>
8
- <link rel="stylesheet" crossorigin href="/assets/index-BqIZB63u.css">
7
+ <script type="module" crossorigin src="/assets/index-ClmnmyZV.js"></script>
8
+ <link rel="stylesheet" crossorigin href="/assets/index-C2Zi_I-5.css">
9
9
  </head>
10
10
  <body>
11
11
  <div id="root"></div>
@@ -338,6 +338,7 @@
338
338
  "home-project-dialog.ok": "Ok",
339
339
  "style-panel.title": "Styles",
340
340
  "style-panel.align": "Align",
341
+ "style-panel.label-align": "Label align",
341
342
  "style-panel.vertical-align": "Vertical align",
342
343
  "style-panel.position": "Position",
343
344
  "style-panel.arrowheads": "Arrows",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/tldraw-cli",
3
- "version": "4.6.20",
3
+ "version": "4.6.21",
4
4
  "type": "module",
5
5
  "description": "A CLI tool for exporting tldraw sketch URLs and local .tldr files to SVG or PNG images.",
6
6
  "repository": "github:kitschpatrol/tldraw-cli",
@@ -40,18 +40,18 @@
40
40
  "dependencies": {
41
41
  "@fontsource/inter": "^5.1.0",
42
42
  "express": "^4.21.1",
43
- "puppeteer": "^23.5.2",
43
+ "puppeteer": "^23.6.0",
44
44
  "uint8array-extras": "^1.4.0",
45
45
  "yargs": "^17.7.2"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@kitschpatrol/shared-config": "^4.7.11",
49
49
  "@sindresorhus/slugify": "^2.2.1",
50
- "@tldraw/assets": "3.3.0",
50
+ "@tldraw/assets": "3.4.0",
51
51
  "@types/express": "^4.17.21",
52
52
  "@types/node": "18.0.0",
53
- "@types/react": "^18.3.11",
54
- "@types/react-dom": "^18.3.0",
53
+ "@types/react": "^18.3.12",
54
+ "@types/react-dom": "^18.3.1",
55
55
  "@types/yargs": "^17.0.33",
56
56
  "@vitejs/plugin-react-swc": "^3.7.1",
57
57
  "bumpp": "^9.7.1",
@@ -59,7 +59,7 @@
59
59
  "cheerio": "^1.0.0",
60
60
  "esbuild": "^0.24.0",
61
61
  "eslint-plugin-react-hooks": "^4.6.2",
62
- "eslint-plugin-react-refresh": "^0.4.12",
62
+ "eslint-plugin-react-refresh": "^0.4.13",
63
63
  "get-port": "^7.1.0",
64
64
  "nanoid": "^5.0.7",
65
65
  "open": "^10.1.0",
@@ -72,12 +72,12 @@
72
72
  "sharp": "^0.33.5",
73
73
  "sharp-phash": "^2.1.0",
74
74
  "strip-ansi": "^7.1.0",
75
- "tldraw": "3.3.0",
75
+ "tldraw": "3.4.0",
76
76
  "tsx": "^4.19.1",
77
77
  "typescript": "^5.6.3",
78
78
  "untildify": "^5.0.0",
79
- "vite": "^5.4.8",
80
- "vitest": "^2.1.2"
79
+ "vite": "^5.4.10",
80
+ "vitest": "^2.1.3"
81
81
  },
82
82
  "publishConfig": {
83
83
  "access": "public"