* Move to Node.js 8.x LTS

* Update some packages
This commit is contained in:
Bryan Ashby 2018-01-14 22:00:00 -07:00
parent c27482dad3
commit 90706f8798
2 changed files with 8 additions and 4 deletions

View File

@ -1,6 +1,10 @@
# Whats New # Whats New
This document attempts to track **major** changes and additions in ENiGMA½. For details, see GitHub. This document attempts to track **major** changes and additions in ENiGMA½. For details, see GitHub.
## 0.0.9-alpha
* Development is now against Node.js 8.x LTS. While other Node.js series may continue to work, you're own your own and YMMV!
## 0.0.8-alpha ## 0.0.8-alpha
* [Mystic BBS style](http://wiki.mysticbbs.com/doku.php?id=displaycodes) extended pipe color codes. These allow for example, to set "iCE" background colors. * [Mystic BBS style](http://wiki.mysticbbs.com/doku.php?id=displaycodes) extended pipe color codes. These allow for example, to set "iCE" background colors.
* File descriptions (FILE_ID.DIZ, etc.) now support Renegade |## pipe, PCBoard, and other less common color codes found commonly in BBS era scene releases. * File descriptions (FILE_ID.DIZ, etc.) now support Renegade |## pipe, PCBoard, and other less common color codes found commonly in BBS era scene releases.

View File

@ -1,6 +1,6 @@
{ {
"name": "enigma-bbs", "name": "enigma-bbs",
"version": "0.0.8-alpha", "version": "0.0.9-alpha",
"description": "ENiGMA½ Bulletin Board System", "description": "ENiGMA½ Bulletin Board System",
"author": "Bryan Ashby <bryan@l33t.codes>", "author": "Bryan Ashby <bryan@l33t.codes>",
"license": "BSD-2-Clause", "license": "BSD-2-Clause",
@ -33,12 +33,12 @@
"hashids": "^1.1.1", "hashids": "^1.1.1",
"hjson": "^3.1.0", "hjson": "^3.1.0",
"iconv-lite": "^0.4.18", "iconv-lite": "^0.4.18",
"inquirer": "^4.0.1", "inquirer": "^5.0.0",
"later": "1.2.0", "later": "1.2.0",
"lodash": "^4.17.4", "lodash": "^4.17.4",
"mime-types": "^2.1.17", "mime-types": "^2.1.17",
"minimist": "1.2.x", "minimist": "1.2.x",
"moment": "^2.20.0", "moment": "^2.20.1",
"nodemailer": "^4.4.1", "nodemailer": "^4.4.1",
"ptyw.js": "NuSkooler/ptyw.js", "ptyw.js": "NuSkooler/ptyw.js",
"rlogin": "^1.0.0", "rlogin": "^1.0.0",
@ -50,7 +50,7 @@
"temptmp": "^1.0.0", "temptmp": "^1.0.0",
"uuid": "^3.1.0", "uuid": "^3.1.0",
"uuid-parse": "^1.0.0", "uuid-parse": "^1.0.0",
"ws": "^3.3.3", "ws": "^4.0.0",
"xxhash": "^0.2.4", "xxhash": "^0.2.4",
"yazl": "^2.4.2" "yazl": "^2.4.2"
}, },