Comparing version 1.2.19 to 1.2.20
@@ -126,2 +126,7 @@ 'use strict'; | ||
if (json.data.length < 100) { | ||
// FIXME an hopeful hack to prevent a loop | ||
return json.data; | ||
} | ||
return getPaginatedJson(json.next).then(function (data) { | ||
@@ -128,0 +133,0 @@ return json.data.concat(data); |
{ | ||
"name": "kongfig", | ||
"version": "1.2.19", | ||
"version": "1.2.20", | ||
"description": "A tool for Kong to allow declarative configuration.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/mybuilder/kongfig", |
211464
3179