@tldraw/tlschema 4.3.0-next.705b6ec94f43 → 4.3.0-next.7810f2131b3c
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 +1 -1
- package/dist-esm/index.mjs +1 -1
- package/package.json +5 -5
package/dist-cjs/index.js
CHANGED
|
@@ -178,7 +178,7 @@ var import_TLVerticalAlignStyle = require("./styles/TLVerticalAlignStyle");
|
|
|
178
178
|
var import_translations = require("./translations/translations");
|
|
179
179
|
(0, import_utils.registerTldrawLibraryVersion)(
|
|
180
180
|
"@tldraw/tlschema",
|
|
181
|
-
"4.3.0-next.
|
|
181
|
+
"4.3.0-next.7810f2131b3c",
|
|
182
182
|
"cjs"
|
|
183
183
|
);
|
|
184
184
|
//# 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
3
|
"description": "tldraw infinite canvas SDK (schema).",
|
|
4
|
-
"version": "4.3.0-next.
|
|
4
|
+
"version": "4.3.0-next.7810f2131b3c",
|
|
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": "4.3.0-next.
|
|
55
|
-
"@tldraw/store": "4.3.0-next.
|
|
56
|
-
"@tldraw/utils": "4.3.0-next.
|
|
57
|
-
"@tldraw/validate": "4.3.0-next.
|
|
54
|
+
"@tldraw/state": "4.3.0-next.7810f2131b3c",
|
|
55
|
+
"@tldraw/store": "4.3.0-next.7810f2131b3c",
|
|
56
|
+
"@tldraw/utils": "4.3.0-next.7810f2131b3c",
|
|
57
|
+
"@tldraw/validate": "4.3.0-next.7810f2131b3c"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"react": "^18.2.0 || ^19.0.0",
|