2.2.1
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#### 2.2.1
|
||||
* Updated LokiJS dependency to 1.4.2 version that [fixes](https://github.com/techfort/LokiJS/pull/509) corruption of `db.json` file.
|
||||
* Fixed a bug with invalid `Map.describeExits` result for newly generated rooms.
|
||||
|
||||
#### 2.2.0
|
||||
* Game changes according to [2016-11-27 changelog](http://support.screeps.com/hc/en-us/articles/213649289).
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "screeps",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"description": "A standalone server for programming game Screeps",
|
||||
"main": "package.json",
|
||||
"bin": {
|
||||
@@ -15,11 +15,11 @@
|
||||
"dependencies": {
|
||||
"@screeps/backend": "2.0.3",
|
||||
"@screeps/common": "2.0.1",
|
||||
"@screeps/driver": "2.0.1",
|
||||
"@screeps/driver": "2.0.2",
|
||||
"@screeps/engine": "2.1.0",
|
||||
"@screeps/launcher": "2.1.4",
|
||||
"@screeps/pathfinding": "0.4.16",
|
||||
"@screeps/storage": "2.0.1"
|
||||
"@screeps/storage": "2.0.2"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=6.5.0",
|
||||
|
||||
Reference in New Issue
Block a user