Comparing version 1.10.4 to 1.10.5
@@ -132,3 +132,3 @@ var errors = require('./errors') | ||
} | ||
_oneOf.toJSON = function () { return types.map(tfJSON).join('|') } | ||
_oneOf.toJSON = function () { return _types.map(tfJSON).join('|') } | ||
@@ -159,3 +159,3 @@ return _oneOf | ||
} | ||
_tuple.toJSON = function () { return '(' + types.map(tfJSON).join(', ') + ')' } | ||
_tuple.toJSON = function () { return '(' + _types.map(tfJSON).join(', ') + ')' } | ||
@@ -162,0 +162,0 @@ return _tuple |
{ | ||
"name": "typeforce", | ||
"version": "1.10.4", | ||
"version": "1.10.5", | ||
"description": "Another biased type checking solution for Javascript", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
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
16556