troika-flex-layout
Advanced tools
Comparing version 0.34.0 to 0.34.1
@@ -0,0 +0,0 @@ // NOTE: I couldn't get the jsdom worker impl to work in this context, so for now |
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.34.1](https://github.com/protectwise/troika/compare/v0.34.0...v0.34.1) (2020-10-20) | ||
**Note:** Version bump only for package troika-flex-layout | ||
# [0.34.0](https://github.com/protectwise/troika/compare/v0.33.1...v0.34.0) (2020-10-19) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "troika-flex-layout", | ||
"version": "0.34.0", | ||
"version": "0.34.1", | ||
"description": "Utility for calculating flexbox layouts in a web worker", | ||
@@ -17,4 +17,4 @@ "author": "Jason Johnston <jason.johnston@protectwise.com>", | ||
"dependencies": { | ||
"troika-three-text": "^0.34.0", | ||
"troika-worker-utils": "^0.34.0" | ||
"troika-three-text": "^0.34.1", | ||
"troika-worker-utils": "^0.34.1" | ||
}, | ||
@@ -28,3 +28,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "b19cd3aff4b0876253d76b3fc66b7e2a1f16a7e5" | ||
"gitHead": "04c819dd9013c686b872cd16bcaaf4de8723723e" | ||
} |
@@ -0,0 +0,0 @@ # `troika-flex-layout` |
@@ -0,0 +0,0 @@ // This build file creates a static version of the Yoga library used for computing |
@@ -0,0 +0,0 @@ import { defineWorkerModule, ThenableWorkerModule } from 'troika-worker-utils' |
@@ -0,0 +0,0 @@ /** |
export { flexLayoutProcessorWorkerModule, requestFlexLayout } from './FlexLayoutProcessor.js' |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1528703
Updatedtroika-three-text@^0.34.1
Updatedtroika-worker-utils@^0.34.1