create-tldraw 5.2.0-next.ee0fa4d6244f → 5.2.1

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/README.md +6 -0
  2. package/package.json +6 -3
package/README.md CHANGED
@@ -56,6 +56,12 @@ This will add a template entry for any workspace in the repo which has a `packag
56
56
  }
57
57
  ```
58
58
 
59
+ ## Documentation
60
+
61
+ Documentation for the most recent release can be found on [tldraw.dev/docs](https://tldraw.dev/docs), including [reference docs](https://tldraw.dev/reference/editor/Editor). Our release notes can be found [here](https://tldraw.dev/releases).
62
+
63
+ For more agent-friendly docs, see our [LLMs.txt](https://tldraw.dev/llms.txt).
64
+
59
65
  ## License
60
66
 
61
67
  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).
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": "5.2.0-next.ee0fa4d6244f",
4
+ "version": "5.2.1",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -44,7 +44,7 @@
44
44
  "@bomb.sh/args": "^0.3.1",
45
45
  "@clack/core": "^1.0.0-alpha.1",
46
46
  "@clack/prompts": "^1.0.0-alpha.1",
47
- "@tldraw/utils": "5.2.0-next.ee0fa4d6244f",
47
+ "@tldraw/utils": "5.2.1",
48
48
  "ansi-regex": "^6.1.0",
49
49
  "ansi-styles": "^6.2.1",
50
50
  "esbuild": "^0.28.0",
@@ -54,5 +54,8 @@
54
54
  "strip-ansi": "^7.1.0",
55
55
  "tar": "^7.5.11"
56
56
  },
57
- "// because this is bundled, all dependencies should be dev dependencies.": null
57
+ "// because this is bundled, all dependencies should be dev dependencies.": null,
58
+ "engines": {
59
+ "node": ">=22.12.0"
60
+ }
58
61
  }