typedconverter
Advanced tools
Comparing version 2.3.3 to 2.3.4
@@ -24,3 +24,3 @@ "use strict"; | ||
function partial(type) { | ||
return tinspector_1.mergeDecorator(tinspector_1.default.type(type, "Partial"), createValidation(PartialValidator)); | ||
return tinspector_1.mergeDecorator(tinspector_1.default.type(type), createValidation(PartialValidator)); | ||
} | ||
@@ -27,0 +27,0 @@ exports.partial = partial; |
{ | ||
"name": "typedconverter", | ||
"version": "2.3.3", | ||
"version": "2.3.4", | ||
"description": "Convert object into classes match with TypeScript type annotation", | ||
@@ -22,3 +22,3 @@ "main": "lib/index.js", | ||
"@types/validator": "^13.0.0", | ||
"tinspector": "^3.0.6", | ||
"tinspector": "^3.1.0", | ||
"tslib": "^2.0.0", | ||
@@ -32,3 +32,3 @@ "validator": "^13.0.0" | ||
"@types/jest": "^25.2.3", | ||
"@types/lodash": "^4.14.152", | ||
"@types/lodash": "^4.14.153", | ||
"coveralls": "^3.1.0", | ||
@@ -39,3 +39,3 @@ "ejs": "^3.1.3", | ||
"ts-jest": "^26.0.0", | ||
"ts-node": "^8.10.1", | ||
"ts-node": "^8.10.2", | ||
"typescript": "^3.9.3" | ||
@@ -42,0 +42,0 @@ }, |
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
48906
Updatedtinspector@^3.1.0