mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 06:39:48 +00:00
b07cd1cf16
* 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>
43 lines
1.3 KiB
JSON
43 lines
1.3 KiB
JSON
{
|
|
"name": "insomnia-plugin-kong-portal",
|
|
"version": "2.3.1-alpha.0",
|
|
"main": "dist/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-portal"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Kong/insomnia/issues"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --config webpack.config.js --display errors-only",
|
|
"watch": "webpack --config webpack.config.js --watch",
|
|
"prepare": "npm run build"
|
|
},
|
|
"insomnia": {
|
|
"name": "kong-portal",
|
|
"description": "Deploy API specifications to Kong Portal"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"@babel/plugin-proposal-class-properties": "^7.8.3",
|
|
"@babel/plugin-proposal-decorators": "^7.8.3",
|
|
"@babel/plugin-proposal-optional-chaining": "^7.12.7",
|
|
"@babel/preset-env": "^7.9.0",
|
|
"@babel/preset-flow": "^7.9.0",
|
|
"@babel/preset-react": "^7.9.4",
|
|
"autobind-decorator": "^2.4.0",
|
|
"insomnia-components": "2.3.1-alpha.0",
|
|
"react": "^16.8.3",
|
|
"react-dom": "^16.8.3",
|
|
"styled-components": "^4.4.1",
|
|
"url-join": "^4.0.1",
|
|
"webpack": "^4.42.1",
|
|
"webpack-cli": "^3.3.11"
|
|
},
|
|
"gitHead": "d91e6735a76295166545a42c170328da4ab70dd3"
|
|
}
|