@tldraw/utils
Advanced tools
Comparing version 2.0.0-canary.c79bcd27 to 2.0.0-canary.d2f34a76
{ | ||
"name": "@tldraw/utils", | ||
"description": "A tiny little drawing app (private utilities).", | ||
"version": "2.0.0-canary.c79bcd27", | ||
"version": "2.0.0-canary.d2f34a76", | ||
"author": { | ||
@@ -27,3 +27,3 @@ "name": "tldraw GB Ltd.", | ||
], | ||
"main": "dist/cjs/index.js", | ||
"main": "dist-cjs/index.js", | ||
"files": [ | ||
@@ -50,10 +50,10 @@ "dist/**/*" | ||
}, | ||
"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" | ||
} | ||
} | ||
} |
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
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
3457
4
21
1