@kuma-ui/compiler
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@kuma-ui/compiler", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "🐻 Kuma UI is a utility-first, zero-runtime CSS-in-JS library that offers an outstanding developer experience and optimized performance.", | ||
@@ -21,2 +21,9 @@ "repository": { | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.js", | ||
"import": "./dist/index.mjs" | ||
} | ||
}, | ||
"files": [ | ||
@@ -28,5 +35,5 @@ "dist" | ||
"ts-pattern": "^5.0.1", | ||
"@kuma-ui/core": "^1.0.0", | ||
"@kuma-ui/system": "^1.0.0", | ||
"@kuma-ui/sheet": "^1.0.0" | ||
"@kuma-ui/core": "^1.0.1", | ||
"@kuma-ui/sheet": "^1.0.1", | ||
"@kuma-ui/system": "^1.0.1" | ||
}, | ||
@@ -33,0 +40,0 @@ "publishConfig": { |
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
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
67205
Updated@kuma-ui/core@^1.0.1
Updated@kuma-ui/sheet@^1.0.1
Updated@kuma-ui/system@^1.0.1