@bunt/input
Advanced tools
Comparing version 0.21.10 to 0.21.13
@@ -35,5 +35,5 @@ "use strict"; | ||
if ((0, util_1.isInstanceOf)(from, Fields)) { | ||
return new Fields(Object.assign({}, this.fields, from)); | ||
return new Fields(Object.assign({}, this.fields, from.fields)); | ||
} | ||
return new Fields(Object.assign({}, this.fields, from.fields)); | ||
return new Fields(Object.assign({}, this.fields, from)); | ||
} | ||
@@ -40,0 +40,0 @@ async validate(payload) { |
{ | ||
"name": "@bunt/input", | ||
"version": "0.21.10", | ||
"version": "0.21.13", | ||
"keywords": [ | ||
@@ -32,3 +32,3 @@ "typescript" | ||
"license": "MIT", | ||
"gitHead": "6ecb179176b9d2f4c5cb794323245535fdded363" | ||
"gitHead": "98a15288ddbcd465e16e34ab69bdbe75e565e778" | ||
} |
Sorry, the diff of this file is not supported yet
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