kibana/packages/kbn-crypto-browser
Gerard Soldevila 4824d9da8c
Migrate types to packages: Client-side HTTP service (#135562)
* Migrate types to packages: Client-side HTTP service

* Fix linting issues, compactify some imports

* Fix incorrect typing, remove unnecessary exports

* Remove unnecessary export

* Fix trailing spaces removed by mistake

* Move Sha256 to new @kbn/crypto-browser package

* Support deprecated 'req' property in isHttpFetchError() method

* Fix failing UT in lens

* Update API docs

* Reorder imports, absolute imports first

* Provide createHttpFetchError() convenience method

* Fix typing issue

* Fix rebase issues

* Fix incorrect import

* Avod using core internals for plugin testing

* Fix automerge issues

* Misc enhancements following PR review
2022-07-11 12:25:55 -07:00
..
src Migrate types to packages: Client-side HTTP service (#135562) 2022-07-11 12:25:55 -07:00
BUILD.bazel Migrate types to packages: Client-side HTTP service (#135562) 2022-07-11 12:25:55 -07:00
jest.config.js Migrate types to packages: Client-side HTTP service (#135562) 2022-07-11 12:25:55 -07:00
package.json Migrate types to packages: Client-side HTTP service (#135562) 2022-07-11 12:25:55 -07:00
README.md Migrate types to packages: Client-side HTTP service (#135562) 2022-07-11 12:25:55 -07:00
tsconfig.json Migrate types to packages: Client-side HTTP service (#135562) 2022-07-11 12:25:55 -07:00

@kbn/crypto-browser

Crypto tools and utilities for Kibana, browser-side