@tldraw/primitives
Advanced tools
Comparing version 2.0.0-canary.e4267fb1 to 2.0.0-canary.ee58578a
# @tldraw/primitives | ||
## 2.0.0-alpha.11 | ||
### Patch Changes | ||
- fix some package build scripting | ||
- Updated dependencies | ||
- @tldraw/tlschema@2.0.0-alpha.11 | ||
## 2.0.0-alpha.10 | ||
@@ -4,0 +12,0 @@ |
{ | ||
"name": "@tldraw/primitives", | ||
"description": "A tiny little drawing app (primitives).", | ||
"version": "2.0.0-canary.e4267fb1", | ||
"version": "2.0.0-canary.ee58578a", | ||
"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.e4267fb1" | ||
"@tldraw/tlschema": "2.0.0-canary.ee58578a" | ||
}, | ||
@@ -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.ee58578a(transitive)
+ Added@tldraw/tlstore@2.0.0-canary.ee58578a(transitive)
+ Added@tldraw/tlvalidate@2.0.0-canary.ee58578a(transitive)
+ Added@tldraw/utils@2.0.0-canary.ee58578a(transitive)
- Removed@tldraw/tlschema@2.0.0-canary.e4267fb1(transitive)
- Removed@tldraw/tlstore@2.0.0-canary.e4267fb1(transitive)
- Removed@tldraw/tlvalidate@2.0.0-canary.e4267fb1(transitive)
- Removed@tldraw/utils@2.0.0-canary.e4267fb1(transitive)