Comparing version 2.1.1 to 2.2.0
{ | ||
"name": "riemann", | ||
"version": "2.1.1", | ||
"version": "2.2.0", | ||
"description": "node.js client for Riemann, supports hybrid UDP/TCP connections.", | ||
"license": "MIT", | ||
"types": "index.d.ts", | ||
"author": { | ||
@@ -23,12 +24,14 @@ "Derek Perez": "derek@derekperez.com", | ||
"event-to-promise": "^0.8.0", | ||
"protobufjs": "6.11.3" | ||
"protobufjs": "7.2.4" | ||
}, | ||
"devDependencies": { | ||
"jshint": "*", | ||
"mocha": "*" | ||
"mocha": "*", | ||
"mocha-junit-reporter": "^2.2.0" | ||
}, | ||
"scripts": { | ||
"lint": "find . -name '*.js' -and -not -path './node_modules/*' | xargs ./node_modules/.bin/jshint --config ./.jshintrc", | ||
"test": "NODE_PATH=./ mocha --ui tdd --reporter list --timeout 2000 --slow 5000" | ||
"lint": "find . -name '*.js' -and -not -path './node_modules/*' | xargs jshint --verbose --config .jshintrc", | ||
"test": "NODE_PATH=./ mocha --ui tdd --reporter list --timeout 2000 --slow 5000", | ||
"testci": "NODE_PATH=./ mocha --ui tdd --reporter mocha-junit-reporter --timeout 2000 --slow 5000" | ||
} | ||
} |
@@ -1,4 +0,4 @@ | ||
# [Riemann](http://aphyr.github.com/riemann/) Node.js Client | ||
# [Riemann](https://riemann.io) Node.js Client | ||
[![Build Status](https://travis-ci.com/riemann/riemann-nodejs-client.svg?branch=master)](https://travis-ci.com/riemann/riemann-nodejs-client) | ||
[![Riemann NodeJS Client testing](https://github.com/riemann/riemann-nodejs-client/actions/workflows/test.yml/badge.svg)](https://github.com/riemann/riemann-nodejs-client/actions/workflows/test.yml) | ||
@@ -104,3 +104,3 @@ because you should be monitoring all of those [non-blocking buffet plates.](http://www.infinitelooper.com/?v=-sfZqL4Plxc&p=n#/242;267) | ||
- install Riemann using the [quickstart instructions](http://riemann.io/quickstart.html). A running Riemann server is required to run the tests. | ||
- please add tests. I'm using [Mocha](https://mochajs.org/) as a test runner, you can run the tests using `npm test` | ||
- please check your syntax with the included jshint configuration using `npm run-script lint`. It shouldn't report any errors. | ||
- please add tests. I'm using [Mocha](https://mochajs.org/) as a test runner, you can run the tests using `npm run test` | ||
- please check your syntax with the included jshint configuration using `npm run lint`. It shouldn't report any errors. |
@@ -19,2 +19,1 @@ var Client = require('./riemann/client').Client; | ||
}; | ||
27354
14
345
3
+ Addedlong@5.2.4(transitive)
+ Addedprotobufjs@7.2.4(transitive)
- Removed@types/long@4.0.2(transitive)
- Removedlong@4.0.0(transitive)
- Removedprotobufjs@6.11.3(transitive)
Updatedprotobufjs@7.2.4