Comparing version 1.0.0 to 1.0.1
@@ -107,3 +107,3 @@ /** | ||
* @param {number} [data.size_height] - The height of the document (required if data.type == 'html') | ||
* @param {string} [data.file_contents] - The height of the document (required if data.type != 'html') | ||
* @param {string} [data.file_contents] - The (base64 encoded) contents of the file (required if data.type != 'html') | ||
* @param {Object} [data.notification] - The default email notification | ||
@@ -110,0 +110,0 @@ * @param {string} [data.notification.to] |
{ | ||
"name": "webmerge", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Library for accessing WebMerge (https://webmerge.me/) API", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
21712