This commit is contained in:
Artem Chivchalov
2019-05-06 21:39:10 +03:00
parent 6355cfc609
commit 59207b1e07

View File

@@ -1,6 +1,6 @@
{ {
"name": "screeps", "name": "screeps",
"version": "3.4.2", "version": "3.4.3",
"description": "A standalone server for programming game Screeps", "description": "A standalone server for programming game Screeps",
"main": "package.json", "main": "package.json",
"bin": { "bin": {
@@ -13,13 +13,13 @@
"url": "https://github.com/screeps/screeps.git" "url": "https://github.com/screeps/screeps.git"
}, },
"dependencies": { "dependencies": {
"@screeps/backend": "2.7.2", "@screeps/backend": "2.7.3",
"@screeps/common": "2.11.0", "@screeps/common": "2.11.1",
"@screeps/driver": "4.3.2", "@screeps/driver": "4.3.2",
"@screeps/engine": "3.3.2", "@screeps/engine": "3.3.2",
"@screeps/launcher": "3.3.4", "@screeps/launcher": "3.3.4",
"@screeps/pathfinding": "0.4.16", "@screeps/pathfinding": "0.4.16",
"@screeps/storage": "4.2.0" "@screeps/storage": "4.2.1"
}, },
"engines": { "engines": {
"node": ">=8.10.0", "node": ">=8.10.0",