serverless-plugin-stage-variables
Advanced tools
Comparing version 1.9.2 to 1.9.3
@@ -17,8 +17,8 @@ { | ||
"dependencies": { | ||
"lodash": "4.17.11", | ||
"class.extend": "0.9.2" | ||
"lodash": "~4.17.13", | ||
"class.extend": "~0.9.2" | ||
}, | ||
"license": "MIT", | ||
"name": "serverless-plugin-stage-variables", | ||
"version": "1.9.2" | ||
"version": "1.9.3" | ||
} |
@@ -25,2 +25,9 @@ 'use strict'; | ||
variables = this._serverless.service.custom.stageVariables; | ||
// Log the variables during deployment: | ||
this.serverless.cli.log('STAGING VARS: Loading variables.' ); | ||
Object.keys(variables).forEach(function(key){ | ||
this.serverless.cli.log( | ||
'\t' + key | ||
); | ||
}); | ||
} | ||
@@ -27,0 +34,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
4919
4
67
+ Addedlodash@4.17.21(transitive)
- Removedlodash@4.17.11(transitive)
Updatedclass.extend@~0.9.2
Updatedlodash@~4.17.13