@fullstackhouse/open-mercato-data-sync-durable 0.1.1 → 0.1.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.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fullstackhouse/open-mercato-data-sync-durable",
3
- "version": "0.1.1",
3
+ "version": "0.1.3",
4
4
  "description": "Drop-in replacement for Open Mercato's core data_sync module that runs sync runs as durable at-least-once work (via @fullstackhouse/open-mercato-durable-work): survives deploys and worker kills, resumes from the committed cursor, retries transient errors at the batch, never leaves a run 'running' forever. Same tables, API, adapter contract, events and UI as core; swap one line in modules.ts.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -94,7 +94,7 @@
94
94
  }
95
95
  },
96
96
  "peerDependencies": {
97
- "@fullstackhouse/open-mercato-durable-work": "^0.1.1",
97
+ "@fullstackhouse/open-mercato-durable-work": "^0.1.3",
98
98
  "@mikro-orm/core": ">=7.0.0",
99
99
  "@mikro-orm/migrations": ">=7.0.0",
100
100
  "@mikro-orm/postgresql": ">=7.0.0",
@@ -109,7 +109,7 @@
109
109
  },
110
110
  "devDependencies": {
111
111
  "@eslint/js": "^9.0.0",
112
- "@fullstackhouse/open-mercato-durable-work": "^0.1.1",
112
+ "@fullstackhouse/open-mercato-durable-work": "^0.1.3",
113
113
  "@mikro-orm/core": "^7.1.8",
114
114
  "@mikro-orm/migrations": "^7.1.8",
115
115
  "@mikro-orm/postgresql": "^7.1.8",