serverless-plugin-stage-variables
Advanced tools
Comparing version 1.7.8 to 1.7.9
@@ -26,3 +26,3 @@ { | ||
"name": "serverless-plugin-stage-variables", | ||
"version": "1.7.8" | ||
"version": "1.7.9" | ||
} |
@@ -13,3 +13,3 @@ 'use strict'; | ||
this.hooks = { | ||
'before:deploy:deploy': this.addStageVariables.bind(this), | ||
'after:package:compileEvents': this.addStageVariables.bind(this), | ||
}; | ||
@@ -16,0 +16,0 @@ }, |
3557