mirror of
https://github.com/Kong/insomnia.git
synced 2026-01-13 08:30:31 -05:00
* first pass fix tests move all react things in dev try-package build stuff use http protocol instead of file handle refresh fix tests and routeloaderdata apths fix npm run dev fix sorts fix hidden browser window cleanup files Typesafe /auth/* routes typesafe commands route git-credentials typesafe routes import typesafe routes fix types fix hidden browser window invite and collaborators typesafe routes fix types remove workarounds fix dashboard test more types git typesafe routes fix runner test typesafe scratchpad navigation fix remove unused project route fix test routes add space request typesafe routes git credentials typescript conspiracy git typesafe routes typecheck debug bundles for inso fix test fix request group tab workspace typesafe routes feedback All routes use generated types Add typed fetchers to actions and loader Use typed fetchers in the app move git actions to the root * fix react-use usage update import source field Spawning npm fails the build Add ~ module resolution to vitest add initialEntry functionality fix update environment name requirement fix settings patch use loader for fetching the vault key and fix process.env.PLAYWRIGHT issue fix missing type Centralize useRouteLoaderData to routes Use environment for vitest tests that run browser code Update remaining fetchers to typesafe versions remove unused fetcher and add callback to sync Wrap load/submit in useCallback to keep them stable between re-renders Update deps lists with stable submit functions fix lint issue * fix ts issues * Add toaster to root * Use shell for running scripts with spawn on Windows * Move renderer bundling out of the build script * Fix request-pane test flakiness * update the url we use for internal purposes * Increase timeout for release workflow * fix flaky bundling test --------- Co-authored-by: jackkav <jackkav@gmail.com>
15 lines
437 B
Diff
15 lines
437 B
Diff
diff --git a/node_modules/tinykeys/package.json b/node_modules/tinykeys/package.json
|
|
index bbda4b2..38fc5a5 100644
|
|
--- a/node_modules/tinykeys/package.json
|
|
+++ b/node_modules/tinykeys/package.json
|
|
@@ -16,7 +16,8 @@
|
|
"exports": {
|
|
".": {
|
|
"import": "./dist/tinykeys.module.js",
|
|
- "require": "./dist/tinykeys.js"
|
|
+ "require": "./dist/tinykeys.js",
|
|
+ "types": "./dist/tinykeys.d.ts"
|
|
}
|
|
},
|
|
"keywords": [
|