Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "sls-yaml", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Serverless framework yaml extension parser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -8,3 +8,3 @@ ## Serverless YAML extension parser | ||
- Inject environment variable. `${env:NODE_ENV}` | ||
- Inject global variables. `${global.path.to.variable}` | ||
- Inject self(local) variables. `${self.path.to.variable} | ||
- Inject global variables. `${global:path.to.variable}` | ||
- Inject self(local) variables. `${self:path.to.variable}` |
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
116130
8
14