@lynxvs/amqp
Advanced tools
Comparing version 3.0.6 to 3.0.7
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
import Raven from "raven"; | ||
@@ -2,0 +3,0 @@ /** |
{ | ||
"name": "@lynxvs/amqp", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "", | ||
@@ -27,7 +27,6 @@ "main": "index.js", | ||
"dependencies": { | ||
"@types/winston": "^2.4.4", | ||
"@types/raven": "^2.5.1", | ||
"@types/amqplib": "^0.5.10", | ||
"@types/express": "^4.16.0", | ||
"@types/amqplib": "^0.5.8", | ||
"@types/lodash": "^4.14.117", | ||
"@types/lodash": "^4.14.121", | ||
"@types/raven": "^2.5.3", | ||
"amqplib": "^0.5.2", | ||
@@ -40,2 +39,3 @@ "lodash": "^4.17.11" | ||
"coveralls": "^3.0.1", | ||
"express": "^4.16.4", | ||
"husky": "^0.15.0-rc.13", | ||
@@ -45,9 +45,8 @@ "jest": "^23.6.0", | ||
"pretty-quick": "^1.4.1", | ||
"raven": "^2.6.4", | ||
"ts-jest": "^23.10.5", | ||
"tslint": "^5.9.1", | ||
"tslint-config-prettier": "^1.10.0", | ||
"typescript": "^3.3.1", | ||
"raven": "^2.6.4", | ||
"winston": "^3.2.1", | ||
"express": "^4.16.4" | ||
"typescript": "^3.3.3", | ||
"winston": "^3.2.1" | ||
}, | ||
@@ -54,0 +53,0 @@ "peerDependencies": { |
@@ -99,3 +99,4 @@ import { PermanentWorkerError } from "./PermanentWorkerError"; | ||
exit(process, err); | ||
// wait 5 sek just to be sure | ||
setTimeout(() => exit(process, err), 5000); | ||
}); | ||
@@ -102,0 +103,0 @@ |
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
import * as amqplib from "amqplib"; | ||
@@ -2,0 +3,0 @@ import * as http from "http"; |
@@ -124,3 +124,4 @@ "use strict"; | ||
} | ||
error_1.exit(process, err); | ||
// wait 5 sek just to be sure | ||
setTimeout(() => error_1.exit(process, err), 5000); | ||
}) | ||
@@ -127,0 +128,0 @@ ); |
Sorry, the diff of this file is not supported yet
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
9
1734
87116
- Removed@types/winston@^2.4.4
- Removed@types/winston@2.4.4(transitive)
Updated@types/amqplib@^0.5.10
Updated@types/lodash@^4.14.121
Updated@types/raven@^2.5.3