create-tldraw 4.3.0 → 4.4.0-canary.29afdff6bb04
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/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -60,7 +60,7 @@ This will add a template entry for any workspace in the repo which has a `packag
|
|
|
60
60
|
|
|
61
61
|
This project is part of the tldraw SDK. It is provided under the [tldraw SDK license](https://github.com/tldraw/tldraw/blob/main/LICENSE.md).
|
|
62
62
|
|
|
63
|
-
You can use the tldraw SDK in commercial or non-commercial projects so long as you preserve the "Made with tldraw" watermark on the canvas. To remove the watermark, you can purchase a [business license](https://tldraw.dev
|
|
63
|
+
You can use the tldraw SDK in commercial or non-commercial projects so long as you preserve the "Made with tldraw" watermark on the canvas. To remove the watermark, you can purchase a [business license](https://tldraw.dev/pricing). Visit [tldraw.dev](https://tldraw.dev) to learn more.
|
|
64
64
|
|
|
65
65
|
## Trademarks
|
|
66
66
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-tldraw",
|
|
3
3
|
"description": "tldraw infinite canvas SDK (create cli).",
|
|
4
|
-
"version": "4.
|
|
4
|
+
"version": "4.4.0-canary.29afdff6bb04",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "tldraw Inc.",
|
|
7
7
|
"email": "hello@tldraw.com"
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@bomb.sh/args": "^0.3.1",
|
|
46
46
|
"@clack/core": "^1.0.0-alpha.1",
|
|
47
47
|
"@clack/prompts": "^1.0.0-alpha.1",
|
|
48
|
-
"@tldraw/utils": "4.
|
|
48
|
+
"@tldraw/utils": "4.4.0-canary.29afdff6bb04",
|
|
49
49
|
"ansi-regex": "^6.1.0",
|
|
50
50
|
"ansi-styles": "^6.2.1",
|
|
51
51
|
"esbuild": "^0.25.6",
|