Comparing version 3.4.0 to 3.4.1
@@ -0,1 +1,7 @@ | ||
# 3.4.1 | ||
#### 🐞 Fixed | ||
- More ESM improvements. | ||
# 3.4.0 | ||
@@ -2,0 +8,0 @@ |
@@ -10,13 +10,9 @@ /** | ||
const Aesthetic = require('./esm/Aesthetic').default; | ||
const ClassNameAesthetic = require('./esm/ClassNameAesthetic').default; | ||
const UnifiedSyntax = require('./esm/UnifiedSyntax').default; | ||
const Ruleset = require('./esm/Ruleset').default; | ||
const Sheet = require('./esm/Sheet').default; | ||
import Aesthetic from './esm/Aesthetic'; | ||
import ClassNameAesthetic from './esm/ClassNameAesthetic'; | ||
import UnifiedSyntax from './esm/UnifiedSyntax'; | ||
import Ruleset from './esm/Ruleset'; | ||
import Sheet from './esm/Sheet'; | ||
Aesthetic.ClassNameAesthetic = ClassNameAesthetic; | ||
Aesthetic.UnifiedSyntax = UnifiedSyntax; | ||
Aesthetic.Ruleset = Ruleset; | ||
Aesthetic.Sheet = Sheet; | ||
module.exports = Aesthetic; | ||
export { ClassNameAesthetic, UnifiedSyntax, Ruleset, Sheet }; | ||
export default Aesthetic; |
{ | ||
"name": "aesthetic", | ||
"version": "3.4.0", | ||
"version": "3.4.1", | ||
"description": "Aesthetic is a powerful type-safe React library for styling components through the use of adapters.", | ||
@@ -48,6 +48,6 @@ "keywords": [ | ||
"prop-types": "^15.7.2", | ||
"react": "^16.8.2", | ||
"react-dom": "^16.8.2" | ||
"react": "^16.8.3", | ||
"react-dom": "^16.8.3" | ||
}, | ||
"gitHead": "1dbb15feffeb83789a63e299abef0df1b8ca566c" | ||
"gitHead": "3fbbb30a1ea8caf196df52fec4700e6855ffeebc" | ||
} |
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
120005
2526