@pacote/jest-either
Advanced tools
Comparing version 5.0.5 to 5.0.6
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.6](https://github.com/PacoteJS/pacote/compare/@pacote/jest-either@5.0.5...@pacote/jest-either@5.0.6) (2023-04-22) | ||
**Note:** Version bump only for package @pacote/jest-either | ||
## [5.0.5](https://github.com/PacoteJS/pacote/compare/@pacote/jest-either@5.0.4...@pacote/jest-either@5.0.5) (2023-04-13) | ||
@@ -8,0 +12,0 @@ |
@@ -12,5 +12,5 @@ import { Either } from 'fp-ts/lib/Either'; | ||
actual: Either<any, R>; | ||
expected: AsymmetricMatcher | R; | ||
expected: R | AsymmetricMatcher; | ||
pass: boolean; | ||
message: () => string; | ||
}; |
{ | ||
"name": "@pacote/jest-either", | ||
"description": "Jest matcher for Either objects.", | ||
"version": "5.0.5", | ||
"version": "5.0.6", | ||
"type": "module", | ||
@@ -42,6 +42,6 @@ "engines": { | ||
"dependencies": { | ||
"@pacote/is-plain-object": "^2.0.0", | ||
"@pacote/is-plain-object": "^2.0.1", | ||
"jest-diff": "^29.0.1", | ||
"jest-matcher-utils": "^29.0.1", | ||
"ramda": "^0.28.0" | ||
"ramda": "^0.29.0" | ||
}, | ||
@@ -51,7 +51,3 @@ "peerDependencies": { | ||
}, | ||
"typedoc": { | ||
"entryPoint": "./src/index.ts", | ||
"tsconfig": "tsconfig.json" | ||
}, | ||
"gitHead": "1e6186bfa34800585a8906415608c25d1850e30e" | ||
"gitHead": "d0e1f3f1f0b32a28cf51f226dd2c9d247503b4ee" | ||
} |
55788
52
1011
+ Addedramda@0.29.1(transitive)
- Removedramda@0.28.0(transitive)
Updatedramda@^0.29.0