@tldraw/tlvalidate
Advanced tools
Comparing version 2.0.0-canary.8d8316960 to 2.0.0-canary.8e1367bc9
{ | ||
"name": "@tldraw/tlvalidate", | ||
"description": "A tiny little drawing app (validation).", | ||
"version": "2.0.0-canary.8d8316960", | ||
"version": "2.0.0-canary.8e1367bc9", | ||
"author": { | ||
@@ -34,16 +34,16 @@ "name": "tldraw GB Ltd.", | ||
"scripts": { | ||
"test": "lazy :inherit", | ||
"test:coverage": "lazy :inherit", | ||
"build:package": "lazy :inherit", | ||
"build:api": "lazy :inherit", | ||
"prepack": "yarn run -T tsx ../../scripts/prepack.ts", | ||
"postpack": "../../scripts/postpack.sh", | ||
"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", | ||
"pack-tarball": "yarn pack", | ||
"lint": "lazy :inherit" | ||
"lint": "yarn run -T tsx ../../../scripts/lint.ts" | ||
}, | ||
"dependencies": { | ||
"@tldraw/utils": "2.0.0-canary.8d8316960" | ||
"@tldraw/utils": "2.0.0-canary.8e1367bc9" | ||
}, | ||
"devDependencies": { | ||
"lazyrepo": "0.0.0-alpha.10" | ||
"lazyrepo": "0.0.0-alpha.12" | ||
}, | ||
@@ -50,0 +50,0 @@ "jest": { |
121559
+ Added@tldraw/utils@2.0.0-canary.8e1367bc9(transitive)
- Removed@tldraw/utils@2.0.0-canary.8d8316960(transitive)