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>
63 lines
2.0 KiB
JSON
63 lines
2.0 KiB
JSON
{
|
|
"private": true,
|
|
"name": "insomnia-smoke-test",
|
|
"author": "Kong <office@konghq.com>",
|
|
"license": "Apache-2.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Kong/insomnia.git",
|
|
"directory": "packages/insomnia-smoke-test"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/kong/insomnia/issues"
|
|
},
|
|
"version": "8.6.1",
|
|
"scripts": {
|
|
"test:dev": "xvfb-maybe cross-env BUNDLE=dev playwright test",
|
|
"test:build": "xvfb-maybe cross-env BUNDLE=build playwright test",
|
|
"test:package": "xvfb-maybe cross-env BUNDLE=package playwright test",
|
|
"cli": "jest --detectOpenHandles --testPathPattern cli",
|
|
"serve": "esr server/index.ts",
|
|
"test:cli": "concurrently --names server,cli --success first --kill-others \"esr server/index.ts\" \"npm run cli\""
|
|
},
|
|
"devDependencies": {
|
|
"@grpc/grpc-js": "^1.6.7",
|
|
"@grpc/proto-loader": "^0.7.7",
|
|
"@jest/globals": "^29.7.0",
|
|
"@playwright/test": "1.41.0-alpha-dec-20-2023",
|
|
"@ravanallc/grpc-server-reflection": "^0.1.6",
|
|
"@types/concurrently": "^6.4.0",
|
|
"@types/express": "^4.17.21",
|
|
"@types/oidc-provider": "^8.4.3",
|
|
"@types/uuid": "^9.0.8",
|
|
"@types/ws": "^8.5.10",
|
|
"concurrently": "^7.0.0",
|
|
"cross-env": "^7.0.3",
|
|
"esbuild-runner": "2.2.2",
|
|
"execa": "^5.0.0",
|
|
"express": "^4.17.1",
|
|
"express-basic-auth": "^1.2.0",
|
|
"graphql-http": "^1.21.0",
|
|
"faker": "^5.1.0",
|
|
"graphql": "^16.7.1",
|
|
"jest": "^29.7.0",
|
|
"oidc-provider": "^7.10.6",
|
|
"uuid": "^8.3.2",
|
|
"ws": "^8.13.0",
|
|
"xvfb-maybe": "^0.2.1"
|
|
},
|
|
"description": "[![Playwright](https://img.shields.io/badge/playwright-blue.svg?style=for-the-badge&logo=playwright)](https://github.com/microsoft/playwright)",
|
|
"homepage": "https://github.com/Kong/insomnia#readme",
|
|
"main": ".eslintrc.js",
|
|
"directories": {
|
|
"doc": "docs",
|
|
"test": "tests"
|
|
},
|
|
"dependencies": {
|
|
"depd": "^1.1.2",
|
|
"http-errors": "^1.8.0",
|
|
"statuses": "^1.5.0",
|
|
"toidentifier": "^1.0.0"
|
|
}
|
|
}
|