@automationcloud/client
Advanced tools
Comparing version 1.8.3 to 1.8.5
{ | ||
"name": "@automationcloud/client", | ||
"version": "1.8.3", | ||
"version": "1.8.5", | ||
"description": "JavaScript/TypeScript Client Library for Automation Cloud API", | ||
@@ -5,0 +5,0 @@ "main": "out/main/index.js", |
@@ -13,3 +13,3 @@ # Automation Cloud API Client | ||
- [Sign up](https://https://automationcloud.net/sign-up) for Automation Cloud account. | ||
- Sign up for Automation Cloud account. | ||
- Create a Service in AC Dashboard and publish a script to it from Autopilot. | ||
@@ -16,0 +16,0 @@ - Create an Application in Dashboard to obtain authentication details. |
@@ -77,3 +77,3 @@ // Copyright 2020 UBIO Limited | ||
return body; | ||
} catch (err) { | ||
} catch (err: any) { | ||
if (err.details?.status === 404) { | ||
@@ -80,0 +80,0 @@ return null; |
@@ -324,3 +324,3 @@ // Copyright 2020 UBIO Limited | ||
} | ||
} catch (err) { | ||
} catch (err: any) { | ||
cleanup(); | ||
@@ -475,3 +475,3 @@ reject(err); | ||
this._events.emit('trackTick'); | ||
} catch (err) { | ||
} catch (err: any) { | ||
const error = new errors.JobTrackError(err); | ||
@@ -478,0 +478,0 @@ this._events.emit('trackError', error); |
Sorry, the diff of this file is not supported yet
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
198710
2