@wmfs/tymly-pg-plugin
Advanced tools
Comparing version 1.178.0 to 1.179.0
@@ -95,3 +95,3 @@ /** | ||
return (info, complete) => { | ||
const updateEvent = complete ? 'sendTaskSuccess' : 'sendTaskHeartbeat' | ||
const updateEvent = complete ? 'sendTaskLastHeartbeat' : 'sendTaskHeartbeat' | ||
const formattedInfo = formatter(info, complete) | ||
@@ -98,0 +98,0 @@ |
{ | ||
"name": "@wmfs/tymly-pg-plugin", | ||
"version": "1.178.0", | ||
"version": "1.179.0", | ||
"description": "Replace Tymly's out-the-box memory storage with PostgreSQL", | ||
@@ -50,3 +50,3 @@ "author": "West Midlands Fire Service", | ||
"standard": "14.3.3", | ||
"@semantic-release/changelog": "5.0.0", | ||
"@semantic-release/changelog": "5.0.1", | ||
"@semantic-release/git": "9.0.0", | ||
@@ -53,0 +53,0 @@ "@semantic-release/exec": "5.0.0", |
{ | ||
"name": "pg", | ||
"version": "1.178.0", | ||
"version": "1.179.0", | ||
"label": "PG", | ||
@@ -5,0 +5,0 @@ "author": "Tim Needham", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
204902