@tldraw/tlschema
Advanced tools
Comparing version 2.0.0-canary.3c9a816b to 2.0.0-canary.44c8f5d7
# @tldraw/tlschema | ||
## 2.0.0-alpha.11 | ||
### Patch Changes | ||
- fix some package build scripting | ||
- Updated dependencies | ||
- @tldraw/tlstore@2.0.0-alpha.11 | ||
- @tldraw/tlvalidate@2.0.0-alpha.10 | ||
- @tldraw/utils@2.0.0-alpha.10 | ||
## 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 +34,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.3c9a816b", | ||
"version": "2.0.0-canary.44c8f5d7", | ||
"author": { | ||
@@ -28,6 +28,4 @@ "name": "tldraw GB Ltd.", | ||
"main": "dist/cjs/index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"dist/**/*", | ||
"index.d.ts" | ||
"dist/**/*" | ||
], | ||
@@ -61,9 +59,15 @@ "scripts": { | ||
"dependencies": { | ||
"@tldraw/tlstore": "2.0.0-canary.3c9a816b", | ||
"@tldraw/tlvalidate": "2.0.0-canary.3c9a816b", | ||
"@tldraw/utils": "2.0.0-canary.3c9a816b", | ||
"@tldraw/tlstore": "2.0.0-canary.44c8f5d7", | ||
"@tldraw/tlvalidate": "2.0.0-canary.44c8f5d7", | ||
"@tldraw/utils": "2.0.0-canary.44c8f5d7", | ||
"nanoid": "^3.0.0" | ||
}, | ||
"module": "dist/esm/index.js", | ||
"source": "src/index.ts" | ||
"module": "dist/esm/index.mjs", | ||
"source": "src/index.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
644118
7709
1
+ Added@tldraw/tlstore@2.0.0-canary.44c8f5d7(transitive)
+ Added@tldraw/tlvalidate@2.0.0-canary.44c8f5d7(transitive)
+ Added@tldraw/utils@2.0.0-canary.44c8f5d7(transitive)
- Removed@tldraw/tlstore@2.0.0-canary.3c9a816b(transitive)
- Removed@tldraw/tlvalidate@2.0.0-canary.3c9a816b(transitive)
- Removed@tldraw/utils@2.0.0-canary.3c9a816b(transitive)