2.2.3
This commit is contained in:
@@ -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.
|
||||
|
||||
10
package.json
10
package.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user