@tldraw/tlschema 5.2.2 → 5.2.3

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
@@ -207,7 +207,7 @@ var import_translations = require("./translations/translations");
207
207
  var import_b64Vecs = require("./misc/b64Vecs");
208
208
  (0, import_utils.registerTldrawLibraryVersion)(
209
209
  "@tldraw/tlschema",
210
- "5.2.2",
210
+ "5.2.3",
211
211
  "cjs"
212
212
  );
213
213
  //# sourceMappingURL=index.js.map
@@ -198,7 +198,7 @@ import {
198
198
  } from "./translations/translations.mjs";
199
199
  registerTldrawLibraryVersion(
200
200
  "@tldraw/tlschema",
201
- "5.2.2",
201
+ "5.2.3",
202
202
  "esm"
203
203
  );
204
204
  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.2.2",
4
+ "version": "5.2.3",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -51,10 +51,10 @@
51
51
  "vitest": "^4.1.7"
52
52
  },
53
53
  "dependencies": {
54
- "@tldraw/state": "5.2.2",
55
- "@tldraw/store": "5.2.2",
56
- "@tldraw/utils": "5.2.2",
57
- "@tldraw/validate": "5.2.2"
54
+ "@tldraw/state": "5.2.3",
55
+ "@tldraw/store": "5.2.3",
56
+ "@tldraw/utils": "5.2.3",
57
+ "@tldraw/validate": "5.2.3"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": "^18.2.0 || ^19.2.1",