@tldraw/tlschema 5.3.0-canary.fceaae5e9feb → 5.3.0-next.a6e6f66f8517
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
|
@@ -207,7 +207,7 @@ var import_translations = require("./translations/translations");
|
|
|
207
207
|
var import_b64Vecs = require("./misc/b64Vecs");
|
|
208
208
|
(0, import_utils.registerTldrawLibraryVersion)(
|
|
209
209
|
"@tldraw/tlschema",
|
|
210
|
-
"5.3.0-
|
|
210
|
+
"5.3.0-next.a6e6f66f8517",
|
|
211
211
|
"cjs"
|
|
212
212
|
);
|
|
213
213
|
//# sourceMappingURL=index.js.map
|
package/dist-esm/index.mjs
CHANGED
|
@@ -198,7 +198,7 @@ import {
|
|
|
198
198
|
} from "./translations/translations.mjs";
|
|
199
199
|
registerTldrawLibraryVersion(
|
|
200
200
|
"@tldraw/tlschema",
|
|
201
|
-
"5.3.0-
|
|
201
|
+
"5.3.0-next.a6e6f66f8517",
|
|
202
202
|
"esm"
|
|
203
203
|
);
|
|
204
204
|
import { DIM_2D, DIM_3D, 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.3.0-
|
|
4
|
+
"version": "5.3.0-next.a6e6f66f8517",
|
|
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.3.0-
|
|
55
|
-
"@tldraw/store": "5.3.0-
|
|
56
|
-
"@tldraw/utils": "5.3.0-
|
|
57
|
-
"@tldraw/validate": "5.3.0-
|
|
54
|
+
"@tldraw/state": "5.3.0-next.a6e6f66f8517",
|
|
55
|
+
"@tldraw/store": "5.3.0-next.a6e6f66f8517",
|
|
56
|
+
"@tldraw/utils": "5.3.0-next.a6e6f66f8517",
|
|
57
|
+
"@tldraw/validate": "5.3.0-next.a6e6f66f8517"
|
|
58
58
|
},
|
|
59
59
|
"peerDependencies": {
|
|
60
60
|
"react": "^18.2.0 || ^19.2.1",
|