Comparing version 0.11.6 to 0.11.8
{ | ||
"name": "muddy", | ||
"version": "0.11.6", | ||
"version": "0.11.8", | ||
"description": "A Node.js Multi-User Dungeon (MUD) Framework", | ||
@@ -30,6 +30,2 @@ "main": "index.js", | ||
"homepage": "https://github.com/om-mani-padme-hum/muddy#readme", | ||
"devDependencies": { | ||
"docket-parser": "^0.7.5", | ||
"eslint": "^5.16.0" | ||
}, | ||
"jshintConfig": { | ||
@@ -40,6 +36,6 @@ "esversion": 6, | ||
"dependencies": { | ||
"body-parser": "^1.19.0", | ||
"express": "^4.17.1", | ||
"body-parser": "^1.20.0", | ||
"express": "^4.17.3", | ||
"ezobjects-mysql": "^6.2.3", | ||
"moment": "^2.29.1", | ||
"moment": "^2.29.2", | ||
"strapped": "^0.6.9", | ||
@@ -46,0 +42,0 @@ "winston": "^2.4.5" |
@@ -1,2 +0,2 @@ | ||
# Muddy v0.11.5 [![HitCount](http://hits.dwyl.com/om-mani-padme-hum/muddy.svg)](http://hits.dwyl.com/om-mani-padme-hum/muddy) | ||
# Muddy v0.11.8 [![HitCount](http://hits.dwyl.com/om-mani-padme-hum/muddy.svg)](http://hits.dwyl.com/om-mani-padme-hum/muddy) | ||
@@ -103,2 +103,3 @@ A Node.js Multi-User Dungeon (MUD) Framework | ||
* Database SQL updated to match code | ||
* Added mobile instance and prototype editing in game | ||
@@ -128,2 +129,2 @@ * Ability to create exits in game | ||
MIT | ||
MIT |
0
129
264163
34
Updatedbody-parser@^1.20.0
Updatedexpress@^4.17.3
Updatedmoment@^2.29.2