troika-flex-layout
Advanced tools
Comparing version 0.32.0 to 0.33.1
@@ -6,2 +6,22 @@ # Change Log | ||
## [0.33.1](https://github.com/protectwise/troika/compare/v0.33.0...v0.33.1) (2020-10-02) | ||
**Note:** Version bump only for package troika-flex-layout | ||
# [0.33.0](https://github.com/protectwise/troika/compare/v0.32.0...v0.33.0) (2020-10-02) | ||
### Bug Fixes | ||
* add "sideEffects":false to package.json files to assist treeshaking ([61109b2](https://github.com/protectwise/troika/commit/61109b2e3d21dc794ef66b3f28cf63bbdd34150e)) | ||
* remove redundant "browser" and defunct "jsnext:main" fields from package.json files ([0abec40](https://github.com/protectwise/troika/commit/0abec40e3af06d3ae4d990bf198d871b46730f1f)) | ||
# [0.32.0](https://github.com/protectwise/troika/compare/v0.31.0...v0.32.0) (2020-09-16) | ||
@@ -8,0 +28,0 @@ |
{ | ||
"name": "troika-flex-layout", | ||
"version": "0.32.0", | ||
"version": "0.33.1", | ||
"description": "Utility for calculating flexbox layouts in a web worker", | ||
@@ -12,10 +12,9 @@ "author": "Jason Johnston <jason.johnston@protectwise.com>", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"main": "dist/troika-flex-layout.umd.js", | ||
"browser": "dist/troika-flex-layout.umd.js", | ||
"jsnext:main": "dist/troika-flex-layout.esm.js", | ||
"module": "dist/troika-flex-layout.esm.js", | ||
"module:src": "src/index.js", | ||
"dependencies": { | ||
"troika-three-text": "^0.32.0", | ||
"troika-worker-utils": "^0.32.0" | ||
"troika-three-text": "^0.33.1", | ||
"troika-worker-utils": "^0.33.0" | ||
}, | ||
@@ -29,3 +28,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "9f263fcbf9d5c45dc3c73ede2baf7db26978f2ec" | ||
"gitHead": "0c397b65aac6137ce1b4417e55d0deeb77b5ee5f" | ||
} |
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
1528393
+ Addedthree@0.121.1(transitive)
+ Addedtroika-three-text@0.33.1(transitive)
+ Addedtroika-three-utils@0.33.1(transitive)
+ Addedtroika-worker-utils@0.33.0(transitive)
- Removedthree@0.119.1(transitive)
- Removedtroika-three-text@0.32.0(transitive)
- Removedtroika-three-utils@0.32.0(transitive)
- Removedtroika-worker-utils@0.32.0(transitive)
Updatedtroika-three-text@^0.33.1
Updatedtroika-worker-utils@^0.33.0