зеркало из https://github.com/Azure/sway.git
swagger version (#57)
This commit is contained in:
Родитель
94fdfcb05c
Коммит
54b1296107
|
@ -6,6 +6,7 @@ interface InfoObject {
|
|||
}
|
||||
|
||||
interface SwaggerObject {
|
||||
readonly swagger: "2.0"
|
||||
readonly info: InfoObject
|
||||
"x-ms-paths"?: PathsObject
|
||||
paths?: PathsObject
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "yasway",
|
||||
"version": "1.0.18",
|
||||
"version": "1.1.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "yasway",
|
||||
"version": "1.0.18",
|
||||
"version": "1.1.0",
|
||||
"description": "A library that simplifies Swagger integrations.",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
|
|
Загрузка…
Ссылка в новой задаче