@kitschpatrol/tldraw-cli 4.6.15 → 4.6.17

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-DAN0_a7f.js"></script>
8
- <link rel="stylesheet" crossorigin href="/assets/index-Dt7-dFc-.css">
7
+ <script type="module" crossorigin src="/assets/index-DVTri2z4.js"></script>
8
+ <link rel="stylesheet" crossorigin href="/assets/index-BTgE_-vf.css">
9
9
  </head>
10
10
  <body>
11
11
  <div id="root"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/tldraw-cli",
3
- "version": "4.6.15",
3
+ "version": "4.6.17",
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,23 +40,24 @@
40
40
  "dependencies": {
41
41
  "@fontsource/inter": "^5.1.0",
42
42
  "express": "^4.21.0",
43
- "puppeteer": "^23.3.0",
43
+ "puppeteer": "^23.4.1",
44
44
  "uint8array-extras": "^1.4.0",
45
45
  "yargs": "^17.7.2"
46
46
  },
47
47
  "devDependencies": {
48
- "@kitschpatrol/shared-config": "^4.7.6",
48
+ "@kitschpatrol/shared-config": "^4.7.10",
49
49
  "@sindresorhus/slugify": "^2.2.1",
50
- "@tldraw/assets": "3.0.1",
50
+ "@tldraw/assets": "3.2.0",
51
51
  "@types/express": "^4.17.21",
52
- "@types/react": "^18.3.5",
52
+ "@types/node": "18.0.0",
53
+ "@types/react": "^18.3.9",
53
54
  "@types/react-dom": "^18.3.0",
54
55
  "@types/yargs": "^17.0.33",
55
56
  "@vitejs/plugin-react-swc": "^3.7.0",
56
57
  "bumpp": "^9.5.2",
57
58
  "chalk": "^5.3.0",
58
- "cheerio": "1.0.0-rc.12",
59
- "esbuild": "^0.23.1",
59
+ "cheerio": "^1.0.0",
60
+ "esbuild": "^0.24.0",
60
61
  "eslint-plugin-react-hooks": "^4.6.2",
61
62
  "eslint-plugin-react-refresh": "^0.4.12",
62
63
  "get-port": "^7.1.0",
@@ -71,11 +72,11 @@
71
72
  "sharp": "^0.33.5",
72
73
  "sharp-phash": "^2.1.0",
73
74
  "strip-ansi": "^7.1.0",
74
- "tldraw": "3.0.1",
75
+ "tldraw": "3.2.0",
75
76
  "tsx": "^4.19.1",
76
77
  "typescript": "^5.6.2",
77
78
  "untildify": "^5.0.0",
78
- "vite": "^5.4.5",
79
+ "vite": "^5.4.8",
79
80
  "vitest": "^2.1.1"
80
81
  },
81
82
  "publishConfig": {
@@ -93,7 +94,7 @@
93
94
  "lint": "shared-config --lint",
94
95
  "preview": "pnpm run preview:tldraw",
95
96
  "preview:tldraw": "vite preview",
96
- "release": "pnpm bumpp --commit 'Release: %s' && pnpm build && pnpm publish --otp $(op read 'op://Personal/Npmjs/one-time password?attribute=otp')",
97
+ "release": "bumpp --commit 'Release: %s' && pnpm run build && pnpm publish --otp $(op read 'op://Personal/Npmjs/one-time password?attribute=otp')",
97
98
  "test": "vitest --run",
98
99
  "test:watch": "pnpm run build && vitest",
99
100
  "tldraw:copy-assets": "rsync -av --include='/*/' --exclude='/*' --exclude='favicon.ico' ./node_modules/@tldraw/assets/ ./src/tldraw/public/"
package/dist/.DS_Store DELETED
Binary file