mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
69d7514095
* feat: add tags to regular plugins * feat: plugin support for request validator plugins * feat: add tags to security plugins * feat: security plugins detecting the expected property * chore: don't force publish and bump version * publish npm packages lib@2.2.35-beta.4
15 lines
372 B
JSON
15 lines
372 B
JSON
{
|
|
"name": "insomnia-plugin-kong-kubernetes-config",
|
|
"version": "2.2.35-beta.4",
|
|
"main": "index.js",
|
|
"insomnia": {
|
|
"name": "kong-kubernetes-config",
|
|
"description": "Generate Kong For Kubernetes configuration"
|
|
},
|
|
"dependencies": {
|
|
"openapi-2-kong": "2.2.35-beta.4",
|
|
"yaml": "^1.8.3"
|
|
},
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
|
}
|