@appliedblockchain/assert-combinators
Advanced tools
Comparing version 2.3.0 to 2.5.0
# Changelog | ||
## [v2.5.0](../../compare/v2.4.0...v2.5.0) (2020-06-28) | ||
* Adding error-message test. | ||
* Adding error-message combinator. | ||
* Bumping npms. | ||
* Updating changelog. | ||
## [v2.4.0](../../compare/v2.3.0...v2.4.0) (2020-05-16) | ||
* Adding instance. | ||
* Updating changelog. | ||
## [v2.3.0](../../compare/v2.2.0...v2.3.0) (2020-05-13) | ||
@@ -4,0 +16,0 @@ |
@@ -11,2 +11,3 @@ // @flow strict | ||
const eq = require('./eq') | ||
const errorMessage = require('./error-message') | ||
const exact = require('./exact') | ||
@@ -20,2 +21,3 @@ const finite = require('./finite') | ||
const indexer = require('./indexer') | ||
const instance = require('./instance') | ||
const lt = require('./lt') | ||
@@ -57,2 +59,3 @@ const lte = require('./lte') | ||
eq, | ||
errorMessage, | ||
exact, | ||
@@ -66,2 +69,3 @@ finite, | ||
indexer, | ||
instance, | ||
lt, | ||
@@ -68,0 +72,0 @@ lte, |
{ | ||
"name": "@appliedblockchain/assert-combinators", | ||
"version": "2.3.0", | ||
"version": "2.5.0", | ||
"description": "Assertion combinators.", | ||
@@ -17,6 +17,6 @@ "main": "index.js", | ||
"@appliedblockchain/eslint-config": "2.6.0", | ||
"eslint": "7.0.0", | ||
"eslint-plugin-jest": "23.11.0", | ||
"flow-bin": "0.124.0", | ||
"jest": "26.0.1", | ||
"eslint": "7.3.1", | ||
"eslint-plugin-jest": "23.17.1", | ||
"flow-bin": "0.128.0", | ||
"jest": "26.1.0", | ||
"npm-check": "5.9.2" | ||
@@ -23,0 +23,0 @@ }, |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
58661
53
902