Upgrading to z-schema 4.1.0, bumping version 1.7.3 to 1.7.4 (#76)

* Upgrade to z-schema 4.1.0

* Bumping version 1.7.3 -> 1.7.4
This commit is contained in:
Eric Williams 2019-05-30 11:19:44 -07:00 коммит произвёл Vlad Barosan
Родитель 2e5991716d
Коммит c625f02db6
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "yasway",
"version": "1.7.3",
"version": "1.7.4",
"description": "A library that simplifies Swagger integrations.",
"main": "index.js",
"types": "index.d.ts",
@ -68,7 +68,7 @@
"dependencies": {
"@ts-common/json": "^0.3.0",
"@ts-common/string-map": "^0.3.0",
"z-schema": "^4.0.0",
"z-schema": "^4.1.0",
"debug": "^4.1.1",
"faker": "^4.1.0",
"js-base64": "^2.5.1",