serverless-plugin-stage-variables
Advanced tools
Comparing version 1.9.3 to 1.9.4
@@ -22,3 +22,3 @@ { | ||
"name": "serverless-plugin-stage-variables", | ||
"version": "1.9.3" | ||
"version": "1.9.4" | ||
} |
@@ -26,5 +26,5 @@ 'use strict'; | ||
// Log the variables during deployment: | ||
this.serverless.cli.log('STAGING VARS: Loading variables.' ); | ||
this._serverless.cli.log('STAGING VARS: Loading variables.' ); | ||
Object.keys(variables).forEach(function(key){ | ||
this.serverless.cli.log( | ||
this._serverless.cli.log( | ||
'\t' + key | ||
@@ -31,0 +31,0 @@ ); |
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
4921