@automationcloud/robot
Advanced tools
Comparing version 1.0.0-rc.13 to 1.0.0-rc.14
/** | ||
* Standard logging interface, compatible with `console`. | ||
* | ||
* Use this interface to provide your own logging system to Robot API | ||
* Use this interface to provide your own logging system to Robot | ||
* (either directly or via an adapter). | ||
@@ -6,0 +6,0 @@ * ``` |
import { Job, JobInitParams } from './job'; | ||
import { Logger } from './logger'; | ||
/** | ||
* A Robot API instance which is used to execute a particular script. | ||
* A Robot instance which is used to execute a particular script. | ||
* | ||
@@ -6,0 +6,0 @@ * Robot instance is scoped to a script or service and can be used |
@@ -19,3 +19,3 @@ "use strict"; | ||
/** | ||
* A Robot API instance which is used to execute a particular script. | ||
* A Robot instance which is used to execute a particular script. | ||
* | ||
@@ -22,0 +22,0 @@ * Robot instance is scoped to a script or service and can be used |
{ | ||
"name": "@automationcloud/robot", | ||
"version": "1.0.0-rc.13", | ||
"version": "1.0.0-rc.14", | ||
"description": "API for running scripts on Automation Cloud", | ||
@@ -28,3 +28,3 @@ "main": "out/main/index.js", | ||
}, | ||
"gitHead": "a014e22acfc26d2040a9686183d3cfddbde7ca97" | ||
"gitHead": "9807365691e1c8995759df5e3e2bb85504b34677" | ||
} |
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
47786