Comparing version 0.3.4 to 0.3.5
@@ -16,3 +16,3 @@ 'use strict'; | ||
var Promise = require('bluebird'); | ||
var uuid = require('node-uuid'); | ||
var uuid = require('uuid'); | ||
@@ -19,0 +19,0 @@ var Db = require('./db'); |
{ | ||
"name": "pg-boss", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "Queueing jobs in Node.js using PostgreSQL like a boss", | ||
@@ -8,4 +8,4 @@ "main": "./lib/index.js", | ||
"bluebird": "^3.4.0", | ||
"node-uuid": "^1.4.7", | ||
"pg": "^6.0.0" | ||
"pg": "^6.0.0", | ||
"uuid": "^3.0.0" | ||
}, | ||
@@ -12,0 +12,0 @@ "devDependencies": { |
@@ -49,3 +49,3 @@ Queueing jobs in Node.js using PostgreSQL like a boss. | ||
* Node 0.10 or higher (It may work on older versions, but who's using < 0.10? :) | ||
* Postgres 9.5 or higher (see background below for rationale) | ||
* Postgres 9.5 or higher | ||
@@ -52,0 +52,0 @@ ##Installation |
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
45122
+ Addeduuid@^3.0.0
+ Addeduuid@3.4.0(transitive)
- Removednode-uuid@^1.4.7
- Removednode-uuid@1.4.8(transitive)