mirror of
https://github.com/Kong/insomnia
synced 2024-11-07 22:30:15 +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
233 B
JSON
15 lines
233 B
JSON
{
|
|
"tagVersionPrefix": "lib@",
|
|
"version": "2.2.35-beta.4",
|
|
"includeMergedTags": true,
|
|
"command": {
|
|
"version": {
|
|
"message": "publish npm packages %s"
|
|
}
|
|
},
|
|
"packages": [
|
|
"packages/*",
|
|
"plugins/*"
|
|
]
|
|
}
|