This commit is contained in:
Sergey Shandar 2018-10-12 13:04:45 -07:00 коммит произвёл GitHub
Родитель 9dcf558333
Коммит cf7e55714f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 11 добавлений и 11 удалений

18
package-lock.json сгенерированный
Просмотреть файл

@ -1,24 +1,24 @@
{ {
"name": "yasway", "name": "yasway",
"version": "1.0.15", "version": "1.0.16",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
"@ts-common/iterator": { "@ts-common/iterator": {
"version": "0.0.36", "version": "0.0.38",
"resolved": "https://registry.npmjs.org/@ts-common/iterator/-/iterator-0.0.36.tgz", "resolved": "https://registry.npmjs.org/@ts-common/iterator/-/iterator-0.0.38.tgz",
"integrity": "sha512-Df/hkK9w1WHODsOSMtPD84s9XWsf3lhWH3VirYsy8qRG7WatSlyymka/Lh8luok7U/Fv7m7onvZv4N/RanOyQA==", "integrity": "sha512-m5uQrAdvMTq5nNqIliDI9RwLzwNI4QAiaDvAQyyMnTMaY2rhifZjO+qVyKBu8T8E/EgNj6YROKlhdsaSuRJBqg==",
"requires": { "requires": {
"@ts-common/tuple": "0.0.0" "@ts-common/tuple": "0.0.0"
} }
}, },
"@ts-common/string-map": { "@ts-common/string-map": {
"version": "0.1.0", "version": "0.1.1",
"resolved": "https://registry.npmjs.org/@ts-common/string-map/-/string-map-0.1.0.tgz", "resolved": "https://registry.npmjs.org/@ts-common/string-map/-/string-map-0.1.1.tgz",
"integrity": "sha512-U3QJBww8+2yycKOtjmQv8rENqckQH7V0PSsdw71zEyeI4EG50Eqfjz8r4w4bok6EraRf7o9sUNiwxu2pN8m2cA==", "integrity": "sha512-BwOp5TMVBqKDT2kQIf/AlpfExYaqlP+RmJwJibWtdvvaIRvO+Fh86ojj3OddZRtb48KvL0wOEdEX86rf4e8qzQ==",
"requires": { "requires": {
"@ts-common/iterator": "0.0.36", "@ts-common/iterator": "^0.0.38",
"@ts-common/tuple": "0.0.0" "@ts-common/tuple": "^0.0.0"
} }
}, },
"@ts-common/tuple": { "@ts-common/tuple": {

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

@ -1,6 +1,6 @@
{ {
"name": "yasway", "name": "yasway",
"version": "1.0.15", "version": "1.0.16",
"description": "A library that simplifies Swagger integrations.", "description": "A library that simplifies Swagger integrations.",
"main": "index.js", "main": "index.js",
"types": "index.d.ts", "types": "index.d.ts",
@ -65,7 +65,7 @@
"vinyl-source-stream": "^2.0.0" "vinyl-source-stream": "^2.0.0"
}, },
"dependencies": { "dependencies": {
"@ts-common/string-map": "0.1.0", "@ts-common/string-map": "^0.1.1",
"z-schema": "^3.24.1", "z-schema": "^3.24.1",
"debug": "^3.1.0", "debug": "^3.1.0",
"faker": "^4.1.0", "faker": "^4.1.0",