Comparing version 1.0.7 to 1.1.0
{ | ||
"name": "atributo", | ||
"description": "Allocate jobs across a variable number of instances", | ||
"version": "1.0.7", | ||
"version": "1.1.0", | ||
"homepage": "https://github.com/davedoesdev/atributo", | ||
@@ -32,21 +32,21 @@ "author": { | ||
"dependencies": { | ||
"async": "^3.2.4", | ||
"async": "^3.2.5", | ||
"iferr": "^1.0.2", | ||
"pg": "^8.8.0", | ||
"sqlite3": "^5.1.1" | ||
"pg": "^8.11.3", | ||
"sqlite3": "^5.1.6" | ||
}, | ||
"devDependencies": { | ||
"c8": "^7.12.0", | ||
"chai": "^4.3.6", | ||
"config": "^3.3.8", | ||
"documentation": "^14.0.0", | ||
"grunt": "^1.5.3", | ||
"c8": "^8.0.1", | ||
"chai": "^4.3.10", | ||
"config": "^3.3.9", | ||
"documentation": "^14.0.2", | ||
"grunt": "^1.6.1", | ||
"grunt-contrib-copy": "^1.0.0", | ||
"grunt-env": "^1.0.1", | ||
"grunt-eslint": "^24.0.0", | ||
"grunt-eslint": "^24.3.0", | ||
"grunt-exec": "^3.0.0", | ||
"migrate": "^1.8.0", | ||
"mocha": "^10.0.0", | ||
"migrate": "^2.0.0", | ||
"mocha": "^10.2.0", | ||
"node-pg-migrate": "^6.2.2" | ||
} | ||
} |
@@ -140,8 +140,8 @@ Node.js module for managing allocation of job IDs across a variable | ||
- This is a new allocation persisted to the database in this call. | ||
- This is a new allocation persisted to the database in this call. | ||
- This is an allocation which already existed in the database before | ||
- This is an allocation which already existed in the database before | ||
the instance was made unavailable. | ||
- The allocation is removed from the database. | ||
- The allocation is removed from the database. | ||
@@ -148,0 +148,0 @@ # Allocator |
Sorry, the diff of this file is not supported yet
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
1827705
Updatedasync@^3.2.5
Updatedpg@^8.11.3
Updatedsqlite3@^5.1.6