@typed-f/monad
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -6,2 +6,11 @@ # Change Log | ||
<a name="0.2.2"></a> | ||
## [0.2.2](https://github.com/Ailrun/typed-f/compare/v0.2.1...v0.2.2) (2018-08-23) | ||
**Note:** Version bump only for package @typed-f/monad | ||
<a name="0.2.1"></a> | ||
@@ -8,0 +17,0 @@ ## [0.2.1](https://github.com/Ailrun/typed-f/compare/v0.2.0...v0.2.1) (2018-08-22) |
{ | ||
"name": "@typed-f/monad", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"keywords": [ | ||
@@ -32,5 +32,5 @@ "Functor", | ||
"dependencies": { | ||
"@typed-f/applicative": "^0.2.1", | ||
"@typed-f/function": "^0.2.1", | ||
"@typed-f/tagged": "^0.2.1" | ||
"@typed-f/applicative": "^0.2.2", | ||
"@typed-f/function": "^0.2.2", | ||
"@typed-f/tagged": "^0.2.2" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "0bb91a468852883d06bcecab575ff6cb17bf651e" | ||
"gitHead": "b822dc27ed6a38b485f725414354a51f601ce049" | ||
} |
@@ -5,3 +5,3 @@ # @typed-f/monad | ||
monad for [Typed-f](repo-github) | ||
monad for [Typed-F](repo-github) | ||
@@ -15,2 +15,3 @@ [repo-github]: https://github.com/Ailrun/typed-f | ||
[functor-github]: https://github.com/Ailrun/typed-f/tree/master/packages/functor | ||
[lens-github]: https://github.com/Ailrun/typed-f/tree/master/packages/lens | ||
[matchable-github]: https://github.com/Ailrun/typed-f/tree/master/packages/matchable | ||
@@ -26,2 +27,3 @@ [maybe-github]: https://github.com/Ailrun/typed-f/tree/master/packages/maybe | ||
[functor-npm]: https://www.npmjs.com/package/@typed-f/functor | ||
[lens-npm]: https://www.npmjs.com/package/@typed-f/lens | ||
[matchable-npm]: https://www.npmjs.com/package/@typed-f/matchable | ||
@@ -28,0 +30,0 @@ [maybe-npm]: https://www.npmjs.com/package/@typed-f/maybe |
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
9640
31
Updated@typed-f/applicative@^0.2.2
Updated@typed-f/function@^0.2.2
Updated@typed-f/tagged@^0.2.2