@tldraw/tlschema 5.4.0 → 5.5.0-next.6d9e51e9f3f7

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
@@ -222,7 +222,7 @@ var import_translations = require("./translations/translations");
222
222
  var import_b64Vecs = require("./misc/b64Vecs");
223
223
  (0, import_utils.registerTldrawLibraryVersion)(
224
224
  "@tldraw/tlschema",
225
- "5.4.0",
225
+ "5.5.0-next.6d9e51e9f3f7",
226
226
  "cjs"
227
227
  );
228
228
  //# sourceMappingURL=index.js.map
@@ -214,7 +214,7 @@ import {
214
214
  } from "./translations/translations.mjs";
215
215
  registerTldrawLibraryVersion(
216
216
  "@tldraw/tlschema",
217
- "5.4.0",
217
+ "5.5.0-next.6d9e51e9f3f7",
218
218
  "esm"
219
219
  );
220
220
  import { DIM_2D, DIM_3D, b64Vecs } from "./misc/b64Vecs.mjs";
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": "5.4.0",
4
+ "version": "5.5.0-next.6d9e51e9f3f7",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -57,10 +57,10 @@
57
57
  "vitest": "^4.1.7"
58
58
  },
59
59
  "dependencies": {
60
- "@tldraw/state": "5.4.0",
61
- "@tldraw/store": "5.4.0",
62
- "@tldraw/utils": "5.4.0",
63
- "@tldraw/validate": "5.4.0"
60
+ "@tldraw/state": "5.5.0-next.6d9e51e9f3f7",
61
+ "@tldraw/store": "5.5.0-next.6d9e51e9f3f7",
62
+ "@tldraw/utils": "5.5.0-next.6d9e51e9f3f7",
63
+ "@tldraw/validate": "5.5.0-next.6d9e51e9f3f7"
64
64
  },
65
65
  "peerDependencies": {
66
66
  "react": "^18.2.0 || ^19.2.1",