@tldraw/tlvalidate
Advanced tools
Comparing version 2.0.0-canary.3c9a816b to 2.0.0-canary.4abde9cd
# @tldraw/tlvalidate | ||
## 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 +12,0 @@ |
{ | ||
"name": "@tldraw/tlvalidate", | ||
"description": "A tiny little drawing app (validation).", | ||
"version": "2.0.0-canary.3c9a816b", | ||
"version": "2.0.0-canary.4abde9cd", | ||
"author": { | ||
@@ -28,6 +28,4 @@ "name": "tldraw GB Ltd.", | ||
"main": "dist/cjs/index.js", | ||
"types": "index.d.ts", | ||
"files": [ | ||
"dist/**/*", | ||
"index.d.ts" | ||
"dist/**/*" | ||
], | ||
@@ -44,3 +42,3 @@ "scripts": { | ||
"dependencies": { | ||
"@tldraw/utils": "2.0.0-canary.3c9a816b" | ||
"@tldraw/utils": "2.0.0-canary.4abde9cd" | ||
}, | ||
@@ -56,4 +54,10 @@ "jest": { | ||
}, | ||
"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" | ||
} | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
103082
17
1108
1
+ Added@tldraw/utils@2.0.0-canary.4abde9cd(transitive)
- Removed@tldraw/utils@2.0.0-canary.3c9a816b(transitive)