@tldraw/tlvalidate
Advanced tools
Comparing version 2.0.0-canary.4c26aed66 to 2.0.0-canary.4f3f7105
# @tldraw/tlvalidate | ||
## 2.0.0-alpha.10 | ||
### Patch Changes | ||
- fix some package build scripting | ||
- Updated dependencies | ||
- @tldraw/utils@2.0.0-alpha.10 | ||
## 2.0.0-alpha.9 | ||
### Patch Changes | ||
- 4b4399b6e: redeploy with yarn to prevent package version issues | ||
- Updated dependencies [4b4399b6e] | ||
- @tldraw/utils@2.0.0-alpha.9 | ||
## 2.0.0-alpha.8 | ||
### Patch Changes | ||
- Release day! | ||
- Updated dependencies | ||
- @tldraw/utils@2.0.0-alpha.8 | ||
## 2.0.0-alpha.7 | ||
@@ -4,0 +28,0 @@ |
{ | ||
"name": "@tldraw/tlvalidate", | ||
"description": "A tiny little drawing app (validation).", | ||
"version": "2.0.0-canary.4c26aed66", | ||
"version": "2.0.0-canary.4f3f7105", | ||
"author": { | ||
@@ -41,3 +41,3 @@ "name": "tldraw GB Ltd.", | ||
"dependencies": { | ||
"@tldraw/utils": "2.0.0-canary.4c26aed66" | ||
"@tldraw/utils": "2.0.0-canary.4f3f7105" | ||
}, | ||
@@ -56,5 +56,7 @@ "jest": { | ||
"exports": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
} | ||
} |
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
103393
0
+ Added@tldraw/utils@2.0.0-canary.4f3f7105(transitive)
- Removed@tldraw/utils@2.0.0-canary.4c26aed66(transitive)