-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Added support for custom @timestamp & @timestamp_nano * Added tests * Bumped version & updated README.md
- Loading branch information
Amir Tugendhaft
authored
Jul 18, 2017
1 parent
51383c8
commit 8027463
Showing
4 changed files
with
69 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,22 @@ | ||
{ | ||
"name": "logzio-nodejs", | ||
"description": "A nodejs implementation for sending logs to Logz.IO cloud service", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"author": "Gilly Barr <[email protected]>", | ||
"contributors": [{ | ||
"name": "Gilly Barr", | ||
"email": "[email protected]" | ||
}, { | ||
"name": "Asaf Mesika", | ||
"email": "[email protected]" | ||
}], | ||
"contributors": [ | ||
{ | ||
"name": "Gilly Barr", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Asaf Mesika", | ||
"email": "[email protected]" | ||
}, | ||
{ | ||
"name": "Amir Tugendhaft", | ||
"email": "[email protected]" | ||
} | ||
], | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/logzio/logzio-nodejs.git" | ||
|
@@ -24,6 +31,7 @@ | |
"dependencies": { | ||
"json-stringify-safe": "5.0.x", | ||
"lodash.assign": "4.2.0", | ||
"moment": "^2.18.1", | ||
"request": "2.75.0" | ||
}, | ||
"devDependencies": { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters