@kitschpatrol/tldraw-cli 5.0.5 → 5.0.6
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 +1 -1
- package/dist/.DS_Store +0 -0
- package/package.json +7 -5
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.
|
|
28374
|
+
var version = "5.0.6";
|
|
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
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/tldraw-cli",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.6",
|
|
4
4
|
"description": "A CLI tool and TypeScript library for exporting tldraw sketches to PNG or SVG images.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"tldraw",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"yargs": "^18.0.0"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@kitschpatrol/shared-config": "^5.
|
|
48
|
+
"@kitschpatrol/shared-config": "^5.10.0",
|
|
49
49
|
"@sindresorhus/slugify": "^3.0.0",
|
|
50
50
|
"@tldraw/assets": "^4.2.1",
|
|
51
51
|
"@types/node": "^20.19.25",
|
|
@@ -57,9 +57,11 @@
|
|
|
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.
|
|
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",
|
|
@@ -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
|
|
90
|
-
"build:lib": "tsx ./scripts/build-lib.ts && tsc -p tsconfig.
|
|
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",
|