swagger-enforcer
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -56,3 +56,3 @@ /** | ||
Object.defineProperty(module.exports, 'defaults', { | ||
get: () => Object.assign({}, defaults), | ||
get: () => defaults, | ||
set: v => { | ||
@@ -59,0 +59,0 @@ Object.assign(defaults, { |
{ | ||
"name": "swagger-enforcer", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "Automatically validate a value against the swagger schema while you build it. Alternatively you can validate the final value.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -332,5 +332,7 @@ [![Build Status](https://travis-ci.org/byu-oit/swagger-enforcer.svg?branch=master)](https://travis-ci.org/byu-oit/swagger-enforcer) | ||
Enforcer.applyTemplate.defaults = { | ||
autoFormat: true, | ||
defaultsUseParams: true, | ||
useDefaults: true, | ||
useTemplates: true, | ||
useVariables: true, | ||
replacement: 'handlebar' | ||
@@ -337,0 +339,0 @@ }; |
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
193496
803