@tldraw/assets 5.1.0-next.4df318465238 → 5.1.0-next.4df61e2a8b0a
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/package.json +57 -57
- package/translations/main.json +0 -1
package/package.json
CHANGED
|
@@ -1,58 +1,58 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
2
|
+
"name": "@tldraw/assets",
|
|
3
|
+
"description": "tldraw infinite canvas SDK (assets).",
|
|
4
|
+
"version": "5.1.0-next.4df61e2a8b0a",
|
|
5
|
+
"author": {
|
|
6
|
+
"name": "tldraw Inc.",
|
|
7
|
+
"email": "hello@tldraw.com"
|
|
8
|
+
},
|
|
9
|
+
"homepage": "https://tldraw.dev",
|
|
10
|
+
"license": "SEE LICENSE IN LICENSE.md",
|
|
11
|
+
"repository": {
|
|
12
|
+
"type": "git",
|
|
13
|
+
"url": "https://github.com/tldraw/tldraw"
|
|
14
|
+
},
|
|
15
|
+
"bugs": {
|
|
16
|
+
"url": "https://github.com/tldraw/tldraw/issues"
|
|
17
|
+
},
|
|
18
|
+
"keywords": [
|
|
19
|
+
"tldraw",
|
|
20
|
+
"sdk",
|
|
21
|
+
"drawing",
|
|
22
|
+
"app",
|
|
23
|
+
"development",
|
|
24
|
+
"whiteboard",
|
|
25
|
+
"canvas",
|
|
26
|
+
"infinite"
|
|
27
|
+
],
|
|
28
|
+
"files": [
|
|
29
|
+
"embed-icons",
|
|
30
|
+
"icons",
|
|
31
|
+
"fonts",
|
|
32
|
+
"translations",
|
|
33
|
+
"imports.js",
|
|
34
|
+
"imports.d.ts",
|
|
35
|
+
"imports.vite.js",
|
|
36
|
+
"imports.vite.d.ts",
|
|
37
|
+
"selfHosted.js",
|
|
38
|
+
"selfHosted.d.ts",
|
|
39
|
+
"types.d.ts",
|
|
40
|
+
"urls.js",
|
|
41
|
+
"urls.d.ts",
|
|
42
|
+
"utils.js",
|
|
43
|
+
"utils.d.ts"
|
|
44
|
+
],
|
|
45
|
+
"scripts": {
|
|
46
|
+
"pack-tarball": "yarn pack",
|
|
47
|
+
"lint": "yarn run -T tsx ../../internal/scripts/lint.ts",
|
|
48
|
+
"test-coverage": "yarn run -T vitest run --coverage --passWithNoTests"
|
|
49
|
+
},
|
|
50
|
+
"dependencies": {
|
|
51
|
+
"@tldraw/utils": "5.1.0-next.4df61e2a8b0a"
|
|
52
|
+
},
|
|
53
|
+
"devDependencies": {
|
|
54
|
+
"lazyrepo": "0.0.0-alpha.27",
|
|
55
|
+
"ts-node-dev": "^1.1.8",
|
|
56
|
+
"typescript": "^5.8.3"
|
|
57
|
+
}
|
|
58
|
+
}
|
package/translations/main.json
CHANGED