@wmfs/pg-delta-file 1.75.0 → 1.76.0

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 (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ # [1.76.0](https://github.com/wmfs/pg-delta-file/compare/v1.75.0...v1.76.0) (2022-11-02)
2
+
3
+
4
+ ### 🛠 Builds
5
+
6
+ * **deps:** update dependency luxon to v3 ([00db304](https://github.com/wmfs/pg-delta-file/commit/00db304bc472cec3a656f0137f7a8b45ee21e23a))
7
+
1
8
  # [1.75.0](https://github.com/wmfs/pg-delta-file/compare/v1.74.0...v1.75.0) (2022-11-01)
2
9
 
3
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wmfs/pg-delta-file",
3
- "version": "1.75.0",
3
+ "version": "1.76.0",
4
4
  "description": "Outputs change-only-update CSV files (or “delta” files) that contain all the necessary actions required to re-synchronize rows in a cloned table.",
5
5
  "author": "West Midlands Fire Service",
6
6
  "homepage": "https://github.com/wmfs/pg-delta-file#readme",
@@ -22,7 +22,7 @@
22
22
  "main": "./lib/index.js",
23
23
  "dependencies": {
24
24
  "lodash": "4.17.21",
25
- "luxon": "2.3.0",
25
+ "luxon": "3.1.0",
26
26
  "make-dir": "3.1.0",
27
27
  "pg": "8.8.0",
28
28
  "pg-query-stream": "4.2.4"