@typed-f/applicative
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/applicative | ||
<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/applicative", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"keywords": [ | ||
@@ -31,5 +31,5 @@ "Functor", | ||
"dependencies": { | ||
"@typed-f/function": "^0.2.1", | ||
"@typed-f/functor": "^0.2.1", | ||
"@typed-f/tagged": "^0.2.1" | ||
"@typed-f/function": "^0.2.2", | ||
"@typed-f/functor": "^0.2.2", | ||
"@typed-f/tagged": "^0.2.2" | ||
}, | ||
@@ -48,3 +48,3 @@ "devDependencies": { | ||
}, | ||
"gitHead": "0bb91a468852883d06bcecab575ff6cb17bf651e" | ||
"gitHead": "b822dc27ed6a38b485f725414354a51f601ce049" | ||
} |
@@ -5,3 +5,3 @@ # @typed-f/applicative | ||
Applicative implementation for [Typed-f][repo-github] | ||
Applicative implementation for [Typed-F][repo-github] | ||
@@ -50,2 +50,3 @@ ## Installation | ||
[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 | ||
@@ -61,2 +62,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 | ||
@@ -63,0 +65,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
11628
66
Updated@typed-f/function@^0.2.2
Updated@typed-f/functor@^0.2.2
Updated@typed-f/tagged@^0.2.2