@ahanapediatrics/ahana-fp
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -5,2 +5,9 @@ # Changelog | ||
### [1.3.1](https://github.com/ohana-pediatrics/ahana-fp/compare/v1.3.0...v1.3.1) (2019-12-03) | ||
### Bug Fixes | ||
* 🐛 ensure that Lazy is exported ([f1e3ce5](https://github.com/ohana-pediatrics/ahana-fp/commit/f1e3ce57b5a944d84c8355ca7a2c70f751f967e8)) | ||
## [1.3.0](https://github.com/ohana-pediatrics/ahana-fp/compare/v1.2.2...v1.3.0) (2019-12-03) | ||
@@ -7,0 +14,0 @@ |
@@ -5,2 +5,3 @@ import { Optional } from './Optional'; | ||
export * from './Either'; | ||
export * from './Lazy'; | ||
/** | ||
@@ -7,0 +8,0 @@ * Take a function that requires a value of `T` and return a version that takes `Optional<T>` |
@@ -10,2 +10,3 @@ "use strict"; | ||
__export(require("./Either")); | ||
__export(require("./Lazy")); | ||
/** | ||
@@ -12,0 +13,0 @@ * Take a function that requires a value of `T` and return a version that takes `Optional<T>` |
{ | ||
"name": "@ahanapediatrics/ahana-fp", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "FP-friendly classes for Typescript", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
39253
1052