Comparing version 1.2.18 to 1.2.19
{ | ||
"name": "imq", | ||
"version": "1.2.18", | ||
"version": "1.2.19", | ||
"description": "Simple JSON-based messaging queue for inter service communication", | ||
@@ -47,5 +47,5 @@ "keywords": [ | ||
"@types/microtime": "^2.1.0", | ||
"@types/mocha": "^2.2.48", | ||
"@types/mocha": "^5.2.0", | ||
"@types/mock-require": "^2.0.0", | ||
"@types/node": "^9.4.6", | ||
"@types/node": "^10.0.2", | ||
"@types/sinon": "^4.3.0", | ||
@@ -63,8 +63,8 @@ "@types/yargs": "^11.0.0", | ||
"reflect-metadata": "^0.1.12", | ||
"sinon": "^4.4.2", | ||
"sinon": "^5.0.2", | ||
"source-map-support": "^0.5.3", | ||
"ts-node": "^5.0.1", | ||
"typedoc": "^0.10.0", | ||
"typescript": "^2.7.2", | ||
"yargs": "^11.0.0" | ||
"ts-node": "^6.0.2", | ||
"typedoc": "^0.11.1", | ||
"typescript": "^2.8.3", | ||
"yargs": "^11.1.0" | ||
}, | ||
@@ -76,2 +76,3 @@ "main": "index.js", | ||
"nyc": { | ||
"check-coverage": true, | ||
"extension": [ | ||
@@ -78,0 +79,0 @@ ".ts" |
@@ -6,2 +6,4 @@ # I Message Queue (imq) | ||
[![Coverage Status](https://coveralls.io/repos/github/imqueue/imq/badge.svg?branch=master)](https://coveralls.io/github/imqueue/imq?branch=master) | ||
[![David](https://img.shields.io/david/imqueue/imq.svg)](https://david-dm.org/imqueue/imq) | ||
[![David](https://img.shields.io/david/dev/imqueue/imq.svg)](https://david-dm.org/imqueue/imq?type=dev) | ||
[![License](https://img.shields.io/badge/license-ISC-blue.svg)](https://rawgit.com/imqueue/imq/master/LICENSE) | ||
@@ -8,0 +10,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
80451
164
21
2256