@morphic-ts/eq-interpreters
Advanced tools
Comparing version 0.6.1 to 0.6.2
{ | ||
"name": "@morphic-ts/eq-interpreters", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Morphic Eq (fp-ts) package for equality", | ||
@@ -21,5 +21,5 @@ "author": "Stéphane Le Dorze <stephane.ledorze@gmail.com>", | ||
"dependencies": { | ||
"@morphic-ts/algebras": "^0.4.1", | ||
"@morphic-ts/common": "^0.4.1", | ||
"@morphic-ts/model-algebras": "^0.6.0", | ||
"@morphic-ts/algebras": "^0.4.2", | ||
"@morphic-ts/common": "^0.4.2", | ||
"@morphic-ts/model-algebras": "^0.6.1", | ||
"fast-equals": "^2.0.0", | ||
@@ -45,4 +45,3 @@ "fp-ts": "^2.4.1" | ||
"fix-prettier": "prettier --no-semi --single-quote --print-width 120 --parser typescript --write \"{src,test,examples}/**/*.ts\"", | ||
"test": "yarn run prettier && yarn run lint && yarn run jest && yarn run docs", | ||
"test-old": "yarn run prettier && yarn run lint && yarn run dtslint && yarn run jest && yarn run docs", | ||
"test": "yarn run prettier && yarn run lint && yarn run dtslint && yarn run jest && yarn run docs", | ||
"clean": "rimraf lib/*", | ||
@@ -70,3 +69,3 @@ "build": "yarn run clean && tsc --build tsconfig.build.json", | ||
}, | ||
"gitHead": "a8fc151617436bb633aeffa58360506365915871" | ||
"gitHead": "2f2cda99acc44bd4d8b9316e87dfe5d1e2a884a8" | ||
} |
15827