@kakkuk/serverless-aws-apigateway-documentation
Advanced tools
Comparing version 1.1.7 to 1.1.8
{ | ||
"name": "@kakkuk/serverless-aws-apigateway-documentation", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"description": "Serverless 1.0 plugin to add documentation and models to the serverless generated API Gateway", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -20,3 +20,3 @@ 'use strict'; | ||
this.customVars = this.serverless.variables.service.custom; | ||
this.customVars = this.serverless.service.custom; | ||
const naming = this.serverless.providers.aws.naming; | ||
@@ -117,3 +117,3 @@ this.getMethodLogicalId = naming.getMethodLogicalId.bind(naming); | ||
beforeDeploy() { | ||
this.customVars = this.serverless.variables.service.custom; | ||
this.customVars = this.serverless.service.custom; | ||
if (!(this.customVars && this.customVars.documentation)) return; | ||
@@ -120,0 +120,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
175525