@augment-vir/assert
Advanced tools
Comparing version
@@ -14,6 +14,6 @@ import { type ExpectTypeOf } from 'expect-type'; | ||
positive: true; | ||
}>['toMatchTypeOf']; | ||
}>['toExtend']; | ||
notMatches: ExpectTypeOf<TestingType, { | ||
positive: false; | ||
}>['toMatchTypeOf']; | ||
}>['toExtend']; | ||
}; | ||
@@ -20,0 +20,0 @@ declare function tsType<Actual>( |
{ | ||
"name": "@augment-vir/assert", | ||
"version": "31.9.2", | ||
"version": "31.9.3", | ||
"description": "A collection of assertions for test and production code alike.", | ||
@@ -44,7 +44,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@augment-vir/core": "^31.9.2", | ||
"@date-vir/duration": "^7.2.0", | ||
"@augment-vir/core": "^31.9.3", | ||
"@date-vir/duration": "^7.2.1", | ||
"deep-eql": "^5.0.2", | ||
"expect-type": "^1.1.0", | ||
"type-fest": "^4.35.0" | ||
"expect-type": "^1.2.0", | ||
"type-fest": "^4.37.0" | ||
}, | ||
@@ -60,3 +60,3 @@ "devDependencies": { | ||
"istanbul-smart-text-reporter": "^1.1.5", | ||
"typescript": "^5.7.3" | ||
"typescript": "^5.8.2" | ||
}, | ||
@@ -63,0 +63,0 @@ "engines": { |
999961
0Updated
Updated
Updated
Updated