@tldraw/sync-core 5.2.0-canary.9ef8e979cbfc → 5.2.0-canary.a48e411198d2

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/README.md CHANGED
@@ -4,6 +4,10 @@ This project contains core functionality for [tldraw sync](https://tldraw.dev/do
4
4
 
5
5
  ## Documentation
6
6
 
7
+ Documentation for the most recent release can be found on [tldraw.dev/docs](https://tldraw.dev/docs), including [reference docs](https://tldraw.dev/reference/editor/Editor). Our release notes can be found [here](https://tldraw.dev/releases).
8
+
9
+ For more agent-friendly docs, see our [LLMs.txt](https://tldraw.dev/llms.txt).
10
+
7
11
  A `DOCS.md` file is included alongside this README in the published package, with detailed API documentation and usage examples.
8
12
 
9
13
  ## License
@@ -22,7 +26,7 @@ You can find tldraw on npm [here](https://www.npmjs.com/package/@tldraw/tldraw?a
22
26
 
23
27
  ## Contribution
24
28
 
25
- Please see our [contributing guide](https://github.com/tldraw/tldraw/blob/main/CONTRIBUTING.md). Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
29
+ Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
26
30
 
27
31
  ## Community
28
32
 
package/dist-cjs/index.js CHANGED
@@ -61,7 +61,7 @@ var import_TLSyncRoom = require("./lib/TLSyncRoom");
61
61
  var import_TLSyncStorage = require("./lib/TLSyncStorage");
62
62
  (0, import_utils.registerTldrawLibraryVersion)(
63
63
  "@tldraw/sync-core",
64
- "5.2.0-canary.9ef8e979cbfc",
64
+ "5.2.0-canary.a48e411198d2",
65
65
  "cjs"
66
66
  );
67
67
  //# sourceMappingURL=index.js.map
@@ -36,7 +36,7 @@ import {
36
36
  } from "./lib/TLSyncStorage.mjs";
37
37
  registerTldrawLibraryVersion(
38
38
  "@tldraw/sync-core",
39
- "5.2.0-canary.9ef8e979cbfc",
39
+ "5.2.0-canary.a48e411198d2",
40
40
  "esm"
41
41
  );
42
42
  export {
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": "5.2.0-canary.9ef8e979cbfc",
4
+ "version": "5.2.0-canary.a48e411198d2",
5
5
  "author": {
6
6
  "name": "tldraw GB Ltd.",
7
7
  "email": "hello@tldraw.com"
@@ -49,17 +49,17 @@
49
49
  "@types/uuid-readable": "^0.0.3",
50
50
  "react": "^19.2.1",
51
51
  "react-dom": "^19.2.1",
52
- "tldraw": "5.2.0-canary.9ef8e979cbfc",
52
+ "tldraw": "5.2.0-canary.a48e411198d2",
53
53
  "typescript": "^5.8.3",
54
54
  "uuid-by-string": "^4.0.0",
55
55
  "uuid-readable": "^0.0.2",
56
56
  "vitest": "^4.1.7"
57
57
  },
58
58
  "dependencies": {
59
- "@tldraw/state": "5.2.0-canary.9ef8e979cbfc",
60
- "@tldraw/store": "5.2.0-canary.9ef8e979cbfc",
61
- "@tldraw/tlschema": "5.2.0-canary.9ef8e979cbfc",
62
- "@tldraw/utils": "5.2.0-canary.9ef8e979cbfc",
59
+ "@tldraw/state": "5.2.0-canary.a48e411198d2",
60
+ "@tldraw/store": "5.2.0-canary.a48e411198d2",
61
+ "@tldraw/tlschema": "5.2.0-canary.a48e411198d2",
62
+ "@tldraw/utils": "5.2.0-canary.a48e411198d2",
63
63
  "nanoevents": "^7.0.1",
64
64
  "ws": "^8.18.0"
65
65
  },