@tldraw/tlschema
Advanced tools
Comparing version 2.0.0-canary.8ee67296b to 2.0.0-canary.92a7e527
# @tldraw/tlschema | ||
## 2.0.0-alpha.10 | ||
### Patch Changes | ||
- 4b4399b6e: redeploy with yarn to prevent package version issues | ||
- Updated dependencies [4b4399b6e] | ||
- @tldraw/tlstore@2.0.0-alpha.10 | ||
- @tldraw/tlvalidate@2.0.0-alpha.9 | ||
- @tldraw/utils@2.0.0-alpha.9 | ||
## 2.0.0-alpha.9 | ||
### Patch Changes | ||
- Release day! | ||
- Updated dependencies | ||
- @tldraw/tlstore@2.0.0-alpha.9 | ||
- @tldraw/tlvalidate@2.0.0-alpha.8 | ||
- @tldraw/utils@2.0.0-alpha.8 | ||
## 2.0.0-alpha.8 | ||
@@ -4,0 +24,0 @@ |
@@ -18,6 +18,8 @@ "use strict"; | ||
module.exports = __toCommonJS(src_exports); | ||
__reExport(src_exports, require("./assets/asset-validation"), module.exports); | ||
__reExport(src_exports, require("./TLRecord"), module.exports); | ||
__reExport(src_exports, require("./TLStore"), module.exports); | ||
__reExport(src_exports, require("./assets/TLBookmarkAsset"), module.exports); | ||
__reExport(src_exports, require("./assets/TLImageAsset"), module.exports); | ||
__reExport(src_exports, require("./assets/TLVideoAsset"), module.exports); | ||
__reExport(src_exports, require("./assets/asset-validation"), module.exports); | ||
__reExport(src_exports, require("./fixup"), module.exports); | ||
@@ -36,3 +38,2 @@ __reExport(src_exports, require("./geometry-types"), module.exports); | ||
__reExport(src_exports, require("./schema"), module.exports); | ||
__reExport(src_exports, require("./shapes/shape-validation"), module.exports); | ||
__reExport(src_exports, require("./shapes/TLArrowShape"), module.exports); | ||
@@ -51,5 +52,4 @@ __reExport(src_exports, require("./shapes/TLBookmarkShape"), module.exports); | ||
__reExport(src_exports, require("./shapes/TLVideoShape"), module.exports); | ||
__reExport(src_exports, require("./shapes/shape-validation"), module.exports); | ||
__reExport(src_exports, require("./style-types"), module.exports); | ||
__reExport(src_exports, require("./TLRecord"), module.exports); | ||
__reExport(src_exports, require("./TLStore"), module.exports); | ||
__reExport(src_exports, require("./ui-types"), module.exports); | ||
@@ -56,0 +56,0 @@ __reExport(src_exports, require("./util-types"), module.exports); |
{ | ||
"name": "@tldraw/tlschema", | ||
"description": "A tiny little drawing app (schema).", | ||
"version": "2.0.0-canary.8ee67296b", | ||
"version": "2.0.0-canary.92a7e527", | ||
"author": { | ||
@@ -58,5 +58,5 @@ "name": "tldraw GB Ltd.", | ||
"dependencies": { | ||
"@tldraw/tlstore": "2.0.0-canary.8ee67296b", | ||
"@tldraw/tlvalidate": "2.0.0-canary.8ee67296b", | ||
"@tldraw/utils": "2.0.0-canary.8ee67296b", | ||
"@tldraw/tlstore": "2.0.0-canary.92a7e527", | ||
"@tldraw/tlvalidate": "2.0.0-canary.92a7e527", | ||
"@tldraw/utils": "2.0.0-canary.92a7e527", | ||
"nanoid": "^3.0.0" | ||
@@ -70,5 +70,4 @@ }, | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"./*.css": "./*.css" | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
643915
+ Added@tldraw/tlstore@2.0.0-canary.92a7e527(transitive)
+ Added@tldraw/tlvalidate@2.0.0-canary.92a7e527(transitive)
+ Added@tldraw/utils@2.0.0-canary.92a7e527(transitive)
- Removed@tldraw/tlstore@2.0.0-canary.8ee67296b(transitive)
- Removed@tldraw/tlvalidate@2.0.0-canary.8ee67296b(transitive)
- Removed@tldraw/utils@2.0.0-canary.8ee67296b(transitive)