@morphic-ts/algebras
Advanced tools
Comparing version 1.2.0-alpha.0 to 1.2.0
@@ -1,5 +0,5 @@ | ||
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 { AnyEnv } from '@morphic-ts/common/lib/config'; | ||
import { UnionToIntersection } from '@morphic-ts/common/es6/core'; | ||
import { 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/lib/HKT'; | ||
import { AnyEnv } from '@morphic-ts/common/lib/config'; | ||
import { URIS, URIS2 } from '@morphic-ts/common/es6/HKT'; | ||
import { AnyEnv } from '@morphic-ts/common/es6/config'; | ||
/** | ||
@@ -4,0 +4,0 @@ * @since 0.0.1 |
{ | ||
"name": "@morphic-ts/algebras", | ||
"version": "1.2.0-alpha.0", | ||
"version": "1.2.0", | ||
"description": "Morphic core Algebra package", | ||
@@ -24,3 +24,3 @@ "author": "Stéphane Le Dorze <stephane.ledorze@gmail.com>", | ||
"dependencies": { | ||
"@morphic-ts/common": "^1.2.0-alpha.0" | ||
"@morphic-ts/common": "^1.2.0" | ||
}, | ||
@@ -57,3 +57,3 @@ "scripts": { | ||
}, | ||
"gitHead": "d8c7569e6b7598f4aaacf484b6b029e10b65cf70" | ||
"gitHead": "49b7c5d218acdd216adeaa4583e4981b130012b2" | ||
} |
@@ -1,11 +0,1 @@ | ||
# `adt` | ||
> TODO: description | ||
## Usage | ||
``` | ||
const adt = require('adt'); | ||
// TODO: DEMONSTRATE API | ||
``` | ||
# `Morphic Algebras package` |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
5953
2
Updated@morphic-ts/common@^1.2.0