Update oav (#41)
* Upgrade OAV to latest version. * Lock typescript version. * Add package.lock
This commit is contained in:
Родитель
375a8dfbd8
Коммит
ad45687e98
|
@ -62,5 +62,4 @@ typings/
|
|||
# next.js build output
|
||||
.next
|
||||
|
||||
dist/
|
||||
package-lock.json
|
||||
dist/
|
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## 0.7.1
|
||||
|
||||
- Upgrade oav version to 0.21.3 with the change on global parameters validation in request.
|
||||
|
||||
## 0.7.0
|
||||
|
||||
- Upgrade oav version to 0.21.1.
|
||||
|
|
Разница между файлами не показана из-за своего большого размера
Загрузить разницу
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@azure/rest-api-specs-scripts",
|
||||
"version": "0.7.0",
|
||||
"version": "0.7.1",
|
||||
"description": "Scripts for the Azure RestAPI specification repository 'azure-rest-api-specs'.",
|
||||
"types": "dist/index.d.ts",
|
||||
"main": "dist/index.js",
|
||||
|
@ -30,7 +30,7 @@
|
|||
"@types/jsonpath": "^0.2.0",
|
||||
"@types/node": "^11.13.6",
|
||||
"@types/request": "^2.48.1",
|
||||
"typescript": "^3.4.4",
|
||||
"typescript": "~3.4.4",
|
||||
"mocha": "^7.0.1",
|
||||
"mocha-typescript": "^1.0.22",
|
||||
"@types/mocha": "^5.2.6",
|
||||
|
@ -44,7 +44,7 @@
|
|||
"fs-extra": "^7.0.1",
|
||||
"glob": "^7.1.3",
|
||||
"js-yaml": "^3.13.1",
|
||||
"oav": "0.21.1",
|
||||
"oav": "0.21.3",
|
||||
"request": "^2.88.0",
|
||||
"commonmark": "0.27.0"
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче