Comparing version 2.1.2 to 2.1.3
@@ -16,3 +16,3 @@ module.exports = { | ||
INVOKE_TIMEOUT_ERROR: 'Action invocation timed out before completing.', | ||
CREATE_CONFLICT_ERROR: 'Action already exists with this name but overwrite flag was false.', | ||
CREATE_CONFLICT_ERROR: 'Resource already exists with this name but overwrite flag was false.', | ||
INVALID_AUTH_ERROR: 'OpenWhisk authentication failed, check API key?', | ||
@@ -19,0 +19,0 @@ MISSING_URL_ERROR: 'Invalid URL for API called, OpenWhisk returned HTTP 404 response.', |
{ | ||
"name": "openwhisk", | ||
"version": "2.1.2", | ||
"version": "2.1.3", | ||
"description": "JavaScript client library for the OpenWhisk platform", | ||
@@ -5,0 +5,0 @@ "main": "lib/main.js", |
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
107951