@tldraw/state-react 4.3.0-next.cdfa7ccfb5d6 → 4.3.0-next.d4ca03a0cc92

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/dist-cjs/index.js CHANGED
@@ -37,7 +37,7 @@ var import_useStateTracking = require("./lib/useStateTracking");
37
37
  var import_useValue = require("./lib/useValue");
38
38
  (0, import_utils.registerTldrawLibraryVersion)(
39
39
  "@tldraw/state-react",
40
- "4.3.0-next.cdfa7ccfb5d6",
40
+ "4.3.0-next.d4ca03a0cc92",
41
41
  "cjs"
42
42
  );
43
43
  //# sourceMappingURL=index.js.map
@@ -8,7 +8,7 @@ import { useStateTracking } from "./lib/useStateTracking.mjs";
8
8
  import { useValue } from "./lib/useValue.mjs";
9
9
  registerTldrawLibraryVersion(
10
10
  "@tldraw/state-react",
11
- "4.3.0-next.cdfa7ccfb5d6",
11
+ "4.3.0-next.d4ca03a0cc92",
12
12
  "esm"
13
13
  );
14
14
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/state-react",
3
3
  "description": "tldraw infinite canvas SDK (react bindings for state).",
4
- "version": "4.3.0-next.cdfa7ccfb5d6",
4
+ "version": "4.3.0-next.d4ca03a0cc92",
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": "4.3.0-next.cdfa7ccfb5d6",
48
- "@tldraw/utils": "4.3.0-next.cdfa7ccfb5d6"
47
+ "@tldraw/state": "4.3.0-next.d4ca03a0cc92",
48
+ "@tldraw/utils": "4.3.0-next.d4ca03a0cc92"
49
49
  },
50
50
  "devDependencies": {
51
51
  "@testing-library/react": "^15.0.7",