@pgpm/database-jobs 0.15.2 → 0.15.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/Makefile CHANGED
@@ -1,5 +1,5 @@
1
1
  EXTENSION = pgpm-database-jobs
2
- DATA = sql/pgpm-database-jobs--0.14.0.sql
2
+ DATA = sql/pgpm-database-jobs--0.15.2.sql
3
3
 
4
4
  PG_CONFIG = pg_config
5
5
  PGXS := $(shell $(PG_CONFIG) --pgxs)
package/README.md CHANGED
@@ -331,6 +331,7 @@ The package includes several triggers for automatic management:
331
331
 
332
332
  ## Dependencies
333
333
 
334
+ - PGPM roles (anonymous, authenticated, administrator)
334
335
  - `@pgpm/verify`: Verification utilities for database objects
335
336
 
336
337
  ## Testing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pgpm/database-jobs",
3
- "version": "0.15.2",
3
+ "version": "0.15.3",
4
4
  "description": "Database-specific job handling and queue management",
5
5
  "author": "Dan Lynch <pyramation@gmail.com>",
6
6
  "contributors": [
@@ -24,7 +24,7 @@
24
24
  "pgpm": "^1.0.0"
25
25
  },
26
26
  "dependencies": {
27
- "@pgpm/verify": "0.15.2"
27
+ "@pgpm/verify": "0.15.3"
28
28
  },
29
29
  "repository": {
30
30
  "type": "git",
@@ -34,5 +34,5 @@
34
34
  "bugs": {
35
35
  "url": "https://github.com/constructive-io/pgpm-modules/issues"
36
36
  },
37
- "gitHead": "92a241bab64c7b20e85e55a7bd314089907fabba"
37
+ "gitHead": "187ed37f6b731132fe930acf5b5996b1e63ecca0"
38
38
  }
@@ -1,6 +1,6 @@
1
1
  # pgpm-database-jobs extension
2
2
  comment = 'pgpm-database-jobs extension'
3
- default_version = '0.14.0'
3
+ default_version = '0.15.2'
4
4
  module_pathname = '$libdir/pgpm-database-jobs'
5
5
  requires = 'plpgsql,uuid-ossp,pgcrypto,pgpm-verify'
6
6
  relocatable = false