@tldraw/assets 4.5.3 → 4.6.0-canary.0bcbb3ed5bcb

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/assets",
3
3
  "description": "tldraw infinite canvas SDK (assets).",
4
- "version": "4.5.3",
4
+ "version": "4.6.0-canary.0bcbb3ed5bcb",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -48,7 +48,7 @@
48
48
  "test-coverage": "yarn run -T vitest run --coverage --passWithNoTests"
49
49
  },
50
50
  "dependencies": {
51
- "@tldraw/utils": "4.5.3"
51
+ "@tldraw/utils": "4.6.0-canary.0bcbb3ed5bcb"
52
52
  },
53
53
  "devDependencies": {
54
54
  "lazyrepo": "0.0.0-alpha.27",
@@ -18,6 +18,8 @@
18
18
  "action.back-to-content": "Back to content",
19
19
  "action.bring-forward": "Bring forward",
20
20
  "action.bring-to-front": "Bring to front",
21
+ "action.copy-as-json.short": "JSON",
22
+ "action.copy-as-json": "Copy as JSON",
21
23
  "action.copy-as-png.short": "PNG",
22
24
  "action.copy-as-png": "Copy as PNG",
23
25
  "action.copy-as-svg.short": "SVG",