@membrane/membrane-sdk-js
Advanced tools
Comparing version 0.2.2 to 0.2.3
@@ -64,3 +64,3 @@ "use strict"; | ||
function isPrimitiveTypeName(name) { | ||
return (typeof name === "string" && /^(Int|Float|String|Boolean|Void)$/.test(name)); | ||
return (typeof name === "string" && /^(Int|Float|String|Boolean|Void|Json)$/.test(name)); | ||
} | ||
@@ -67,0 +67,0 @@ exports.isPrimitiveTypeName = isPrimitiveTypeName; |
{ | ||
"name": "@membrane/membrane-sdk-js", | ||
"version": "0.2.2", | ||
"version": "0.2.3", | ||
"description": "Helpers for working with Membrane", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
112563