@tldraw/tlvalidate
Advanced tools
Comparing version 2.0.0-canary.7463791a to 2.0.0-canary.7573fc4c
{ | ||
"name": "@tldraw/tlvalidate", | ||
"description": "A tiny little drawing app (validation).", | ||
"version": "2.0.0-canary.7463791a", | ||
"version": "2.0.0-canary.7573fc4c", | ||
"author": { | ||
@@ -29,4 +29,5 @@ "name": "tldraw GB Ltd.", | ||
"files": [ | ||
"dist-esm/**/*", | ||
"dist-cjs/**/*" | ||
"dist-esm", | ||
"dist-cjs", | ||
"src" | ||
], | ||
@@ -36,6 +37,5 @@ "scripts": { | ||
"test:coverage": "yarn run -T jest --coverage", | ||
"typecheck": "yarn run -T tsc --build", | ||
"build:types": "yarn run -T tsx ../../scripts/build-types.ts", | ||
"build": "echo 'build should be run by turbo'", | ||
"build:package": "yarn run -T tsx ../../scripts/build-package.ts", | ||
"build:types": "yarn run -T tsx ../../scripts/build-types.ts", | ||
"build:api": "yarn run -T tsx ../../scripts/build-api.ts", | ||
@@ -47,3 +47,3 @@ "prepack": "yarn run -T tsx ../../scripts/prepack.ts", | ||
"dependencies": { | ||
"@tldraw/utils": "2.0.0-canary.7463791a" | ||
"@tldraw/utils": "2.0.0-canary.7573fc4c" | ||
}, | ||
@@ -50,0 +50,0 @@ "jest": { |
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
121106
21
1715
0
+ Added@tldraw/utils@2.0.0-canary.7573fc4c(transitive)
- Removed@tldraw/utils@2.0.0-canary.7463791a(transitive)