зеркало из https://github.com/Azure/sway.git
update (#50)
This commit is contained in:
Родитель
9dcf558333
Коммит
cf7e55714f
|
@ -1,24 +1,24 @@
|
|||
{
|
||||
"name": "yasway",
|
||||
"version": "1.0.15",
|
||||
"version": "1.0.16",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@ts-common/iterator": {
|
||||
"version": "0.0.36",
|
||||
"resolved": "https://registry.npmjs.org/@ts-common/iterator/-/iterator-0.0.36.tgz",
|
||||
"integrity": "sha512-Df/hkK9w1WHODsOSMtPD84s9XWsf3lhWH3VirYsy8qRG7WatSlyymka/Lh8luok7U/Fv7m7onvZv4N/RanOyQA==",
|
||||
"version": "0.0.38",
|
||||
"resolved": "https://registry.npmjs.org/@ts-common/iterator/-/iterator-0.0.38.tgz",
|
||||
"integrity": "sha512-m5uQrAdvMTq5nNqIliDI9RwLzwNI4QAiaDvAQyyMnTMaY2rhifZjO+qVyKBu8T8E/EgNj6YROKlhdsaSuRJBqg==",
|
||||
"requires": {
|
||||
"@ts-common/tuple": "0.0.0"
|
||||
}
|
||||
},
|
||||
"@ts-common/string-map": {
|
||||
"version": "0.1.0",
|
||||
"resolved": "https://registry.npmjs.org/@ts-common/string-map/-/string-map-0.1.0.tgz",
|
||||
"integrity": "sha512-U3QJBww8+2yycKOtjmQv8rENqckQH7V0PSsdw71zEyeI4EG50Eqfjz8r4w4bok6EraRf7o9sUNiwxu2pN8m2cA==",
|
||||
"version": "0.1.1",
|
||||
"resolved": "https://registry.npmjs.org/@ts-common/string-map/-/string-map-0.1.1.tgz",
|
||||
"integrity": "sha512-BwOp5TMVBqKDT2kQIf/AlpfExYaqlP+RmJwJibWtdvvaIRvO+Fh86ojj3OddZRtb48KvL0wOEdEX86rf4e8qzQ==",
|
||||
"requires": {
|
||||
"@ts-common/iterator": "0.0.36",
|
||||
"@ts-common/tuple": "0.0.0"
|
||||
"@ts-common/iterator": "^0.0.38",
|
||||
"@ts-common/tuple": "^0.0.0"
|
||||
}
|
||||
},
|
||||
"@ts-common/tuple": {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "yasway",
|
||||
"version": "1.0.15",
|
||||
"version": "1.0.16",
|
||||
"description": "A library that simplifies Swagger integrations.",
|
||||
"main": "index.js",
|
||||
"types": "index.d.ts",
|
||||
|
@ -65,7 +65,7 @@
|
|||
"vinyl-source-stream": "^2.0.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ts-common/string-map": "0.1.0",
|
||||
"@ts-common/string-map": "^0.1.1",
|
||||
"z-schema": "^3.24.1",
|
||||
"debug": "^3.1.0",
|
||||
"faker": "^4.1.0",
|
||||
|
|
Загрузка…
Ссылка в новой задаче