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 1
1
# @elastic/ecs-pino-format Changelog
2
2
3
+ ## v1.3.0
4
+
5
+ - TypeScript types. ([ #82 ] ( https://github.com/elastic/ecs-logging-nodejs/pull/82 ) )
6
+
3
7
## v1.2.0
4
8
5
9
- Add an * internal testing-only* option (` opts._elasticApm ` ) to pass in the
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elastic/ecs-pino-format" ,
3
- "version" : " 1.2 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"description" : " A formatter for the pino logger compatible with Elastic Common Schema." ,
5
5
"main" : " index.js" ,
6
6
"files" : [
7
- " index.js"
7
+ " index.js" ,
8
+ " index.d.ts"
8
9
],
9
10
"types" : " index.d.ts" ,
10
11
"repository" : {
Original file line number Diff line number Diff line change 1
1
# @elastic/ecs-winston-format Changelog
2
2
3
+ ## v1.3.0
4
+
5
+ - TypeScript types. ([ #88 ] ( https://github.com/elastic/ecs-logging-nodejs/pull/88 ) )
6
+
3
7
## v1.1.0
4
8
5
9
- Fix a crash ([ #58 ] ( https://github.com/elastic/ecs-logging-nodejs/issues/58 ) )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @elastic/ecs-winston-format" ,
3
- "version" : " 1.1 .0" ,
3
+ "version" : " 1.3 .0" ,
4
4
"description" : " A formatter for the winston logger compatible with Elastic Common Schema." ,
5
5
"main" : " index.js" ,
6
6
"types" : " index.d.ts" ,
7
7
"files" : [
8
- " index.js"
8
+ " index.js" ,
9
+ " index.d.ts"
9
10
],
10
11
"repository" : {
11
12
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments