Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "kongfig", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "A tool for Kong to allow declarative configuration.", | ||
@@ -9,2 +9,3 @@ "repository": "https://github.com/mybuilder/kongfig", | ||
}, | ||
"preferGlobal": true, | ||
"scripts": { | ||
@@ -11,0 +12,0 @@ "test": "./node_modules/webpack/bin/webpack.js --target=node && ./node_modules/mocha/bin/mocha dist/test.js", |
@@ -38,5 +38,5 @@ import assign from 'object-assign'; | ||
export function removeApiPlugin(apiName, pluginName) { | ||
export function removeApiPlugin(apiName, pluginId) { | ||
return { | ||
endpoint: {name: 'api-plugin', params: {apiName, pluginName}}, | ||
endpoint: {name: 'api-plugin', params: {apiName, pluginId}}, | ||
method: 'DELETE', | ||
@@ -43,0 +43,0 @@ }; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
1346524