@morphic-ts/algebras
Advanced tools
Comparing version 0.5.3-alpha.0 to 0.5.3-alpha.1
@@ -1,4 +0,4 @@ | ||
import { URIS, URIS2 } from '@morphic-ts/common/lib/HKT'; | ||
import { URIS, URIS2 } from '@morphic-ts/common/es6/HKT'; | ||
import { Algebra as AlgAlgebra, Algebra1 as AlgAlgebra1, Algebra2 as AlgAlgebra2, AlgebraURIS } from './hkt'; | ||
import { UnionToIntersection } from '@morphic-ts/common/lib/core'; | ||
import { UnionToIntersection } from '@morphic-ts/common/es6/core'; | ||
/** | ||
@@ -5,0 +5,0 @@ * @since 0.0.1 |
@@ -1,2 +0,2 @@ | ||
import { URIS, URIS2 } from '@morphic-ts/common/lib/HKT'; | ||
import { URIS, URIS2 } from '@morphic-ts/common/es6/HKT'; | ||
/** | ||
@@ -3,0 +3,0 @@ * @since 0.0.1 |
{ | ||
"name": "@morphic-ts/algebras", | ||
"version": "0.5.3-alpha.0", | ||
"version": "0.5.3-alpha.1", | ||
"description": "Morphic core Algebra package", | ||
@@ -24,3 +24,3 @@ "author": "Stéphane Le Dorze <stephane.ledorze@gmail.com>", | ||
"dependencies": { | ||
"@morphic-ts/common": "^0.5.3-alpha.0" | ||
"@morphic-ts/common": "^0.5.3-alpha.1" | ||
}, | ||
@@ -58,3 +58,3 @@ "peerDdependencies": {}, | ||
}, | ||
"gitHead": "fd2f4a251700f1319a13c2948e83ce010a833b42" | ||
"gitHead": "7c7ffda877bece63adc6fd24e77fd8647abbd822" | ||
} |