File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 11# @elastic/ecs-pino-format Changelog
22
3+ ## v1.3.0
4+
5+ - TypeScript types. ([ #82 ] ( https://github.com/elastic/ecs-logging-nodejs/pull/82 ) )
6+
37## v1.2.0
48
59- Add an * internal testing-only* option (` opts._elasticApm ` ) to pass in the
Original file line number Diff line number Diff line change 11{
22 "name" : " @elastic/ecs-pino-format" ,
3- "version" : " 1.2 .0" ,
3+ "version" : " 1.3 .0" ,
44 "description" : " A formatter for the pino logger compatible with Elastic Common Schema." ,
55 "main" : " index.js" ,
66 "files" : [
7- " index.js"
7+ " index.js" ,
8+ " index.d.ts"
89 ],
910 "types" : " index.d.ts" ,
1011 "repository" : {
Original file line number Diff line number Diff line change 11# @elastic/ecs-winston-format Changelog
22
3+ ## v1.3.0
4+
5+ - TypeScript types. ([ #88 ] ( https://github.com/elastic/ecs-logging-nodejs/pull/88 ) )
6+
37## v1.1.0
48
59- Fix a crash ([ #58 ] ( https://github.com/elastic/ecs-logging-nodejs/issues/58 ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " @elastic/ecs-winston-format" ,
3- "version" : " 1.1 .0" ,
3+ "version" : " 1.3 .0" ,
44 "description" : " A formatter for the winston logger compatible with Elastic Common Schema." ,
55 "main" : " index.js" ,
66 "types" : " index.d.ts" ,
77 "files" : [
8- " index.js"
8+ " index.js" ,
9+ " index.d.ts"
910 ],
1011 "repository" : {
1112 "type" : " git" ,
You can’t perform that action at this time.
0 commit comments