@tldraw/tlschema 3.15.0-canary.fc319eb96b77 → 3.15.0-next.032b45f439ca

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
@@ -26,7 +26,7 @@ If you are making a change that affects the structure of a record, shape, or ass
26
26
 
27
27
  If you are making a change that affects the structure of the store (e.g. renaming or deleting a type, consolidating two shape types into one, etc), add your changes in the migrations in `schema.ts`.
28
28
 
29
- After making your changes, add a new version number, using a meaningful name. For example, if you add a new property
29
+ After making your changes, add a new version number, using a meaninful name. For example, if you add a new property
30
30
  to the `TLShape` type called `ownerId` that points to a user, you might do this:
31
31
 
32
32
  In `TLShape.ts`
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.15.0-canary.fc319eb96b77",
179
+ "3.15.0-next.032b45f439ca",
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.15.0-canary.fc319eb96b77",
174
+ "3.15.0-next.032b45f439ca",
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": "A tiny little drawing app (schema).",
4
- "version": "3.15.0-canary.fc319eb96b77",
4
+ "version": "3.15.0-next.032b45f439ca",
5
5
  "author": {
6
6
  "name": "tldraw Inc.",
7
7
  "email": "hello@tldraw.com"
@@ -54,10 +54,10 @@
54
54
  }
55
55
  },
56
56
  "dependencies": {
57
- "@tldraw/state": "3.15.0-canary.fc319eb96b77",
58
- "@tldraw/store": "3.15.0-canary.fc319eb96b77",
59
- "@tldraw/utils": "3.15.0-canary.fc319eb96b77",
60
- "@tldraw/validate": "3.15.0-canary.fc319eb96b77"
57
+ "@tldraw/state": "3.15.0-next.032b45f439ca",
58
+ "@tldraw/store": "3.15.0-next.032b45f439ca",
59
+ "@tldraw/utils": "3.15.0-next.032b45f439ca",
60
+ "@tldraw/validate": "3.15.0-next.032b45f439ca"
61
61
  },
62
62
  "peerDependencies": {
63
63
  "react": "^18.2.0 || ^19.0.0",