Comparing version 3.0.2 to 3.0.3
@@ -144,3 +144,3 @@ "use strict"; | ||
function ifFileExists(filePath) { | ||
if(!filePath) when.reject(new Error('File not specified')); | ||
if(!filePath) return when.reject(new Error('File not specified')); | ||
@@ -158,3 +158,3 @@ else return when.promise((resolve, reject) => { | ||
function ifDirExists(dirPath) { | ||
if(!dirPath) when.reject(new Error('Directory not specified')); | ||
if(!dirPath) return when.reject(new Error('Directory not specified')); | ||
@@ -161,0 +161,0 @@ else return when.promise((resolve, reject) => { |
{ | ||
"name": "node-ews", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "A simple JSON wrapper for the Exchange Web Services (EWS) SOAP API", | ||
@@ -5,0 +5,0 @@ "main": "./index.js", |
@@ -7,8 +7,5 @@ # node-ews | ||
``` | ||
#### Updates in patch 3.0.2 (new) | ||
#### Updates in patch 3.0.3 (new) | ||
- Merged PR for issues #36 to fix typo in 3.0.2 | ||
- Merged PR for issues #34 to fix typo in 3.0.1 | ||
#### Updates in patch 3.0.1 | ||
- Applied temporary fix for Issue #17 by pointing node-soap reference in package.json to modified fork. | ||
@@ -15,0 +12,0 @@ |
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
28949
416