@kingstonsoftware/pdf-o-rama
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -7,6 +7,6 @@ "use strict"; | ||
exports.fullVersion = exports.version = void 0; | ||
const version = '2.0.1'; | ||
const version = '2.0.2'; | ||
exports.version = version; | ||
const fullVersion = '2.0.1-20200111.0'; | ||
const fullVersion = '2.0.2-20200111.0'; | ||
exports.fullVersion = fullVersion; | ||
//# sourceMappingURL=version.js.map |
{ | ||
"name": "@kingstonsoftware/pdf-o-rama", | ||
"private": false, | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A tool for manipulating PDF files", | ||
"engines": { | ||
"node": ">=0.10.17 <0.13" | ||
"node": ">=10.17.0 <13.0.0" | ||
}, | ||
@@ -9,0 +9,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90101