Comparing version 1.0.6 to 1.0.7
{ | ||
"name": "kongfig", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"description": "A tool for Kong to allow declarative configuration.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/mybuilder/kongfig", |
@@ -193,2 +193,3 @@ 'use strict'; | ||
case 'key-auth': return credentials.keyAuth.find(k => k.key == attributes.key); | ||
case 'jwt': return credentials.jwt.find(k => k.key == attributes.key); | ||
} | ||
@@ -195,0 +196,0 @@ |
Sorry, the diff of this file is too big to display
338890
1749