sls-helper-plugin-janis
Advanced tools
Comparing version 1.3.2 to 1.3.3
@@ -9,2 +9,6 @@ # Changelog | ||
## [1.3.3] - 2020-01-22 | ||
### Fixed | ||
- `eventListener` hook function name now includes the service name | ||
## [1.3.2] - 2020-01-22 | ||
@@ -11,0 +15,0 @@ ### Fixed |
@@ -29,3 +29,3 @@ 'use strict'; | ||
const listenerName = `${entityNameAsTitle}${eventNameAsTitle}Listener`.replace(/ /g, ''); | ||
const listenerName = `${serviceNameAsTitle}${entityNameAsTitle}${eventNameAsTitle}Listener`.replace(/ /g, ''); | ||
@@ -32,0 +32,0 @@ return { |
{ | ||
"name": "sls-helper-plugin-janis", | ||
"version": "1.3.2", | ||
"version": "1.3.3", | ||
"description": "A Serverless Helper plugin to add custom helpers for JANIS Commerce", | ||
@@ -5,0 +5,0 @@ "main": "lib/plugin.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
32202