@tldraw/tlvalidate
Advanced tools
Comparing version 2.0.0-canary.97774cc01 to 2.0.0-canary.a1eaf254
# @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.97774cc01", | ||
"version": "2.0.0-canary.a1eaf254", | ||
"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.97774cc01" | ||
"@tldraw/utils": "2.0.0-canary.a1eaf254" | ||
}, | ||
@@ -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" | ||
} | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
103393
17
1108
+ Added@tldraw/utils@2.0.0-canary.a1eaf254(transitive)
- Removed@tldraw/utils@2.0.0-canary.97774cc01(transitive)