@tldraw/sync 4.3.0-next.f4772c19540d → 4.4.0-canary.29afdff6bb04

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
@@ -6,7 +6,7 @@ This project contains source code for [tldraw sync](https://tldraw.dev/docs/sync
6
6
 
7
7
  This project is part of the tldraw SDK. It is provided under the [tldraw SDK license](https://github.com/tldraw/tldraw/blob/main/LICENSE.md).
8
8
 
9
- You can use the tldraw SDK in commercial or non-commercial projects so long as you preserve the "Made with tldraw" watermark on the canvas. To remove the watermark, you can purchase a [business license](https://tldraw.dev#pricing). Visit [tldraw.dev](https://tldraw.dev) to learn more.
9
+ You can use the tldraw SDK in commercial or non-commercial projects so long as you preserve the "Made with tldraw" watermark on the canvas. To remove the watermark, you can purchase a [business license](https://tldraw.dev/pricing). Visit [tldraw.dev](https://tldraw.dev) to learn more.
10
10
 
11
11
  ## Trademarks
12
12
 
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
- "4.3.0-next.f4772c19540d",
32
+ "4.4.0-canary.29afdff6bb04",
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
- "4.3.0-next.f4772c19540d",
9
+ "4.4.0-canary.29afdff6bb04",
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": "4.3.0-next.f4772c19540d",
4
+ "version": "4.4.0-canary.29afdff6bb04",
5
5
  "author": {
6
6
  "name": "tldraw GB Ltd.",
7
7
  "email": "hello@tldraw.com"
@@ -44,26 +44,27 @@
44
44
  "context": "yarn run -T tsx ../../internal/scripts/context.ts"
45
45
  },
46
46
  "devDependencies": {
47
- "@types/react": "^18.3.18",
48
- "react": "^18.3.1",
49
- "react-dom": "^18.3.1",
47
+ "@types/react": "^19.2.7",
48
+ "@types/react-dom": "^19.2.3",
49
+ "react": "^19.2.1",
50
+ "react-dom": "^19.2.1",
50
51
  "typescript": "^5.8.3",
51
52
  "uuid-by-string": "^4.0.0",
52
53
  "uuid-readable": "^0.0.2",
53
54
  "vitest": "^3.2.4"
54
55
  },
55
56
  "dependencies": {
56
- "@tldraw/state": "4.3.0-next.f4772c19540d",
57
- "@tldraw/state-react": "4.3.0-next.f4772c19540d",
58
- "@tldraw/sync-core": "4.3.0-next.f4772c19540d",
59
- "@tldraw/utils": "4.3.0-next.f4772c19540d",
57
+ "@tldraw/state": "4.4.0-canary.29afdff6bb04",
58
+ "@tldraw/state-react": "4.4.0-canary.29afdff6bb04",
59
+ "@tldraw/sync-core": "4.4.0-canary.29afdff6bb04",
60
+ "@tldraw/utils": "4.4.0-canary.29afdff6bb04",
60
61
  "nanoevents": "^7.0.1",
61
- "tldraw": "4.3.0-next.f4772c19540d",
62
+ "tldraw": "4.4.0-canary.29afdff6bb04",
62
63
  "ws": "^8.18.0"
63
64
  },
64
65
  "peerDependencies": {
65
- "react": "^18.2.0 || ^19.0.0",
66
- "react-dom": "^18.2.0 || ^19.0.0"
66
+ "react": "^18.2.0 || ^19.2.1",
67
+ "react-dom": "^18.2.0 || ^19.2.1"
67
68
  },
68
69
  "module": "dist-esm/index.mjs",
69
70
  "source": "src/index.ts",