Skip to content

Commit

Permalink
version bumps
Browse files Browse the repository at this point in the history
  • Loading branch information
objt-ev committed Jan 17, 2023
1 parent 077c4df commit e0d730f
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-red-contrib-log-elk",
"version": "1.2.4",
"version": "1.2.5",
"description": "A Node-RED logging node with multiple outputs using the winston and winston-elasticsearch logging libraries",
"main": "log-elk.js",
"scripts": {
Expand All @@ -18,16 +18,20 @@
"node-red"
],
"node-red": {
"version": ">=2.0.0",
"nodes": {
"log-elk": "log-elk.js",
"Log-elk-logger": "log-elk-logger.js"
}
},
"engines": {
"node": ">=12.0.0"
},
"author": "ev",
"license": "MIT",
"dependencies": {
"winston": "^3.3.3",
"winston-elasticsearch": "^0.15.2",
"winston": "^3.8.2",
"winston-elasticsearch": "^0.17.1",
"json-stringify-safe": "^5.0.1"
}
}

0 comments on commit e0d730f

Please sign in to comment.