@tldraw/tlschema 3.15.0-next.032b45f439ca → 3.15.0-next.82ffd490a4f1
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 +1 -1
- package/dist-cjs/index.js +1 -1
- package/dist-esm/index.mjs +1 -1
- package/package.json +7 -6
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
|
|
29
|
+
After making your changes, add a new version number, using a meaningful 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-next.
|
|
179
|
+
"3.15.0-next.82ffd490a4f1",
|
|
180
180
|
"cjs"
|
|
181
181
|
);
|
|
182
182
|
//# sourceMappingURL=index.js.map
|
package/dist-esm/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tldraw/tlschema",
|
|
3
|
-
"description": "
|
|
4
|
-
"version": "3.15.0-next.
|
|
3
|
+
"description": "tldraw infinite canvas SDK (schema).",
|
|
4
|
+
"version": "3.15.0-next.82ffd490a4f1",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "tldraw Inc.",
|
|
7
7
|
"email": "hello@tldraw.com"
|
|
@@ -17,6 +17,7 @@
|
|
|
17
17
|
},
|
|
18
18
|
"keywords": [
|
|
19
19
|
"tldraw",
|
|
20
|
+
"sdk",
|
|
20
21
|
"drawing",
|
|
21
22
|
"app",
|
|
22
23
|
"development",
|
|
@@ -54,10 +55,10 @@
|
|
|
54
55
|
}
|
|
55
56
|
},
|
|
56
57
|
"dependencies": {
|
|
57
|
-
"@tldraw/state": "3.15.0-next.
|
|
58
|
-
"@tldraw/store": "3.15.0-next.
|
|
59
|
-
"@tldraw/utils": "3.15.0-next.
|
|
60
|
-
"@tldraw/validate": "3.15.0-next.
|
|
58
|
+
"@tldraw/state": "3.15.0-next.82ffd490a4f1",
|
|
59
|
+
"@tldraw/store": "3.15.0-next.82ffd490a4f1",
|
|
60
|
+
"@tldraw/utils": "3.15.0-next.82ffd490a4f1",
|
|
61
|
+
"@tldraw/validate": "3.15.0-next.82ffd490a4f1"
|
|
61
62
|
},
|
|
62
63
|
"peerDependencies": {
|
|
63
64
|
"react": "^18.2.0 || ^19.0.0",
|