mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
51b9ef76e9
* Bump app version to 8.6.1 * feat(unit-tests): Unit test reordering (#7020) * re-orderable test suites * re-orderable tests * fix ts * Use db methods for sorting * sort suites and unit tests in inso * fix suite rename * Fixes https://github.com/Kong/insomnia/issues/7011 (#7012) * Fixes https://github.com/Kong/insomnia/issues/7009 (#7010) * chore: edit changelog process [INS-3456] (#7001) * fix(workspace): Add default name for when creating a workspace (#7046) * Add default name for when creating a design/collection * workspace update and creation * fix filter history keys not being valid selectors (#7040) * remove invalid wide css prop (#7041) * feat(environment): update environments icons (#7050) * update environments icons * fix workspace name * fix one line editor being scrollable (#7059) * change 8.0 to 8 (#7061) * Cleanup page containers and add hint container in the page (#7060) * feat(pane-tabs): Consistent styles for tabs (#7062) * response/request pane tab counts * tab dropdown colors * fix updates to db leading to errors in loader fetchers (#7033) * feat(command-palette): add button to open the command palette (#7064) * add button for quick search * update button styles in project * make it look good with gh stars * fix ts issue * changelog --------- Co-authored-by: Jack Kavanagh <3679927+jackkav@users.noreply.github.com> Co-authored-by: James Gatz <jamesgatzos@gmail.com> Co-authored-by: Jeroen Van den Berghe <vandenberghe.jeroen@gmail.com> Co-authored-by: Filipe Freire <livrofubia@gmail.com>
44 lines
1.1 KiB
JSON
44 lines
1.1 KiB
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-send-request",
|
|
"license": "Apache-2.0",
|
|
"version": "8.6.1",
|
|
"author": "Kong <office@konghq.com>",
|
|
"main": "dist/index.js",
|
|
"types": "dist/send-request/index.d.ts",
|
|
"dependencies": {
|
|
"@getinsomnia/node-libcurl": "^2.4.1-9",
|
|
"@segment/analytics-node": "1.0.0",
|
|
"@stoplight/spectral-core": "^1.18.3",
|
|
"@stoplight/spectral-formats": "^1.6.0",
|
|
"@stoplight/spectral-rulesets": "^1.18.1",
|
|
"aws4": "^1.12.0",
|
|
"axios": "^1.6.3",
|
|
"clone": "^2.1.2",
|
|
"color": "^3.1.2",
|
|
"fuzzysort": "^1.2.1",
|
|
"hawk": "9.0.1",
|
|
"hkdf": "0.0.2",
|
|
"html-entities": "^2.4.0",
|
|
"httpsnippet": "^2.0.0",
|
|
"isomorphic-git": "^1.5.0",
|
|
"jshint": "^2.13.6",
|
|
"jsonlint-mod-fixed": "1.7.7",
|
|
"jsonpath-plus": "^6.0.1",
|
|
"marked": "^5.1.1",
|
|
"mime-types": "^2.1.35",
|
|
"multiparty": "^4.2.3",
|
|
"@seald-io/nedb": "^4.0.3",
|
|
"node-forge": "^1.3.1",
|
|
"nunjucks": "^3.2.4",
|
|
"oauth-1.0a": "^2.2.6",
|
|
"tough-cookie": "^4.1.3",
|
|
"url-join": "^4.0.1",
|
|
"uuid": "^8.3.2",
|
|
"yaml": "^2.3.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {},
|
|
"description": ""
|
|
}
|