Updated SDK

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
Florian Bouillon 2020-05-04 21:43:19 +02:00
parent 9f41448f10
commit a47cefcd66
No known key found for this signature in database
GPG Key ID: B143FF27EF555D16
2 changed files with 5 additions and 5 deletions

View File

@ -22,7 +22,7 @@
"gen:expansions": "ts-node endpoints/expansions/index.ts && ts-node endpoints/expansions/item.ts" "gen:expansions": "ts-node endpoints/expansions/index.ts && ts-node endpoints/expansions/item.ts"
}, },
"dependencies": { "dependencies": {
"@tcgdex/sdk": "^1.2.1", "@tcgdex/sdk": "^1.5.0",
"glob": "^7.1.6", "glob": "^7.1.6",
"ssh2-sftp-client": "^5.1.1" "ssh2-sftp-client": "^5.1.1"
}, },

View File

@ -2,10 +2,10 @@
# yarn lockfile v1 # yarn lockfile v1
"@tcgdex/sdk@^1.2.1": "@tcgdex/sdk@^1.5.0":
version "1.4.0" version "1.5.0"
resolved "https://registry.yarnpkg.com/@tcgdex/sdk/-/sdk-1.4.0.tgz#b6c44f6e1ffbc7b8c95351f4bfd76c4506428d47" resolved "https://registry.yarnpkg.com/@tcgdex/sdk/-/sdk-1.5.0.tgz#892b5aa29ac55c399d5f8130615fc3898f5f76e6"
integrity sha512-YlFFjkZ5lQFPvE9nppnIOBeUO0C0xKqtxLqH99rbIL/CGPMSL/lZ7O4Wjh4gDCIexc/hbUjZ1bx9Pb+YH5WoFw== integrity sha512-oPWYQdV26eIywM1JRannDuE2mgn49eRjRfqw5sSi0jZMGFWwR7ZindUeSbUyghno2m4YxpgfJgAaxeyMhnYtkg==
dependencies: dependencies:
isomorphic-unfetch "^3.0.0" isomorphic-unfetch "^3.0.0"