@sealsystems/ipp
Advanced tools
Comparing version 2.4.4 to 2.5.0
@@ -0,1 +1,14 @@ | ||
## 2.5.0 (2019-10-29) | ||
### Features | ||
#### Included SEAL Systems specific operation attributes ([cdb206c](https://github.com/sealsystems/node-ipp/commit/cdb206c)) | ||
#### Included SEAL Systems specific operation attributes ([fbb6841](https://github.com/sealsystems/node-ipp/commit/fbb6841)) | ||
--- | ||
## 2.4.4 (2019-10-23) | ||
@@ -2,0 +15,0 @@ |
@@ -1017,4 +1017,9 @@ 'use strict'; | ||
attributes['SEAL Operation'] = { | ||
'seal-attributes': setof(text), | ||
'seal-attributes-v2': setof(text) | ||
}; | ||
resolve(attributes); | ||
module.exports = attributes; |
@@ -84,3 +84,3 @@ 'use strict'; | ||
'job-attributes-tag': ['Job Template', 'Job Description'], | ||
'operation-attributes-tag': 'Operation', | ||
'operation-attributes-tag': ['Operation', 'SEAL Operation'], | ||
'printer-attributes-tag': 'Printer Description', | ||
@@ -87,0 +87,0 @@ 'unsupported-attributes-tag': '', |
{ | ||
"name": "@sealsystems/ipp", | ||
"version": "2.4.4", | ||
"version": "2.5.0", | ||
"description": "Internet Printing Protocol (IPP) for Node.js", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
@@ -162,1 +162,2 @@ # @sealsystems/ipp - Internet Printing Protocol (IPP) for Node.js | ||
MIT | ||
153892
4254
163