@tldraw/tlvalidate
Advanced tools
Comparing version 2.0.0-canary.6ec35e09e to 2.0.0-canary.76df4a88
# @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.6ec35e09e", | ||
"version": "2.0.0-canary.76df4a88", | ||
"author": { | ||
@@ -27,5 +27,6 @@ "name": "tldraw GB Ltd.", | ||
], | ||
"main": "dist/cjs/index.js", | ||
"main": "dist-cjs/index.js", | ||
"files": [ | ||
"dist/**/*" | ||
"dist-esm/**/*", | ||
"dist-cjs/**/*" | ||
], | ||
@@ -36,3 +37,6 @@ "scripts": { | ||
"typecheck": "yarn run -T tsc --build", | ||
"build": "yarn run -T tsx ../../scripts/build-package.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", | ||
"prepack": "yarn run -T tsx ../../scripts/prepack.ts", | ||
@@ -43,3 +47,3 @@ "postpack": "../../scripts/postpack.sh", | ||
"dependencies": { | ||
"@tldraw/utils": "2.0.0-canary.6ec35e09e" | ||
"@tldraw/utils": "2.0.0-canary.76df4a88" | ||
}, | ||
@@ -55,11 +59,10 @@ "jest": { | ||
}, | ||
"module": "dist/esm/index.mjs", | ||
"module": "dist-esm/index.mjs", | ||
"source": "src/index.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js" | ||
}, | ||
"./*.css": "./*.css" | ||
"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
103590
1
+ Added@tldraw/utils@2.0.0-canary.76df4a88(transitive)
- Removed@tldraw/utils@2.0.0-canary.6ec35e09e(transitive)