@bearer/openapi-generator
Advanced tools
Comparing version 0.109.0 to 0.110.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [0.110.0](https://github.com/Bearer/bearer/compare/v0.109.0...v0.110.0) (2019-04-08) | ||
### Features | ||
* **openapi-generator:** update OpenAPI Spec generation ([#620](https://github.com/Bearer/bearer/issues/620)) ([75b2f71](https://github.com/Bearer/bearer/commit/75b2f71)) | ||
# [0.109.0](https://github.com/Bearer/bearer/compare/v0.108.0...v0.109.0) (2019-04-04) | ||
@@ -8,0 +19,0 @@ |
declare type THeader = { | ||
openapi: string; | ||
info: { | ||
description: string; | ||
version: string; | ||
title: string; | ||
contact: { | ||
email: string; | ||
}; | ||
license: { | ||
name: string; | ||
}; | ||
}; | ||
@@ -17,10 +9,3 @@ servers: { | ||
}[]; | ||
tags: { | ||
name: string; | ||
description: string; | ||
externalDocs: { | ||
description: string; | ||
url: string; | ||
}; | ||
}[]; | ||
tags: {}[]; | ||
}; | ||
@@ -27,0 +12,0 @@ declare type TParam = { |
@@ -55,18 +55,8 @@ "use strict"; | ||
info: { | ||
description: `openapi definition file for ${integrationName}`, | ||
version: '0.0.1', | ||
title: integrationName, | ||
contact: { email: 'bearer@bearer.sh' }, | ||
license: { name: 'MIT' } | ||
title: integrationName | ||
}, | ||
servers: [{ url: 'https://int.bearer.sh/api/v3/functions/backend/' }], | ||
tags: [ | ||
{ | ||
name: 'integration', | ||
description: `List of endpoints providing backend to backend integration with ${integrationName}`, | ||
externalDocs: { description: 'Find out more', url: 'https://www.bearer.sh' } | ||
} | ||
] | ||
tags: [] | ||
}; | ||
} | ||
exports.topOfSpec = topOfSpec; |
{ | ||
"name": "@bearer/openapi-generator", | ||
"version": "0.109.0", | ||
"version": "0.110.0", | ||
"description": "Function openapi spec generator", | ||
@@ -32,6 +32,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@bearer/functions": "^0.109.0", | ||
"@bearer/functions": "^0.110.0", | ||
"lodash.merge": "^4.6.1" | ||
}, | ||
"gitHead": "22c62a6981440e24d66aae6c4c3f91fa88ccfc0d" | ||
"gitHead": "232d110bb7acc497becc0f4f997d1795a99573bd" | ||
} |
Sorry, the diff of this file is not supported yet
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
21213
392
+ Added@bearer/functions@0.110.0(transitive)
+ Added@bearer/logger@0.110.0(transitive)
+ Added@bearer/x-ray@0.110.0(transitive)
- Removed@bearer/functions@0.109.0(transitive)
- Removed@bearer/logger@0.109.0(transitive)
- Removed@bearer/x-ray@0.109.0(transitive)
Updated@bearer/functions@^0.110.0