@trusource/simple-oas
Advanced tools
Comparing version 0.1.10 to 0.1.11
{ | ||
"name": "@trusource/simple-oas", | ||
"version": "0.1.10", | ||
"version": "0.1.11", | ||
"description": "", | ||
@@ -11,3 +11,3 @@ "main": "index.js", | ||
"license": "ISC", | ||
"gitHead": "98b8005ce2e1893c0c4afa973c3e482465fc8a55" | ||
"gitHead": "c30d34084acb83c2801d96f7f881f697240401a9" | ||
} |
@@ -8,3 +8,3 @@ 'use strict'; | ||
const createOverview = ({ | ||
title: name, description, contact, 'x-category': category, | ||
title: name, description, contact, 'x-category': category, 'x-provider': provider, | ||
}) => ({ | ||
@@ -15,4 +15,5 @@ name, | ||
category, | ||
provider, | ||
}); | ||
module.exports = createOverview; |
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
7781
170