serverless-offline-scheduler
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -20,3 +20,3 @@ "use strict"; | ||
"schedule:run": () => this.scheduler.run(), | ||
"after:offline:start:init": () => this.scheduler.run() | ||
"before:offline:start:init": () => this.scheduler.run() | ||
}; | ||
@@ -23,0 +23,0 @@ } |
{ | ||
"name": "serverless-offline-scheduler", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Serverless plugin to run scheduled lambdas with serverless offline", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
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
152412