- 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)
21 lines
440 B
JSON
21 lines
440 B
JSON
{
|
|
"npmci": {
|
|
"npmGlobalTools": [],
|
|
"npmAccessLevel": "public"
|
|
},
|
|
"gitzone": {
|
|
"projectType": "npm",
|
|
"module": {
|
|
"githost": "gitlab.com",
|
|
"gitscope": "mojoio",
|
|
"gitrepo": "elasticsearch",
|
|
"description": "log to elasticsearch in a kibana compatible format",
|
|
"npmPackagename": "@mojoio/elasticsearch",
|
|
"license": "MIT"
|
|
}
|
|
},
|
|
"tsbuild": {
|
|
"tsconfig": "./tsconfig.json"
|
|
}
|
|
}
|