@tw-classed/core
Advanced tools
Comparing version 1.1.0 to 1.2.0-canary.2
{ | ||
"name": "@tw-classed/core", | ||
"version": "1.1.0", | ||
"version": "1.2.0-canary.2", | ||
"description": "A Stitches & Styled-Components inspired library to create reusable Tailwind react components", | ||
@@ -10,9 +10,9 @@ "type": "module", | ||
], | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"main": "dist/esm/index.mjs", | ||
"types": "dist/esm/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs", | ||
"types": "./dist/index.d.ts" | ||
"import": "./dist/esm/index.mjs", | ||
"require": "./dist/cjs/index.js", | ||
"types": "./dist/esm/index.d.ts" | ||
} | ||
@@ -42,3 +42,3 @@ }, | ||
"dev": "vite build --watch", | ||
"build": "rimraf ./dist && vite build", | ||
"build": "rimraf ./dist && unbuild", | ||
"test": "vitest run", | ||
@@ -45,0 +45,0 @@ "test:watch": "vitest", |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
24753
28
589
1
1