mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +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>
39 lines
1.2 KiB
JSON
39 lines
1.2 KiB
JSON
{
|
|
"version": "2021.4.1-alpha.1",
|
|
"name": "insomnia",
|
|
"executableName": "insomnia",
|
|
"appId": "com.insomnia.app",
|
|
"userDataFolder": "Insomnia",
|
|
"productName": "Insomnia",
|
|
"binaryPrefix": "Insomnia.Core",
|
|
"longName": "Insomnia",
|
|
"synopsis": "The Collaborative API Client and Design Tool",
|
|
"icon": "https://github.com/kong/insomnia/blob/develop/packages/insomnia-app/app/icons/icon.ico?raw=true",
|
|
"changelogUrl": "https://insomnia.rest/changelog",
|
|
"theme": "default",
|
|
"lightTheme": "studio-light",
|
|
"darkTheme": "default",
|
|
"githubOrg": "Kong",
|
|
"githubRepo": "insomnia",
|
|
"gaId": "UA-8499472-34",
|
|
"gaLocation": "https://core.lytics.insomnia.rest",
|
|
"segmentWriteKeys": {
|
|
"development": "rTOCSvGV23cHGJyb3HI9EUQDNA6ar7ay",
|
|
"production": "4l7QUfACrIcqvC913hiIwAA2BDYP2OJ1"
|
|
},
|
|
"plugins": [
|
|
"insomnia-plugin-base64",
|
|
"insomnia-plugin-hash",
|
|
"insomnia-plugin-file",
|
|
"insomnia-plugin-now",
|
|
"insomnia-plugin-uuid",
|
|
"insomnia-plugin-prompt",
|
|
"insomnia-plugin-request",
|
|
"insomnia-plugin-response",
|
|
"insomnia-plugin-jsonpath",
|
|
"insomnia-plugin-cookie-jar",
|
|
"insomnia-plugin-core-themes",
|
|
"insomnia-plugin-kong-bundle"
|
|
]
|
|
}
|