This commit is contained in:
2026-05-19 21:57:24 +00:00
parent a86a004b19
commit 8e40882c5a
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -3,6 +3,9 @@
## Pending ## Pending
## 2026-05-19 - 1.4.1
### Fixes ### Fixes
- improve lock heartbeat shutdown handling (heartbeat) - improve lock heartbeat shutdown handling (heartbeat)
+1 -1
View File
@@ -1,6 +1,6 @@
{ {
"name": "@push.rocks/smartmigration", "name": "@push.rocks/smartmigration",
"version": "1.4.0", "version": "1.4.1",
"private": false, "private": false,
"description": "Unified migration runner for MongoDB (smartdata) and S3 (smartbucket) — designed to be invoked at SaaS app startup, with semver-based version tracking, sequential step execution, idempotent re-runs, and per-step resumable checkpoints.", "description": "Unified migration runner for MongoDB (smartdata) and S3 (smartbucket) — designed to be invoked at SaaS app startup, with semver-based version tracking, sequential step execution, idempotent re-runs, and per-step resumable checkpoints.",
"main": "dist_ts/index.js", "main": "dist_ts/index.js",
+1 -1
View File
@@ -3,6 +3,6 @@
*/ */
export const commitinfo = { export const commitinfo = {
name: '@push.rocks/smartmigration', name: '@push.rocks/smartmigration',
version: '1.4.0', version: '1.4.1',
description: 'Unified migration runner for MongoDB (smartdata) and S3 (smartbucket) — designed to be invoked at SaaS app startup, with semver-based version tracking, sequential step execution, idempotent re-runs, and per-step resumable checkpoints.' description: 'Unified migration runner for MongoDB (smartdata) and S3 (smartbucket) — designed to be invoked at SaaS app startup, with semver-based version tracking, sequential step execution, idempotent re-runs, and per-step resumable checkpoints.'
} }