This commit is contained in:
Artem Chivchalov
2017-02-06 15:21:21 +03:00
parent d2bfa4bb20
commit cd6ff54a2f
2 changed files with 8 additions and 5 deletions

View File

@@ -1,3 +1,6 @@
#### 2.3.0
* Added support for RoomVisual API according to this [changelog](https://screeps.zendesk.com/hc/en-us/articles/115001047425).
#### 2.2.2
* Disallowed `Promise` objects since due to their security vulnerability in virtual machine environment.
* Fixed a bug with invalid runtime data for a controller signed by another player, but owned by the current player.

View File

@@ -1,6 +1,6 @@
{
"name": "screeps",
"version": "2.2.2",
"version": "2.2.3",
"description": "A standalone server for programming game Screeps",
"main": "package.json",
"bin": {
@@ -13,10 +13,10 @@
"url": "https://github.com/screeps/screeps.git"
},
"dependencies": {
"@screeps/backend": "2.0.3",
"@screeps/common": "2.0.1",
"@screeps/driver": "2.0.3",
"@screeps/engine": "2.1.1",
"@screeps/backend": "2.1.0",
"@screeps/common": "2.1.0",
"@screeps/driver": "2.1.0",
"@screeps/engine": "2.3.0",
"@screeps/launcher": "2.1.4",
"@screeps/pathfinding": "0.4.16",
"@screeps/storage": "2.0.2"