@kitschpatrol/tldraw-cli 4.6.4 → 4.6.6

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,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-DNvBYIp4.js"></script>
7
+ <script type="module" crossorigin src="/assets/index-D1ZVSU0Y.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/assets/index-CY4X3CGC.css">
9
9
  </head>
10
10
  <body>
@@ -115,9 +115,9 @@
115
115
  "action.zoom-to-selection": "Zoom to selection",
116
116
  "assets.files.upload-failed": "Upload failed",
117
117
  "assets.url.failed": "Couldn't load URL preview",
118
- "color-scheme.dark": "Dark",
119
- "color-scheme.light": "Light",
120
- "color-scheme.system": "System",
118
+ "theme.dark": "Dark",
119
+ "theme.light": "Light",
120
+ "theme.system": "System",
121
121
  "color-style.white": "White",
122
122
  "color-style.black": "Black",
123
123
  "color-style.blue": "Blue",
@@ -232,7 +232,7 @@
232
232
  "tool.embed": "Embed",
233
233
  "tool.text": "Text",
234
234
  "menu.title": "Menu",
235
- "menu.color-scheme": "Color scheme",
235
+ "menu.theme": "Theme",
236
236
  "menu.copy-as": "Copy as",
237
237
  "menu.edit": "Edit",
238
238
  "menu.export-as": "Export as",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/tldraw-cli",
3
- "version": "4.6.4",
3
+ "version": "4.6.6",
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": {
@@ -46,14 +46,14 @@
46
46
  "dependencies": {
47
47
  "@fontsource/inter": "^5.0.18",
48
48
  "express": "^4.19.2",
49
- "puppeteer": "^22.11.2",
49
+ "puppeteer": "^22.12.1",
50
50
  "uint8array-extras": "^1.1.0",
51
51
  "yargs": "^17.7.2"
52
52
  },
53
53
  "devDependencies": {
54
54
  "@kitschpatrol/shared-config": "^4.7.2",
55
55
  "@sindresorhus/slugify": "^2.2.1",
56
- "@tldraw/assets": "2.3.0-canary.fef462bd67aa",
56
+ "@tldraw/assets": "2.3.0",
57
57
  "@types/express": "^4.17.21",
58
58
  "@types/react": "^18.3.3",
59
59
  "@types/react-dom": "^18.3.0",
@@ -77,11 +77,11 @@
77
77
  "sharp": "^0.33.4",
78
78
  "sharp-phash": "^2.1.0",
79
79
  "strip-ansi": "^7.1.0",
80
- "tldraw": "2.3.0-canary.fef462bd67aa",
81
- "tsx": "^4.15.6",
82
- "typescript": "^5.4.5",
80
+ "tldraw": "2.3.0",
81
+ "tsx": "^4.15.7",
82
+ "typescript": "^5.5.2",
83
83
  "untildify": "^5.0.0",
84
- "vite": "^5.3.1",
84
+ "vite": "^5.3.2",
85
85
  "vitest": "^1.6.0"
86
86
  },
87
87
  "publishConfig": {