mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
## Summary This PR replaces kbn/ecs package with the official ecs typescript defs available on npm https://www.npmjs.com/package/@elastic/ecs The idea here is to be able to update and maintain ecs type defs independently, and in a transparent way. ECS version used in kibana currently is 8.10.0, and after this PR is merged I will generate current version typings & file another PR to update the kibana dependency, The `alpha` suffix will be removed once this new flow of ecs management stabilizes. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> |
||
---|---|---|
.. | ||
src | ||
index.ts | ||
jest.config.js | ||
kibana.jsonc | ||
package.json | ||
README.md | ||
tsconfig.json |
@kbn/core-logging-server-internal
This package contains the internal types and implementation for Core's server-side logging service.