@tldraw/store 3.16.0-canary.9aaa1c4236ff → 3.16.0-canary.9abe0dac1e0f

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/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2025 tldraw Inc.
3
+ Copyright (c) 2024 tldraw Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/dist-cjs/index.js CHANGED
@@ -54,7 +54,7 @@ var import_StoreSchema = require("./lib/StoreSchema");
54
54
  var import_StoreSideEffects = require("./lib/StoreSideEffects");
55
55
  (0, import_utils.registerTldrawLibraryVersion)(
56
56
  "@tldraw/store",
57
- "3.16.0-canary.9aaa1c4236ff",
57
+ "3.16.0-canary.9abe0dac1e0f",
58
58
  "cjs"
59
59
  );
60
60
  //# sourceMappingURL=index.js.map
@@ -28,7 +28,7 @@ import {
28
28
  } from "./lib/StoreSideEffects.mjs";
29
29
  registerTldrawLibraryVersion(
30
30
  "@tldraw/store",
31
- "3.16.0-canary.9aaa1c4236ff",
31
+ "3.16.0-canary.9abe0dac1e0f",
32
32
  "esm"
33
33
  );
34
34
  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": "3.16.0-canary.9aaa1c4236ff",
4
+ "version": "3.16.0-canary.9abe0dac1e0f",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -44,8 +44,8 @@
44
44
  "context": "yarn run -T tsx ../../internal/scripts/context.ts"
45
45
  },
46
46
  "dependencies": {
47
- "@tldraw/state": "3.16.0-canary.9aaa1c4236ff",
48
- "@tldraw/utils": "3.16.0-canary.9aaa1c4236ff"
47
+ "@tldraw/state": "3.16.0-canary.9abe0dac1e0f",
48
+ "@tldraw/utils": "3.16.0-canary.9abe0dac1e0f"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": "^18.2.0 || ^19.0.0"