@tldraw/tlschema 3.16.0-next.df90ce0ff566 → 3.16.0-next.f9f54ec051f3

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
@@ -176,7 +176,7 @@ var import_TLVerticalAlignStyle = require("./styles/TLVerticalAlignStyle");
176
176
  var import_translations = require("./translations/translations");
177
177
  (0, import_utils.registerTldrawLibraryVersion)(
178
178
  "@tldraw/tlschema",
179
- "3.16.0-next.df90ce0ff566",
179
+ "3.16.0-next.f9f54ec051f3",
180
180
  "cjs"
181
181
  );
182
182
  //# sourceMappingURL=index.js.map
@@ -171,7 +171,7 @@ import {
171
171
  } from "./translations/translations.mjs";
172
172
  registerTldrawLibraryVersion(
173
173
  "@tldraw/tlschema",
174
- "3.16.0-next.df90ce0ff566",
174
+ "3.16.0-next.f9f54ec051f3",
175
175
  "esm"
176
176
  );
177
177
  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": "3.16.0-next.df90ce0ff566",
4
+ "version": "3.16.0-next.f9f54ec051f3",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -55,10 +55,10 @@
55
55
  }
56
56
  },
57
57
  "dependencies": {
58
- "@tldraw/state": "3.16.0-next.df90ce0ff566",
59
- "@tldraw/store": "3.16.0-next.df90ce0ff566",
60
- "@tldraw/utils": "3.16.0-next.df90ce0ff566",
61
- "@tldraw/validate": "3.16.0-next.df90ce0ff566"
58
+ "@tldraw/state": "3.16.0-next.f9f54ec051f3",
59
+ "@tldraw/store": "3.16.0-next.f9f54ec051f3",
60
+ "@tldraw/utils": "3.16.0-next.f9f54ec051f3",
61
+ "@tldraw/validate": "3.16.0-next.f9f54ec051f3"
62
62
  },
63
63
  "peerDependencies": {
64
64
  "react": "^18.2.0 || ^19.0.0",