object-shape-tester
Advanced tools
Comparing version 0.4.0 to 0.4.1
@@ -6,3 +6,3 @@ import { PartialAndUndefined } from '@augment-vir/common'; | ||
}; | ||
export declare function isValidShape<Shape>(subject: unknown, shapeDefinition: ShapeDefinition<Shape>, options?: PartialAndUndefined<CheckShapeValidityOptions>): subject is Shape; | ||
export declare function isValidShape<Shape>(subject: unknown, shapeDefinition: ShapeDefinition<Shape>, options?: PartialAndUndefined<CheckShapeValidityOptions>): subject is ShapeDefinition<Shape>['runTimeType']; | ||
export declare function assertValidShape<Shape>(subject: unknown, shapeDefinition: ShapeDefinition<Shape>, options?: PartialAndUndefined<CheckShapeValidityOptions>): asserts subject is ShapeDefinition<Shape>['runTimeType']; |
{ | ||
"name": "object-shape-tester", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"description": "Test object properties and value types.", | ||
@@ -38,8 +38,8 @@ "keywords": [], | ||
"dependencies": { | ||
"@augment-vir/common": "^15.5.0", | ||
"type-fest": "^4.0.0" | ||
"@augment-vir/common": "^16.2.0", | ||
"type-fest": "^4.1.0" | ||
}, | ||
"devDependencies": { | ||
"@augment-vir/browser-testing": "^15.5.0", | ||
"@augment-vir/node-js": "^15.5.0", | ||
"@augment-vir/browser-testing": "^16.2.0", | ||
"@augment-vir/node-js": "^16.2.0", | ||
"@open-wc/testing": "^3.2.0", | ||
@@ -55,6 +55,6 @@ "@types/chai": "^4.3.5", | ||
"cspell": "^6.31.2", | ||
"esbuild": "^0.18.16", | ||
"esbuild": "^0.18.19", | ||
"istanbul-smart-text-reporter": "^1.1.2", | ||
"markdown-code-example-inserter": "^0.3.1", | ||
"npm-check-updates": "^16.10.16", | ||
"npm-check-updates": "^16.10.18", | ||
"prettier": "^2.8.8", | ||
@@ -69,6 +69,6 @@ "prettier-plugin-interpolated-html-tags": "^0.0.4", | ||
"typescript": "^5.1.6", | ||
"virmator": "^7.2.5", | ||
"vite": "^4.4.6", | ||
"virmator": "^7.3.1", | ||
"vite": "^4.4.9", | ||
"vite-tsconfig-paths": "^4.2.0" | ||
} | ||
} |
53187
+ Added@augment-vir/common@16.4.2(transitive)
- Removed@augment-vir/common@15.6.1(transitive)
Updated@augment-vir/common@^16.2.0
Updatedtype-fest@^4.1.0