Comparing version
@@ -0,4 +1,8 @@ | ||
## 4.0.1 (October 22, 2019) | ||
- Bumped CSSTree to [`1.0.0-alpha.37`](https://github.com/csstree/csstree/releases/tag/v1.0.0-alpha.37) to avoid source map generation inconsistency across Node.js versions | ||
## 4.0.0 (October 21, 2019) | ||
- Dropped support for Node < 8 | ||
- Dropped support for Node.js < 8 | ||
- Refreshed dev dependencies and scripts | ||
@@ -5,0 +9,0 @@ - Bumped [CSSTree](https://github.com/csstree/csstree) to `1.0.0-alpha.36` (#399) |
{ | ||
"name": "csso", | ||
"version": "4.0.0", | ||
"version": "4.0.1", | ||
"description": "CSS minifier with structural optimisations", | ||
@@ -61,3 +61,3 @@ "homepage": "https://github.com/css/csso", | ||
"dependencies": { | ||
"css-tree": "1.0.0-alpha.36" | ||
"css-tree": "1.0.0-alpha.37" | ||
}, | ||
@@ -73,3 +73,3 @@ "devDependencies": { | ||
"rollup-plugin-node-resolve": "^5.2.0", | ||
"source-map": "^0.5.6", | ||
"source-map": "^0.6.1", | ||
"terser": "^4.3.8" | ||
@@ -76,0 +76,0 @@ }, |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
839016
0.4%15687
0.42%0
-100%+ Added
+ Added
- Removed
- Removed
Updated