@tldraw/assets 5.3.0-internal.41291fb579ed → 5.3.0-internal.5f14a24c179e
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 +2 -2
- package/translations/main.json +2 -2
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": "5.3.0-internal.
|
|
4
|
+
"version": "5.3.0-internal.5f14a24c179e",
|
|
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": "5.3.0-internal.
|
|
51
|
+
"@tldraw/utils": "5.3.0-internal.5f14a24c179e"
|
|
52
52
|
},
|
|
53
53
|
"devDependencies": {
|
|
54
54
|
"lazyrepo": "0.0.0-alpha.27",
|
package/translations/main.json
CHANGED
|
@@ -503,9 +503,9 @@
|
|
|
503
503
|
"comments.resolved": "Resolved",
|
|
504
504
|
"comments.filter": "Filter comments",
|
|
505
505
|
"comments.show-resolved": "Show resolved comments",
|
|
506
|
-
"comments.
|
|
506
|
+
"comments.only-mine": "Only your threads",
|
|
507
507
|
"comments.only-unread": "Only unread",
|
|
508
|
-
"comments.
|
|
508
|
+
"comments.only-current-page": "Only current page",
|
|
509
509
|
"comments.more-options": "More options",
|
|
510
510
|
"comments.hide": "Hide comments",
|
|
511
511
|
"comments.show": "Show comments",
|