enonic-wizardry
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -77,3 +77,3 @@ "use strict"; | ||
var fields = iface.fields.map(formatField).join("\n\n"); | ||
return "export interface " + iface.name + " {\n" + fields + "\n};\n"; | ||
return "export interface " + iface.name + " {\n" + fields + "\n}\n"; | ||
} | ||
@@ -84,3 +84,3 @@ function formatField(field) { | ||
var type = formatType(field.type, field.subfields || []); | ||
return comment + " " + field.name + optional + ": " + type; | ||
return comment + " " + field.name + optional + ": " + type + ";"; | ||
} | ||
@@ -87,0 +87,0 @@ function formatType(type, subfields) { |
{ | ||
"name": "enonic-wizardry", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Functional utility library for Enonic XP", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
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
27595