@tldraw/tlschema 4.3.0 → 4.3.1

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
@@ -181,7 +181,7 @@ var import_translations = require("./translations/translations");
181
181
  var import_b64Vecs = require("./misc/b64Vecs");
182
182
  (0, import_utils.registerTldrawLibraryVersion)(
183
183
  "@tldraw/tlschema",
184
- "4.3.0",
184
+ "4.3.1",
185
185
  "cjs"
186
186
  );
187
187
  //# sourceMappingURL=index.js.map
@@ -174,7 +174,7 @@ import {
174
174
  } from "./translations/translations.mjs";
175
175
  registerTldrawLibraryVersion(
176
176
  "@tldraw/tlschema",
177
- "4.3.0",
177
+ "4.3.1",
178
178
  "esm"
179
179
  );
180
180
  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.3.0",
4
+ "version": "4.3.1",
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",
55
- "@tldraw/store": "4.3.0",
56
- "@tldraw/utils": "4.3.0",
57
- "@tldraw/validate": "4.3.0"
54
+ "@tldraw/state": "4.3.1",
55
+ "@tldraw/store": "4.3.1",
56
+ "@tldraw/utils": "4.3.1",
57
+ "@tldraw/validate": "4.3.1"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": "^18.2.0 || ^19.2.1",