insomnia/plugins/insomnia-plugin-kong-declarative-config/package.json
John Chadwick b07cd1cf16
Upgrade Electron to 11.2.3. (#3798)
* Upgrade Electron from 9.3.5 to 11.2.3.

* bump version

* update preid to alpha

* version packages lib@2.3.1-alpha.0

* Downgrade electron-builder to 22.11.3.

We tried to upgrade electron-builder to 22.11.7, but this fails
because electron-builder 22.11.4 introduces imports into fs/promises.
This module is only available in Node 14+, so we have to stick to
22.11.3 until we update to Electron 12.

* Revert npm script changes from alpha release.

Co-authored-by: Opender Singh <opender.singh@konghq.com>
2021-07-16 13:35:32 -07:00

25 lines
661 B
JSON

{
"name": "insomnia-plugin-kong-declarative-config",
"version": "2.3.1-alpha.0",
"main": "index.js",
"author": "Kong <office@konghq.com>",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/Kong/insomnia.git",
"directory": "plugins/insomnia-plugin-kong-declarative-config"
},
"bugs": {
"url": "https://github.com/Kong/insomnia/issues"
},
"insomnia": {
"name": "kong-declarative-config",
"description": "Generate Kong Declarative Config"
},
"dependencies": {
"openapi-2-kong": "2.3.1-alpha.0",
"yaml": "^1.8.3"
},
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
}