@tldraw/sync-core 4.3.0-next.705b6ec94f43 → 4.3.0-next.921f0bb64804
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
|
@@ -51,7 +51,7 @@ var import_TLSyncClient = require("./lib/TLSyncClient");
|
|
|
51
51
|
var import_TLSyncRoom = require("./lib/TLSyncRoom");
|
|
52
52
|
(0, import_utils.registerTldrawLibraryVersion)(
|
|
53
53
|
"@tldraw/sync-core",
|
|
54
|
-
"4.3.0-next.
|
|
54
|
+
"4.3.0-next.921f0bb64804",
|
|
55
55
|
"cjs"
|
|
56
56
|
);
|
|
57
57
|
//# 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": "tldraw infinite canvas SDK (multiplayer sync).",
|
|
4
|
-
"version": "4.3.0-next.
|
|
4
|
+
"version": "4.3.0-next.921f0bb64804",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "tldraw GB Ltd.",
|
|
7
7
|
"email": "hello@tldraw.com"
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
"@types/uuid-readable": "^0.0.3",
|
|
49
49
|
"react": "^18.3.1",
|
|
50
50
|
"react-dom": "^18.3.1",
|
|
51
|
-
"tldraw": "4.3.0-next.
|
|
51
|
+
"tldraw": "4.3.0-next.921f0bb64804",
|
|
52
52
|
"typescript": "^5.8.3",
|
|
53
53
|
"uuid-by-string": "^4.0.0",
|
|
54
54
|
"uuid-readable": "^0.0.2",
|
|
55
55
|
"vitest": "^3.2.4"
|
|
56
56
|
},
|
|
57
57
|
"dependencies": {
|
|
58
|
-
"@tldraw/state": "4.3.0-next.
|
|
59
|
-
"@tldraw/store": "4.3.0-next.
|
|
60
|
-
"@tldraw/tlschema": "4.3.0-next.
|
|
61
|
-
"@tldraw/utils": "4.3.0-next.
|
|
58
|
+
"@tldraw/state": "4.3.0-next.921f0bb64804",
|
|
59
|
+
"@tldraw/store": "4.3.0-next.921f0bb64804",
|
|
60
|
+
"@tldraw/tlschema": "4.3.0-next.921f0bb64804",
|
|
61
|
+
"@tldraw/utils": "4.3.0-next.921f0bb64804",
|
|
62
62
|
"nanoevents": "^7.0.1",
|
|
63
63
|
"ws": "^8.18.0"
|
|
64
64
|
},
|