mirror of
https://github.com/maierfelix/POGOserver.git
synced 2026-04-24 14:57:08 -05:00
Bug fix
- Fixed asset downloader session bug => maierfelix/POGOserver/issues/10#issuecomment-240019238
This commit is contained in:
parent
f6a066ce09
commit
dcd61f937d
|
|
@ -13,6 +13,8 @@ ______ _____ _____ _____
|
|||
<a href="https://discord.gg/gu8ZUJp">
|
||||
<img src="https://img.shields.io/badge/Discord-Join%20Chat%20%E2%86%92-738bd7.svg?style=flat-square" />
|
||||
</a>
|
||||
<a href="https://nodejs.org/api/documentation.html#documentation_stability_index">
|
||||
</a>
|
||||
|
||||
# Getting started
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "POGOServer",
|
||||
"version": "0.2.3",
|
||||
"version": "0.2.4",
|
||||
"description": "",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
"mysql": "^2.11.1",
|
||||
"jwt-decode": "^2.1.0",
|
||||
"long": "^3.2.0",
|
||||
"pogo-asset-downloader": "^0.2.0",
|
||||
"pogo-asset-downloader": "^0.2.1",
|
||||
"node-pogo-protos": "^1.3.0",
|
||||
"path": "^0.12.7"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user