Changed to use Database Versionning (SDK update soon)

Signed-off-by: Avior <florian.bouillon@delta-wings.net>
This commit is contained in:
2020-04-24 23:29:08 +02:00
parent 6c3052e13d
commit 92ba4f41d3
4 changed files with 25 additions and 23 deletions

View File

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