@modular-toolkit/hocs
Advanced tools
Comparing version 4.0.2 to 4.0.3-beta.0
# Changelog | ||
## 4.0.3 / 21 Dec 2018 | ||
* Added `sideEffects: false` configuration to [package.json](package.json) to allow efficient tree shaking with | ||
webpack (see [webpack documentation](https://webpack.js.org/guides/tree-shaking/#mark-the-file-as-side-effect-free)) | ||
## 4.0.2 / 31 Oct 2018 | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "@modular-toolkit/hocs", | ||
"version": "4.0.2", | ||
"version": "4.0.3-beta.0", | ||
"description": "Higher order components (HoCs) for connecting modules", | ||
"esnext": "index-esnext.js", | ||
"main": "index.js", | ||
"sideEffects": false, | ||
"scripts": { | ||
@@ -22,3 +23,3 @@ "build": "webpack", | ||
"dependencies": { | ||
"@modular-toolkit/selectors": "^3.0.2", | ||
"@modular-toolkit/selectors": "^3.0.3-beta.0", | ||
"lodash.debounce": "^4.0.8" | ||
@@ -41,3 +42,3 @@ }, | ||
}, | ||
"gitHead": "131c54e0ecc4b0f9e39cb31d0d0b376f5a1e6995" | ||
"gitHead": "862ed388ab2945225479f12878cb95f3cc238e43" | ||
} |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
46122
4