@tldraw/tlschema 4.3.0-canary.d8da2a99f394 → 4.3.0-next.705b6ec94f43

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
@@ -178,7 +178,7 @@ var import_TLVerticalAlignStyle = require("./styles/TLVerticalAlignStyle");
178
178
  var import_translations = require("./translations/translations");
179
179
  (0, import_utils.registerTldrawLibraryVersion)(
180
180
  "@tldraw/tlschema",
181
- "4.3.0-canary.d8da2a99f394",
181
+ "4.3.0-next.705b6ec94f43",
182
182
  "cjs"
183
183
  );
184
184
  //# sourceMappingURL=index.js.map
@@ -173,7 +173,7 @@ import {
173
173
  } from "./translations/translations.mjs";
174
174
  registerTldrawLibraryVersion(
175
175
  "@tldraw/tlschema",
176
- "4.3.0-canary.d8da2a99f394",
176
+ "4.3.0-next.705b6ec94f43",
177
177
  "esm"
178
178
  );
179
179
  export {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tldraw/tlschema",
3
3
  "description": "tldraw infinite canvas SDK (schema).",
4
- "version": "4.3.0-canary.d8da2a99f394",
4
+ "version": "4.3.0-next.705b6ec94f43",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -51,10 +51,10 @@
51
51
  "vitest": "^3.2.4"
52
52
  },
53
53
  "dependencies": {
54
- "@tldraw/state": "4.3.0-canary.d8da2a99f394",
55
- "@tldraw/store": "4.3.0-canary.d8da2a99f394",
56
- "@tldraw/utils": "4.3.0-canary.d8da2a99f394",
57
- "@tldraw/validate": "4.3.0-canary.d8da2a99f394"
54
+ "@tldraw/state": "4.3.0-next.705b6ec94f43",
55
+ "@tldraw/store": "4.3.0-next.705b6ec94f43",
56
+ "@tldraw/utils": "4.3.0-next.705b6ec94f43",
57
+ "@tldraw/validate": "4.3.0-next.705b6ec94f43"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": "^18.2.0 || ^19.0.0",