protodef-yaml
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -452,3 +452,3 @@ const fs = require('fs') | ||
function getIntermediate(inputFile, includeComments, followImports) { | ||
function getIntermediate(inputFile, includeComments, followImports = false) { | ||
const temp = __dirname + '/inter0.json' | ||
@@ -455,0 +455,0 @@ parseYAML(toYAML(inputFile, followImports, includeComments), temp) |
{ | ||
"name": "protodef-yaml", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"description": "Transforms YAML-like syntax to ProtoDef JSON schema", | ||
@@ -5,0 +5,0 @@ "main": "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
82648