@tldraw/store 5.2.0-canary.9ef8e979cbfc → 5.2.0-canary.ba8af213e2f2

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
@@ -343,7 +343,7 @@ A diff describing the changes to a collection.
343
343
 
344
344
  ## Contribution
345
345
 
346
- 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).
346
+ Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
347
347
 
348
348
  ## License
349
349
 
package/dist-cjs/index.js CHANGED
@@ -56,7 +56,7 @@ var import_StoreSchema = require("./lib/StoreSchema");
56
56
  var import_StoreSideEffects = require("./lib/StoreSideEffects");
57
57
  (0, import_utils.registerTldrawLibraryVersion)(
58
58
  "@tldraw/store",
59
- "5.2.0-canary.9ef8e979cbfc",
59
+ "5.2.0-canary.ba8af213e2f2",
60
60
  "cjs"
61
61
  );
62
62
  //# sourceMappingURL=index.js.map
@@ -29,7 +29,7 @@ import {
29
29
  } from "./lib/StoreSideEffects.mjs";
30
30
  registerTldrawLibraryVersion(
31
31
  "@tldraw/store",
32
- "5.2.0-canary.9ef8e979cbfc",
32
+ "5.2.0-canary.ba8af213e2f2",
33
33
  "esm"
34
34
  );
35
35
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/store",
3
3
  "description": "tldraw infinite canvas SDK (store).",
4
- "version": "5.2.0-canary.9ef8e979cbfc",
4
+ "version": "5.2.0-canary.ba8af213e2f2",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -44,8 +44,8 @@
44
44
  "lint": "yarn run -T tsx ../../internal/scripts/lint.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@tldraw/state": "5.2.0-canary.9ef8e979cbfc",
48
- "@tldraw/utils": "5.2.0-canary.9ef8e979cbfc"
47
+ "@tldraw/state": "5.2.0-canary.ba8af213e2f2",
48
+ "@tldraw/utils": "5.2.0-canary.ba8af213e2f2"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": "^18.2.0 || ^19.2.1"