@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 +1 -1
- package/dist/lib/index.js +4 -0
- package/package.json +1 -1
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.
|
|
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
package/package.json
CHANGED