@tldraw/tlschema 4.6.0-next.b3995657a659 → 4.6.0-next.d8328a2dcc3d
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
|
@@ -195,7 +195,7 @@ var import_translations = require("./translations/translations");
|
|
|
195
195
|
var import_b64Vecs = require("./misc/b64Vecs");
|
|
196
196
|
(0, import_utils.registerTldrawLibraryVersion)(
|
|
197
197
|
"@tldraw/tlschema",
|
|
198
|
-
"4.6.0-next.
|
|
198
|
+
"4.6.0-next.d8328a2dcc3d",
|
|
199
199
|
"cjs"
|
|
200
200
|
);
|
|
201
201
|
//# 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.6.0-next.
|
|
4
|
+
"version": "4.6.0-next.d8328a2dcc3d",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "tldraw Inc.",
|
|
7
7
|
"email": "hello@tldraw.com"
|
|
@@ -50,10 +50,10 @@
|
|
|
50
50
|
"vitest": "^3.2.4"
|
|
51
51
|
},
|
|
52
52
|
"dependencies": {
|
|
53
|
-
"@tldraw/state": "4.6.0-next.
|
|
54
|
-
"@tldraw/store": "4.6.0-next.
|
|
55
|
-
"@tldraw/utils": "4.6.0-next.
|
|
56
|
-
"@tldraw/validate": "4.6.0-next.
|
|
53
|
+
"@tldraw/state": "4.6.0-next.d8328a2dcc3d",
|
|
54
|
+
"@tldraw/store": "4.6.0-next.d8328a2dcc3d",
|
|
55
|
+
"@tldraw/utils": "4.6.0-next.d8328a2dcc3d",
|
|
56
|
+
"@tldraw/validate": "4.6.0-next.d8328a2dcc3d"
|
|
57
57
|
},
|
|
58
58
|
"peerDependencies": {
|
|
59
59
|
"react": "^18.2.0 || ^19.2.1",
|