aesthetic-adapter-css-modules
Advanced tools
Comparing version 3.2.0 to 3.3.0
@@ -1,10 +0,17 @@ | ||
# 3.2.0 | ||
## 3.3.0 - 2019-04-28 | ||
#### 🐞 Fixed | ||
#### 🛠 Internals | ||
- Removed `@babel/runtime` as it wasn't saving much space and it conflicts with the new `core-js` | ||
pattern. | ||
## 3.2.0 - 2019-02-26 | ||
#### 🐞 Fixes | ||
- Added missing `@babel/runtime` package. | ||
# 3.1.0 - 2019-02-09 | ||
## 3.1.0 - 2019-02-09 | ||
#### 🚀 New | ||
#### 🚀 Updates | ||
@@ -23,27 +30,27 @@ - Added ECMAScript module support via `esm/` built files. | ||
#### 🛠 Internal | ||
#### 🛠 Internals | ||
- Converted from Flow to TypeScript. | ||
# 2.1.0 - 2018-05-30 | ||
## 2.1.0 - 2018-05-30 | ||
#### 🚀 New | ||
#### 🚀 Updates | ||
- Updated `aesthetic` peer requirement to 2.5. | ||
# 2.0.3 - 2018-03-20 | ||
### 2.0.3 - 2018-03-20 | ||
#### 🐞 Fixed | ||
#### 🐞 Fixes | ||
- Fixed incorrectly built and published files. | ||
# 2.0.2 - 2018-03-20 | ||
### 2.0.2 - 2018-03-20 | ||
#### 🛠 Internal | ||
#### 🛠 Internals | ||
- Updated dependencies. | ||
# 2.0.1 - 2018-01-13 | ||
### 2.0.1 - 2018-01-13 | ||
#### 🛠 Internal | ||
#### 🛠 Internals | ||
@@ -59,13 +66,13 @@ - Updated dependencies. | ||
#### 🐞 Fixed | ||
#### 🐞 Fixes | ||
- Fixed a bug in which wrong class names were being created. | ||
#### 🛠 Internal | ||
#### 🛠 Internals | ||
- Rewritten Flowtype definitions. | ||
# 1.6.2 - 2017-11-10 | ||
### 1.6.2 - 2017-11-10 | ||
#### 🛠 Internal | ||
#### 🛠 Internals | ||
@@ -75,11 +82,11 @@ - Tested against React 16.1. | ||
# 1.6.1 - 2017-10-18 | ||
### 1.6.1 - 2017-10-18 | ||
#### 🛠 Internal | ||
#### 🛠 Internals | ||
- Enabled Yarn workspaces. | ||
# 1.6.0 - 2017-09-27 | ||
## 1.6.0 - 2017-09-27 | ||
#### 🚀 New | ||
#### 🚀 Updates | ||
@@ -89,3 +96,3 @@ - Added support for `react` 16.0. | ||
#### 🛠 Internal | ||
#### 🛠 Internals | ||
@@ -95,3 +102,3 @@ - Updated cross package imports to use CommonJS paths. | ||
# 1.5.0 - 2017-07-28 | ||
## 1.5.0 - 2017-07-28 | ||
@@ -101,7 +108,7 @@ - Updated Flow definitions. | ||
# 1.4.2 - 2017-06-19 | ||
### 1.4.2 - 2017-06-19 | ||
- Fixed an issue with the Lerna package. | ||
# 1.4.1 - 2017-06-19 | ||
### 1.4.1 - 2017-06-19 | ||
@@ -111,3 +118,3 @@ - Updated `react` to 15.6. | ||
# 1.4.0 - 2017-05-11 | ||
## 1.4.0 - 2017-05-11 | ||
@@ -114,0 +121,0 @@ - Updated IE requirement to 11+. |
@@ -7,1 +7,2 @@ /** | ||
export default ClassNameAesthetic; | ||
//# sourceMappingURL=index.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
}); | ||
exports.__esModule = true; | ||
exports.default = void 0; | ||
@@ -7,0 +5,0 @@ |
{ | ||
"name": "aesthetic-adapter-css-modules", | ||
"version": "3.2.0", | ||
"version": "3.3.0", | ||
"description": "CSS modules support for Aesthetic.", | ||
@@ -20,9 +20,6 @@ "keywords": [ | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.3.1" | ||
}, | ||
"peerDependencies": { | ||
"aesthetic": "^3.0.0" | ||
}, | ||
"gitHead": "1dbb15feffeb83789a63e299abef0df1b8ca566c" | ||
"gitHead": "434a809cfa4d5d25086b39c334b1c8089221f1b1" | ||
} |
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
11836
1
9
20
1
- Removed@babel/runtime@^7.3.1
- Removed@babel/runtime@7.26.0(transitive)
- Removedregenerator-runtime@0.14.1(transitive)