chai-exclude
Advanced tools
Comparing version 2.0.3 to 2.1.0
@@ -127,3 +127,3 @@ const fclone = require('fclone') | ||
_super.apply(this, arguments) | ||
return _super.apply(this, arguments) | ||
} | ||
@@ -130,0 +130,0 @@ } |
/// <reference types="@types/chai" /> | ||
declare module 'chai-exclude' { | ||
export default function chaiExclude(chai: any, utils: any): void; | ||
export default function chaiExclude(chai: Chai.ChaiStatic, utils: Chai.ChaiUtils): void; | ||
} | ||
@@ -6,0 +6,0 @@ |
{ | ||
"name": "chai-exclude", | ||
"version": "2.0.3", | ||
"version": "2.1.0", | ||
"description": "Exclude keys to compare from a deep equal operation with chai expect and assert", | ||
@@ -35,7 +35,7 @@ "main": "chai-exclude.js", | ||
"devDependencies": { | ||
"@types/chai": "^4.1.2", | ||
"chai": "^4.1.2", | ||
"mocha": "^7.1.2", | ||
"standard": "^14.3.1", | ||
"tsd": "^0.13.1" | ||
"@types/chai": "^4.2.22", | ||
"chai": "^4.3.4", | ||
"mocha": "^9.1.1", | ||
"standard": "^16.0.3", | ||
"tsd": "^0.17.0" | ||
}, | ||
@@ -42,0 +42,0 @@ "dependencies": { |
13696