@kitschpatrol/tldraw-cli 5.0.2 → 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 CHANGED
@@ -28371,7 +28371,7 @@ import yargs from "yargs";
28371
28371
  import { hideBin } from "yargs/helpers";
28372
28372
 
28373
28373
  // package.json
28374
- var version = "5.0.2";
28374
+ var version = "5.0.3";
28375
28375
 
28376
28376
  // node_modules/.pnpm/nanoid@5.1.6/node_modules/nanoid/index.js
28377
28377
  import { webcrypto as crypto } from "node:crypto";
package/dist/.DS_Store ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/tldraw-cli",
3
- "version": "5.0.2",
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,12 +40,12 @@
40
40
  "@fontsource/inter": "^5.2.8",
41
41
  "@hono/node-server": "^1.19.6",
42
42
  "hono": "^4.10.4",
43
- "puppeteer": "^24.29.0",
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.1",
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",
@@ -57,7 +57,7 @@
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.1",
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",
@@ -68,14 +68,14 @@
68
68
  "react": "^19.2.0",
69
69
  "react-dom": "^19.2.0",
70
70
  "safe-stable-stringify": "^2.5.0",
71
- "sharp": "^0.34.4",
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.2.0",
78
+ "vite": "^7.2.1",
79
79
  "vitest": "^4.0.7"
80
80
  },
81
81
  "engines": {