@tldraw/tlschema 4.6.0-next.ecf0b45560c6 → 4.6.0-next.fecc64eee134

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