@tldraw/primitives
Advanced tools
Comparing version 2.0.0-canary.c4b98172 to 2.0.0-canary.c754cf23
{ | ||
"name": "@tldraw/primitives", | ||
"description": "A tiny little drawing app (primitives).", | ||
"version": "2.0.0-canary.c4b98172", | ||
"version": "2.0.0-canary.c754cf23", | ||
"author": { | ||
@@ -27,3 +27,3 @@ "name": "tldraw GB Ltd.", | ||
], | ||
"main": "dist/cjs/index.js", | ||
"main": "dist-cjs/index.js", | ||
"files": [ | ||
@@ -42,3 +42,3 @@ "dist/**/*" | ||
"dependencies": { | ||
"@tldraw/tlschema": "2.0.0-canary.c4b98172" | ||
"@tldraw/tlschema": "2.0.0-canary.c754cf23" | ||
}, | ||
@@ -54,10 +54,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" | ||
"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
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
14970
6
21
+ Added@tldraw/tlschema@2.0.0-canary.c754cf23(transitive)
+ Added@tldraw/tlstore@2.0.0-canary.c754cf23(transitive)
+ Added@tldraw/tlvalidate@2.0.0-canary.c754cf23(transitive)
+ Added@tldraw/utils@2.0.0-canary.c754cf23(transitive)
- Removed@tldraw/tlschema@2.0.0-canary.c4b98172(transitive)
- Removed@tldraw/tlstore@2.0.0-canary.c4b98172(transitive)
- Removed@tldraw/tlvalidate@2.0.0-canary.c4b98172(transitive)
- Removed@tldraw/utils@2.0.0-canary.c4b98172(transitive)