@kitschpatrol/tldraw-cli 5.0.5 → 5.0.7

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-BqlfB2-Z.js"></script>
7
+ <script type="module" crossorigin src="/assets/index-B5SuMZBa.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.5",
3
+ "version": "5.0.7",
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,17 +38,17 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@fontsource/inter": "^5.2.8",
41
- "@hono/node-server": "^1.19.6",
42
- "hono": "^4.10.7",
43
- "puppeteer": "^24.32.0",
41
+ "@hono/node-server": "^1.19.7",
42
+ "hono": "^4.11.1",
43
+ "puppeteer": "^24.33.0",
44
44
  "uint8array-extras": "^1.5.0",
45
45
  "yargs": "^18.0.0"
46
46
  },
47
47
  "devDependencies": {
48
- "@kitschpatrol/shared-config": "^5.9.2",
48
+ "@kitschpatrol/shared-config": "^5.10.0",
49
49
  "@sindresorhus/slugify": "^3.0.0",
50
50
  "@tldraw/assets": "^4.2.1",
51
- "@types/node": "^20.19.25",
51
+ "@types/node": "^20.19.27",
52
52
  "@types/react": "^19.2.7",
53
53
  "@types/react-dom": "^19.2.3",
54
54
  "@types/yargs": "^17.0.35",
@@ -57,16 +57,18 @@
57
57
  "cheerio": "^1.1.2",
58
58
  "esbuild": "^0.27.1",
59
59
  "get-port": "^7.1.0",
60
- "mdat-plugin-cli-help": "^1.0.2",
60
+ "mdat-plugin-cli-help": "^1.0.4",
61
61
  "nanoid": "^5.1.6",
62
62
  "natural-orderby": "^5.0.0",
63
+ "node-addon-api": "^8.5.0",
64
+ "node-gyp": "^12.1.0",
63
65
  "open": "^11.0.0",
64
66
  "path-type": "^6.0.0",
65
67
  "picocolors": "^1.1.1",
66
68
  "plur": "^6.0.0",
67
69
  "pretty-ms": "^9.3.0",
68
- "react": "^19.2.1",
69
- "react-dom": "^19.2.1",
70
+ "react": "^19.2.3",
71
+ "react-dom": "^19.2.3",
70
72
  "safe-stable-stringify": "^2.5.0",
71
73
  "sharp": "^0.34.5",
72
74
  "sharp-phash": "^2.2.0",
@@ -75,7 +77,7 @@
75
77
  "tsx": "^4.21.0",
76
78
  "typescript": "~5.9.3",
77
79
  "untildify": "^6.0.0",
78
- "vite": "^7.2.6",
80
+ "vite": "^7.3.0",
79
81
  "vitest": "^4.0.15"
80
82
  },
81
83
  "engines": {
@@ -86,8 +88,8 @@
86
88
  },
87
89
  "scripts": {
88
90
  "build": "pnpm run build:tldraw && pnpm run build:lib && pnpm run build:cli",
89
- "build:cli": "tsx ./scripts/build-cli.ts && tsc -p tsconfig.build.json",
90
- "build:lib": "tsx ./scripts/build-lib.ts && tsc -p tsconfig.lib.json",
91
+ "build:cli": "tsx ./scripts/build-cli.ts",
92
+ "build:lib": "tsx ./scripts/build-lib.ts && tsc -p tsconfig.build.json",
91
93
  "build:tldraw": "pnpm run tldraw:copy-assets && vite build",
92
94
  "clean": "git rm -f pnpm-lock.yaml ; git clean -fdX",
93
95
  "dev": "pnpm run dev:tldraw",
package/dist/.DS_Store DELETED
Binary file