@appliedblockchain/assert-combinators
Advanced tools
Comparing version 2.2.0 to 2.3.0
# Changelog | ||
## [v2.3.0](../../compare/v2.2.0...v2.3.0) (2020-05-13) | ||
* Adding indexer. | ||
* Updating changelog. | ||
## [v2.2.0](../../compare/v2.1.0...v2.2.0) (2020-05-12) | ||
@@ -4,0 +9,0 @@ |
@@ -18,2 +18,3 @@ // @flow strict | ||
const in_ = require('./in') | ||
const indexer = require('./indexer') | ||
const lt = require('./lt') | ||
@@ -62,2 +63,3 @@ const lte = require('./lte') | ||
in: in_, | ||
indexer, | ||
lt, | ||
@@ -64,0 +66,0 @@ lte, |
{ | ||
"name": "@appliedblockchain/assert-combinators", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Assertion combinators.", | ||
@@ -18,3 +18,3 @@ "main": "index.js", | ||
"eslint": "7.0.0", | ||
"eslint-plugin-jest": "23.8.2", | ||
"eslint-plugin-jest": "23.11.0", | ||
"flow-bin": "0.124.0", | ||
@@ -21,0 +21,0 @@ "jest": "26.0.1", |
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
57606
51
872