@tldraw/state 5.2.0-canary.5e2eb65a491a → 5.2.0-canary.6287d367a226

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
@@ -273,7 +273,7 @@ Looking for more examples? Check out:
273
273
 
274
274
  ## Contributing
275
275
 
276
- 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).
276
+ Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
277
277
 
278
278
  ## License
279
279
 
package/dist-cjs/index.js CHANGED
@@ -61,7 +61,7 @@ if (actualApiVersion !== currentApiVersion) {
61
61
  }
62
62
  (0, import_utils.registerTldrawLibraryVersion)(
63
63
  "@tldraw/state",
64
- "5.2.0-canary.5e2eb65a491a",
64
+ "5.2.0-canary.6287d367a226",
65
65
  "cjs"
66
66
  );
67
67
  //# sourceMappingURL=index.js.map
@@ -25,7 +25,7 @@ if (actualApiVersion !== currentApiVersion) {
25
25
  }
26
26
  registerTldrawLibraryVersion(
27
27
  "@tldraw/state",
28
- "5.2.0-canary.5e2eb65a491a",
28
+ "5.2.0-canary.6287d367a226",
29
29
  "esm"
30
30
  );
31
31
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/state",
3
3
  "description": "tldraw infinite canvas SDK (state).",
4
- "version": "5.2.0-canary.5e2eb65a491a",
4
+ "version": "5.2.0-canary.6287d367a226",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -46,10 +46,10 @@
46
46
  "devDependencies": {
47
47
  "@types/lodash": "^4.17.14",
48
48
  "lodash": "^4.17.21",
49
- "vitest": "^3.2.4"
49
+ "vitest": "^4.1.7"
50
50
  },
51
51
  "dependencies": {
52
- "@tldraw/utils": "5.2.0-canary.5e2eb65a491a"
52
+ "@tldraw/utils": "5.2.0-canary.6287d367a226"
53
53
  },
54
54
  "typedoc": {
55
55
  "readmeFile": "none",