@tldraw/tlschema 5.2.0-canary.9ef8e979cbfc → 5.2.0-canary.ba8af213e2f2

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/README.md CHANGED
@@ -84,7 +84,7 @@ You can find tldraw on npm [here](https://www.npmjs.com/package/@tldraw/tldraw?a
84
84
 
85
85
  ## Contribution
86
86
 
87
- Please see our [contributing guide](https://github.com/tldraw/tldraw/blob/main/CONTRIBUTING.md). Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
87
+ Found a bug? Please [submit an issue](https://github.com/tldraw/tldraw/issues/new).
88
88
 
89
89
  ## Community
90
90
 
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
- "5.2.0-canary.9ef8e979cbfc",
208
+ "5.2.0-canary.ba8af213e2f2",
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
- "5.2.0-canary.9ef8e979cbfc",
201
+ "5.2.0-canary.ba8af213e2f2",
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": "5.2.0-canary.9ef8e979cbfc",
4
+ "version": "5.2.0-canary.ba8af213e2f2",
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.0-canary.9ef8e979cbfc",
55
- "@tldraw/store": "5.2.0-canary.9ef8e979cbfc",
56
- "@tldraw/utils": "5.2.0-canary.9ef8e979cbfc",
57
- "@tldraw/validate": "5.2.0-canary.9ef8e979cbfc"
54
+ "@tldraw/state": "5.2.0-canary.ba8af213e2f2",
55
+ "@tldraw/store": "5.2.0-canary.ba8af213e2f2",
56
+ "@tldraw/utils": "5.2.0-canary.ba8af213e2f2",
57
+ "@tldraw/validate": "5.2.0-canary.ba8af213e2f2"
58
58
  },
59
59
  "peerDependencies": {
60
60
  "react": "^18.2.0 || ^19.2.1",