create-tldraw 5.3.1 → 5.3.2

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/LICENSE.md +1 -0
  2. package/package.json +9 -2
package/LICENSE.md ADDED
@@ -0,0 +1 @@
1
+ This code is licensed under the [tldraw license](https://github.com/tldraw/tldraw/blob/main/LICENSE.md)
package/package.json CHANGED
@@ -1,13 +1,20 @@
1
1
  {
2
2
  "name": "create-tldraw",
3
3
  "description": "tldraw infinite canvas SDK (create cli).",
4
- "version": "5.3.1",
4
+ "version": "5.3.2",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
8
8
  },
9
9
  "homepage": "https://tldraw.dev",
10
10
  "license": "SEE LICENSE IN LICENSE.md",
11
+ "tldraw_product": {
12
+ "stableId": "tldraw:create-tldraw",
13
+ "name": "Create tldraw CLI",
14
+ "type": "feature",
15
+ "parent": "tldraw:sdk-core",
16
+ "premium": false
17
+ },
11
18
  "repository": {
12
19
  "type": "git",
13
20
  "url": "https://github.com/tldraw/tldraw"
@@ -44,7 +51,7 @@
44
51
  "@bomb.sh/args": "^0.3.1",
45
52
  "@clack/core": "^1.0.0-alpha.1",
46
53
  "@clack/prompts": "^1.0.0-alpha.1",
47
- "@tldraw/utils": "5.3.1",
54
+ "@tldraw/utils": "5.3.2",
48
55
  "ansi-regex": "^6.1.0",
49
56
  "ansi-styles": "^6.2.1",
50
57
  "esbuild": "^0.28.0",