@kitschpatrol/tldraw-cli 4.6.31 → 4.6.32

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.
Files changed (2) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +5 -5
package/bin/cli.js CHANGED
@@ -23659,7 +23659,7 @@ import yargs from "yargs";
23659
23659
  import { hideBin } from "yargs/helpers";
23660
23660
 
23661
23661
  // package.json
23662
- var version = "4.6.31";
23662
+ var version = "4.6.32";
23663
23663
 
23664
23664
  // node_modules/.pnpm/nanoid@5.1.2/node_modules/nanoid/index.js
23665
23665
  import { webcrypto as crypto } from "node:crypto";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/tldraw-cli",
3
- "version": "4.6.31",
3
+ "version": "4.6.32",
4
4
  "description": "A CLI tool and TypeScript library for exporting tldraw sketches to PNG or SVG images.",
5
5
  "keywords": [
6
6
  "tldraw",
@@ -16,7 +16,7 @@
16
16
  "bugs": "https://github.com/kitschpatrol/tldraw-cli/issues",
17
17
  "repository": {
18
18
  "type": "git",
19
- "url": "https://github.com/kitschpatrol/tldraw-cli"
19
+ "url": "git+https://github.com/kitschpatrol/tldraw-cli.git"
20
20
  },
21
21
  "license": "MIT",
22
22
  "author": {
@@ -39,16 +39,16 @@
39
39
  "dependencies": {
40
40
  "@fontsource/inter": "^5.2.5",
41
41
  "express": "^4.21.2",
42
- "puppeteer": "^24.3.0",
42
+ "puppeteer": "^24.3.1",
43
43
  "uint8array-extras": "^1.4.0",
44
44
  "yargs": "^17.7.2"
45
45
  },
46
46
  "devDependencies": {
47
- "@kitschpatrol/shared-config": "^5.0.8",
47
+ "@kitschpatrol/shared-config": "^5.2.0",
48
48
  "@sindresorhus/slugify": "^2.2.1",
49
49
  "@tldraw/assets": "3.8.1",
50
50
  "@types/express": "^4.17.21",
51
- "@types/node": "^20.17.22",
51
+ "@types/node": "^20.17.23",
52
52
  "@types/react": "^18.3.18",
53
53
  "@types/react-dom": "^18.3.5",
54
54
  "@types/yargs": "^17.0.33",