@morphic-ts/algebras
Advanced tools
Comparing version
@@ -1,5 +0,5 @@ | ||
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/es6/core'; | ||
import { AnyEnv } from '@morphic-ts/common/es6/config'; | ||
import type { URIS, URIS2 } from '@morphic-ts/common/es6/HKT'; | ||
import type { Algebra as AlgAlgebra, Algebra1 as AlgAlgebra1, Algebra2 as AlgAlgebra2, AlgebraURIS } from './hkt'; | ||
import type { UnionToIntersection } from '@morphic-ts/common/es6/core'; | ||
import type { AnyEnv } from '@morphic-ts/common/es6/config'; | ||
/** | ||
@@ -6,0 +6,0 @@ * @since 0.0.1 |
@@ -1,3 +0,3 @@ | ||
import { URIS, URIS2 } from '@morphic-ts/common/es6/HKT'; | ||
import { AnyEnv } from '@morphic-ts/common/es6/config'; | ||
import type { URIS, URIS2 } from '@morphic-ts/common/es6/HKT'; | ||
import type { AnyEnv } from '@morphic-ts/common/es6/config'; | ||
/** | ||
@@ -4,0 +4,0 @@ * @since 0.0.1 |
@@ -1,5 +0,5 @@ | ||
import { URIS, URIS2 } from '@morphic-ts/common/lib/HKT'; | ||
import { Algebra as AlgAlgebra, Algebra1 as AlgAlgebra1, Algebra2 as AlgAlgebra2, AlgebraURIS } from './hkt'; | ||
import { UnionToIntersection } from '@morphic-ts/common/lib/core'; | ||
import { AnyEnv } from '@morphic-ts/common/lib/config'; | ||
import type { URIS, URIS2 } from '@morphic-ts/common/lib/HKT'; | ||
import type { Algebra as AlgAlgebra, Algebra1 as AlgAlgebra1, Algebra2 as AlgAlgebra2, AlgebraURIS } from './hkt'; | ||
import type { UnionToIntersection } from '@morphic-ts/common/lib/core'; | ||
import type { AnyEnv } from '@morphic-ts/common/lib/config'; | ||
/** | ||
@@ -6,0 +6,0 @@ * @since 0.0.1 |
@@ -1,3 +0,3 @@ | ||
import { URIS, URIS2 } from '@morphic-ts/common/lib/HKT'; | ||
import { AnyEnv } from '@morphic-ts/common/lib/config'; | ||
import type { URIS, URIS2 } from '@morphic-ts/common/lib/HKT'; | ||
import type { AnyEnv } from '@morphic-ts/common/lib/config'; | ||
/** | ||
@@ -4,0 +4,0 @@ * @since 0.0.1 |
{ | ||
"name": "@morphic-ts/algebras", | ||
"version": "2.0.0-alpha.2", | ||
"version": "2.0.0-alpha.3", | ||
"description": "Morphic core Algebra package", | ||
@@ -24,3 +24,3 @@ "author": "Stéphane Le Dorze <stephane.ledorze@gmail.com>", | ||
"dependencies": { | ||
"@morphic-ts/common": "^2.0.0-alpha.2" | ||
"@morphic-ts/common": "^2.0.0-alpha.3" | ||
}, | ||
@@ -57,3 +57,3 @@ "scripts": { | ||
}, | ||
"gitHead": "5ca6db8592aaf6485d4e31f341f15df8ff64f892" | ||
"gitHead": "c82d173018122335bfc28fae227dd25208c08651" | ||
} |
6029
1.01%