7 Commits

Author SHA1 Message Date
820f84ee61 fix(core): Resolve TypeScript strict mode and ES client API compatibility issues for v3.0.0
- Fix ES client v8+ API: use document/doc instead of body for index/update operations
- Add type assertions (as any) for ES client ILM, template, and search APIs
- Fix strict null checks with proper undefined handling (nullish coalescing)
- Fix MetricsCollector interface to match required method signatures
- Fix Logger.error signature compatibility in plugins
- Resolve TermsQuery type index signature conflict
- Remove sourceMap from tsconfig (handled by tsbuild with inlineSourceMap)
2025-11-29 21:19:28 +00:00
e56439e9f4 fix(core): update 2023-07-04 09:13:14 +02:00
1dbf3724d0 fix(core): update 2019-11-03 00:49:35 +01:00
a82b13a81f fix(core): update 2018-09-15 21:52:34 +02:00
34ffce83bd fix(core): update 2018-08-12 16:42:09 +02:00
e27b73f1a4 adjust coverageTreshold 2018-01-27 19:51:44 +01:00
e46d15936a feat(core): initial commit 2018-01-25 00:38:07 +01:00