Comparing version 0.1.0 to 0.1.1
@@ -45,3 +45,3 @@ 'use strict'; | ||
value: function isCurrent() { | ||
this.version().then(function (version) { | ||
return this.version().then(function (version) { | ||
return version === schemaVersion; | ||
@@ -48,0 +48,0 @@ }); |
{ | ||
"name": "pg-boss", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Queueing jobs in Node.js using PostgreSQL like a boss", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
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
38112