@morphic-ts/eq-interpreters
Advanced tools
Comparing version 1.0.2-alpha.0 to 1.0.3-alpha.0
@@ -8,4 +8,4 @@ export * from './model'; | ||
}; | ||
export declare const eqApplyConfig: <E, A, R>(config: { | ||
export declare const eqApplyConfig: <E, A, R extends Record<"EqURI", any>>(config: { | ||
EqURI?: import("@morphic-ts/common/lib/config").GenConfig<import("fp-ts/lib/Eq").Eq<A>, R> | undefined; | ||
}) => import("@morphic-ts/common/lib/config").GenConfig<import("fp-ts/lib/Eq").Eq<A>, R>; |
@@ -8,4 +8,4 @@ export * from './model'; | ||
}; | ||
export declare const eqApplyConfig: <E, A, R>(config: { | ||
export declare const eqApplyConfig: <E, A, R extends Record<"EqURI", any>>(config: { | ||
EqURI?: import("@morphic-ts/common/lib/config").GenConfig<import("fp-ts/lib/Eq").Eq<A>, R> | undefined; | ||
}) => import("@morphic-ts/common/lib/config").GenConfig<import("fp-ts/lib/Eq").Eq<A>, R>; |
{ | ||
"name": "@morphic-ts/eq-interpreters", | ||
"version": "1.0.2-alpha.0", | ||
"version": "1.0.3-alpha.0", | ||
"description": "Morphic Eq (fp-ts) package for equality", | ||
@@ -24,5 +24,5 @@ "author": "Stéphane Le Dorze <stephane.ledorze@gmail.com>", | ||
"dependencies": { | ||
"@morphic-ts/algebras": "^1.0.1-alpha.0", | ||
"@morphic-ts/common": "^1.0.1-alpha.0", | ||
"@morphic-ts/model-algebras": "^1.0.1-alpha.0", | ||
"@morphic-ts/algebras": "^1.0.2-alpha.0", | ||
"@morphic-ts/common": "^1.0.2-alpha.0", | ||
"@morphic-ts/model-algebras": "^1.0.2-alpha.0", | ||
"fast-equals": "^2.0.0", | ||
@@ -72,3 +72,3 @@ "fp-ts": "^2.5.3" | ||
}, | ||
"gitHead": "67c99e690b2c4ee14c877dbce662e12fbfd7f70f" | ||
"gitHead": "9633fc11c80e3bb46d292db8a32309124ad00560" | ||
} |
32469