@tldraw/tlvalidate
Advanced tools
Comparing version 2.0.0-canary.c9621fad7 to 2.0.0-canary.cbbc0abcc6c6
{ | ||
"name": "@tldraw/tlvalidate", | ||
"description": "A tiny little drawing app (validation).", | ||
"version": "2.0.0-canary.c9621fad7", | ||
"version": "2.0.0-canary.cbbc0abcc6c6", | ||
"packageManager": "yarn@3.5.0", | ||
"author": { | ||
@@ -35,16 +36,13 @@ "name": "tldraw GB Ltd.", | ||
"test": "lazy inherit", | ||
"test:coverage": "lazy inherit", | ||
"build:package": "yarn run -T tsx ../../../scripts/build-package.ts", | ||
"build:api": "yarn run -T tsx ../../../scripts/build-api.ts", | ||
"prepack": "yarn run -T tsx ../../../scripts/prepack.ts", | ||
"postpack": "../../../scripts/postpack.sh", | ||
"test-coverage": "lazy inherit", | ||
"build": "yarn run -T tsx ../../scripts/build-package.ts", | ||
"build-api": "yarn run -T tsx ../../scripts/build-api.ts", | ||
"prepack": "yarn run -T tsx ../../scripts/prepack.ts", | ||
"postpack": "../../scripts/postpack.sh", | ||
"pack-tarball": "yarn pack", | ||
"lint": "yarn run -T tsx ../../../scripts/lint.ts" | ||
"lint": "yarn run -T tsx ../../scripts/lint.ts" | ||
}, | ||
"dependencies": { | ||
"@tldraw/utils": "2.0.0-canary.c9621fad7" | ||
"@tldraw/utils": "2.0.0-canary.cbbc0abcc6c6" | ||
}, | ||
"devDependencies": { | ||
"lazyrepo": "0.0.0-alpha.12" | ||
}, | ||
"jest": { | ||
@@ -59,2 +57,5 @@ "preset": "config/jest/node", | ||
}, | ||
"devDependencies": { | ||
"lazyrepo": "0.0.0-alpha.26" | ||
}, | ||
"module": "dist-esm/index.mjs", | ||
@@ -61,0 +62,0 @@ "source": "src/index.ts", |
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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
121928
17
0
6
0
+ Added@tldraw/utils@2.0.0-canary.cbbc0abcc6c6(transitive)
- Removed@tldraw/utils@2.0.0-canary.c9621fad7(transitive)