@tldraw/tlschema 3.16.0-canary.5f82fb812214 → 3.16.0-canary.5f8d98bccb38

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/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 tldraw Inc.
3
+ Copyright (c) 2025 tldraw Inc.
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
6
 
package/dist-cjs/index.js CHANGED
@@ -177,7 +177,7 @@ var import_TLVerticalAlignStyle = require("./styles/TLVerticalAlignStyle");
177
177
  var import_translations = require("./translations/translations");
178
178
  (0, import_utils.registerTldrawLibraryVersion)(
179
179
  "@tldraw/tlschema",
180
- "3.16.0-canary.5f82fb812214",
180
+ "3.16.0-canary.5f8d98bccb38",
181
181
  "cjs"
182
182
  );
183
183
  //# sourceMappingURL=index.js.map
@@ -172,7 +172,7 @@ import {
172
172
  } from "./translations/translations.mjs";
173
173
  registerTldrawLibraryVersion(
174
174
  "@tldraw/tlschema",
175
- "3.16.0-canary.5f82fb812214",
175
+ "3.16.0-canary.5f8d98bccb38",
176
176
  "esm"
177
177
  );
178
178
  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-canary.5f82fb812214",
4
+ "version": "3.16.0-canary.5f8d98bccb38",
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": "3.16.0-canary.5f82fb812214",
55
- "@tldraw/store": "3.16.0-canary.5f82fb812214",
56
- "@tldraw/utils": "3.16.0-canary.5f82fb812214",
57
- "@tldraw/validate": "3.16.0-canary.5f82fb812214"
54
+ "@tldraw/state": "3.16.0-canary.5f8d98bccb38",
55
+ "@tldraw/store": "3.16.0-canary.5f8d98bccb38",
56
+ "@tldraw/utils": "3.16.0-canary.5f8d98bccb38",
57
+ "@tldraw/validate": "3.16.0-canary.5f8d98bccb38"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": "^18.2.0 || ^19.0.0",