4.1.0-beta.1

This commit is contained in:
Artem Chivchalov
2019-12-21 17:09:54 +02:00
parent c02e1e0712
commit 286b919d4b

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "4.0.5",
"version": "4.1.0-beta.1",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
@@ -13,13 +13,13 @@
"url": "https://github.com/screeps/screeps.git"
},
"dependencies": {
"@screeps/backend": "3.0.2",
"@screeps/common": "2.12.1",
"@screeps/driver": "5.0.0",
"@screeps/engine": "4.0.4",
"@screeps/backend": "3.1.0-beta.1",
"@screeps/common": "2.13.0-beta.1",
"@screeps/driver": "5.1.0-beta.1",
"@screeps/engine": "4.1.0-beta.1",
"@screeps/launcher": "4.0.0",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "5.0.0"
"@screeps/storage": "5.1.0-beta.1"
},
"engines": {
"node": ">=10.13.0",