@kitschpatrol/tldraw-cli 5.0.7 → 5.0.8

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-B5SuMZBa.js"></script>
7
+ <script type="module" crossorigin src="/assets/index-B2qwZatA.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/assets/index-CfRYDVEH.css">
9
9
  </head>
10
10
  <body>
package/license.txt CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024-2025 Eric Mika
3
+ Copyright (c) 2024-2026 Eric Mika
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/tldraw-cli",
3
- "version": "5.0.7",
3
+ "version": "5.0.8",
4
4
  "description": "A CLI tool and TypeScript library for exporting tldraw sketches to PNG or SVG images.",
5
5
  "keywords": [
6
6
  "tldraw",
@@ -38,24 +38,24 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@fontsource/inter": "^5.2.8",
41
- "@hono/node-server": "^1.19.7",
42
- "hono": "^4.11.1",
43
- "puppeteer": "^24.33.0",
41
+ "@hono/node-server": "^1.19.9",
42
+ "hono": "^4.11.4",
43
+ "puppeteer": "^24.35.0",
44
44
  "uint8array-extras": "^1.5.0",
45
45
  "yargs": "^18.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@kitschpatrol/shared-config": "^5.10.0",
48
+ "@kitschpatrol/shared-config": "^5.12.0",
49
49
  "@sindresorhus/slugify": "^3.0.0",
50
- "@tldraw/assets": "^4.2.1",
51
- "@types/node": "^20.19.27",
52
- "@types/react": "^19.2.7",
50
+ "@tldraw/assets": "^4.2.3",
51
+ "@types/node": "^20.19.30",
52
+ "@types/react": "^19.2.8",
53
53
  "@types/react-dom": "^19.2.3",
54
54
  "@types/yargs": "^17.0.35",
55
55
  "@vitejs/plugin-react-swc": "^4.2.2",
56
- "bumpp": "^10.3.2",
56
+ "bumpp": "^10.4.0",
57
57
  "cheerio": "^1.1.2",
58
- "esbuild": "^0.27.1",
58
+ "esbuild": "^0.27.2",
59
59
  "get-port": "^7.1.0",
60
60
  "mdat-plugin-cli-help": "^1.0.4",
61
61
  "nanoid": "^5.1.6",
@@ -73,12 +73,12 @@
73
73
  "sharp": "^0.34.5",
74
74
  "sharp-phash": "^2.2.0",
75
75
  "strip-ansi": "^7.1.2",
76
- "tldraw": "^4.2.1",
76
+ "tldraw": "^4.2.3",
77
77
  "tsx": "^4.21.0",
78
78
  "typescript": "~5.9.3",
79
79
  "untildify": "^6.0.0",
80
- "vite": "^7.3.0",
81
- "vitest": "^4.0.15"
80
+ "vite": "^7.3.1",
81
+ "vitest": "^4.0.17"
82
82
  },
83
83
  "engines": {
84
84
  "node": ">=20.19.0"