Starting on v1.24.0; first change: support for encoding ESC characters in SerialPort test strings (support which perhaps should eventually be moved into getComponentParms() instead)

This commit is contained in:
Jeff Parsons 2016-08-17 19:09:23 -07:00
commit 145ec9d125
213 changed files with 256 additions and 235 deletions

View file

@ -1,6 +1,6 @@
{
"name": "pcjs",
"version": "1.23.3",
"version": "1.24.0",
"description": "Node-enabled version of PCjs",
"engine": "node ^0.12.7",
"main": "server.js",