Skip to content

Commit 64b2661

Browse files
authored
1 parent f8552a5 commit 64b2661

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

loggers/pino/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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

loggers/pino/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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": {

loggers/winston/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
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))

loggers/winston/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
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",

0 commit comments

Comments
 (0)