@sealsystems/ipp
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -280,3 +280,3 @@ 'use strict'; | ||
if (bytes2and3 >= 0x02 || bytes2and3 <= 0x3d) { | ||
obj.operation = operations.lookup[bytes2and3] || cupsOperations.lookup[bytes2and3]; | ||
obj.operation = operations.lookup[bytes2and3] || cupsOperations.lookup[bytes2and3 - 0x4001]; | ||
} | ||
@@ -283,0 +283,0 @@ |
{ | ||
"name": "@sealsystems/ipp", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "Internet Printing Protocol (IPP) for Node.js", | ||
@@ -36,8 +36,8 @@ "keywords": [ | ||
"assertthat": "1.0.0", | ||
"concat-stream": "1.6.2", | ||
"express": "4.16.3", | ||
"concat-stream": "2.0.0", | ||
"express": "4.17.1", | ||
"freeport": "1.0.5", | ||
"nyc": "12.0.2", | ||
"pdfkit": "0.8.3", | ||
"raw-body": "2.3.3", | ||
"nyc": "14.1.1", | ||
"pdfkit": "0.10.0", | ||
"raw-body": "2.4.1", | ||
"roboter": "0.16.0", | ||
@@ -44,0 +44,0 @@ "roboter-cli": "^0.3.1", |
@@ -162,1 +162,2 @@ # @sealsystems/ipp - Internet Printing Protocol (IPP) for Node.js | ||
MIT | ||
151345
18
163