@tldraw/sync 5.2.0-canary.c61eb676972d → 5.2.0-canary.cdd9a45fc580

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
@@ -22,7 +22,7 @@ You can find tldraw on npm [here](https://www.npmjs.com/package/@tldraw/tldraw?a
22
22
 
23
23
  ## Contribution
24
24
 
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).
25
+ Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
26
26
 
27
27
  ## Community
28
28
 
package/dist-cjs/index.js CHANGED
@@ -29,7 +29,7 @@ var import_useSync = require("./useSync");
29
29
  var import_useSyncDemo = require("./useSyncDemo");
30
30
  (0, import_utils.registerTldrawLibraryVersion)(
31
31
  "@tldraw/sync",
32
- "5.2.0-canary.c61eb676972d",
32
+ "5.2.0-canary.cdd9a45fc580",
33
33
  "cjs"
34
34
  );
35
35
  //# sourceMappingURL=index.js.map
@@ -6,7 +6,7 @@ import {
6
6
  import { useSyncDemo } from "./useSyncDemo.mjs";
7
7
  registerTldrawLibraryVersion(
8
8
  "@tldraw/sync",
9
- "5.2.0-canary.c61eb676972d",
9
+ "5.2.0-canary.cdd9a45fc580",
10
10
  "esm"
11
11
  );
12
12
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/sync",
3
3
  "description": "tldraw infinite canvas SDK (multiplayer sync react bindings).",
4
- "version": "5.2.0-canary.c61eb676972d",
4
+ "version": "5.2.0-canary.cdd9a45fc580",
5
5
  "author": {
6
6
  "name": "tldraw GB Ltd.",
7
7
  "email": "hello@tldraw.com"
@@ -51,15 +51,15 @@
51
51
  "typescript": "^5.8.3",
52
52
  "uuid-by-string": "^4.0.0",
53
53
  "uuid-readable": "^0.0.2",
54
- "vitest": "^3.2.4"
54
+ "vitest": "^4.1.7"
55
55
  },
56
56
  "dependencies": {
57
- "@tldraw/state": "5.2.0-canary.c61eb676972d",
58
- "@tldraw/state-react": "5.2.0-canary.c61eb676972d",
59
- "@tldraw/sync-core": "5.2.0-canary.c61eb676972d",
60
- "@tldraw/utils": "5.2.0-canary.c61eb676972d",
57
+ "@tldraw/state": "5.2.0-canary.cdd9a45fc580",
58
+ "@tldraw/state-react": "5.2.0-canary.cdd9a45fc580",
59
+ "@tldraw/sync-core": "5.2.0-canary.cdd9a45fc580",
60
+ "@tldraw/utils": "5.2.0-canary.cdd9a45fc580",
61
61
  "nanoevents": "^7.0.1",
62
- "tldraw": "5.2.0-canary.c61eb676972d",
62
+ "tldraw": "5.2.0-canary.cdd9a45fc580",
63
63
  "ws": "^8.18.0"
64
64
  },
65
65
  "peerDependencies": {