@tldraw/sync-core 3.13.0 → 3.14.0-canary.95353287a2be
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/dist-cjs/index.js +1 -1
- package/dist-esm/index.mjs +1 -1
- package/package.json +6 -6
package/dist-cjs/index.js
CHANGED
|
@@ -50,7 +50,7 @@ var import_diff = require("./lib/diff");
|
|
|
50
50
|
var import_protocol = require("./lib/protocol");
|
|
51
51
|
(0, import_utils.registerTldrawLibraryVersion)(
|
|
52
52
|
"@tldraw/sync-core",
|
|
53
|
-
"3.
|
|
53
|
+
"3.14.0-canary.95353287a2be",
|
|
54
54
|
"cjs"
|
|
55
55
|
);
|
|
56
56
|
//# sourceMappingURL=index.js.map
|
package/dist-esm/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tldraw/sync-core",
|
|
3
3
|
"description": "A tiny little drawing app (multiplayer sync).",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.14.0-canary.95353287a2be",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "tldraw GB Ltd.",
|
|
7
7
|
"email": "hello@tldraw.com"
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"@types/uuid-readable": "^0.0.3",
|
|
47
47
|
"react": "^18.3.1",
|
|
48
48
|
"react-dom": "^18.3.1",
|
|
49
|
-
"tldraw": "3.
|
|
49
|
+
"tldraw": "3.14.0-canary.95353287a2be",
|
|
50
50
|
"typescript": "~5.4.5",
|
|
51
51
|
"uuid-by-string": "^4.0.0",
|
|
52
52
|
"uuid-readable": "^0.0.2"
|
|
@@ -66,10 +66,10 @@
|
|
|
66
66
|
]
|
|
67
67
|
},
|
|
68
68
|
"dependencies": {
|
|
69
|
-
"@tldraw/state": "3.
|
|
70
|
-
"@tldraw/store": "3.
|
|
71
|
-
"@tldraw/tlschema": "3.
|
|
72
|
-
"@tldraw/utils": "3.
|
|
69
|
+
"@tldraw/state": "3.14.0-canary.95353287a2be",
|
|
70
|
+
"@tldraw/store": "3.14.0-canary.95353287a2be",
|
|
71
|
+
"@tldraw/tlschema": "3.14.0-canary.95353287a2be",
|
|
72
|
+
"@tldraw/utils": "3.14.0-canary.95353287a2be",
|
|
73
73
|
"lodash.isequal": "^4.5.0",
|
|
74
74
|
"nanoevents": "^7.0.1",
|
|
75
75
|
"ws": "^8.18.0"
|