@kitschpatrol/tldraw-cli 4.6.18 → 4.6.19

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
@@ -23028,7 +23028,7 @@ import yargs from "yargs";
23028
23028
  import { hideBin } from "yargs/helpers";
23029
23029
 
23030
23030
  // package.json
23031
- var version = "4.6.18";
23031
+ var version = "4.6.19";
23032
23032
 
23033
23033
  // node_modules/.pnpm/nanoid@5.0.7/node_modules/nanoid/index.js
23034
23034
  import { webcrypto as crypto } from "node:crypto";
package/dist/lib/index.js CHANGED
@@ -1,3 +1,7 @@
1
+
2
+ import { createRequire as topLevelCreateRequire } from 'module';
3
+ const require = topLevelCreateRequire(import.meta.url);
4
+
1
5
  var __create = Object.create;
2
6
  var __defProp = Object.defineProperty;
3
7
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/tldraw-cli",
3
- "version": "4.6.18",
3
+ "version": "4.6.19",
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",