@wmfs/pg-delta-file 1.84.0 → 1.85.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.
- package/CHANGELOG.md +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,10 @@
|
|
1
|
+
## [1.85.0](https://github.com/wmfs/pg-delta-file/compare/v1.84.0...v1.85.0) (2025-02-14)
|
2
|
+
|
3
|
+
### Build system dependencies :hammer:
|
4
|
+
|
5
|
+
* **deps-dev:** update dependency @wmfs/hl-pg-client to v1.35.0 ([#503](https://github.com/wmfs/pg-delta-file/issues/503)) ([2eca0aa](https://github.com/wmfs/pg-delta-file/commit/2eca0aa41cf122fdbe7c59d4032489d8e67962ed))
|
6
|
+
* **deps:** update dependency pg to v8.13.3 ([#504](https://github.com/wmfs/pg-delta-file/issues/504)) ([ef0b315](https://github.com/wmfs/pg-delta-file/commit/ef0b3150764d0dbb8f3fa6d167a40e4556c41c15))
|
7
|
+
|
1
8
|
## [1.84.0](https://github.com/wmfs/pg-delta-file/compare/v1.83.0...v1.84.0) (2025-02-12)
|
2
9
|
|
3
10
|
### Build system dependencies :hammer:
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wmfs/pg-delta-file",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.85.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",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
"lodash": "4.17.21",
|
25
25
|
"luxon": "3.5.0",
|
26
26
|
"make-dir": "3.1.0",
|
27
|
-
"pg": "8.13.
|
27
|
+
"pg": "8.13.3",
|
28
28
|
"pg-query-stream": "4.7.2"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
@@ -40,7 +40,7 @@
|
|
40
40
|
"@semantic-release/changelog": "6.0.3",
|
41
41
|
"@semantic-release/release-notes-generator": "14.0.3",
|
42
42
|
"@semantic-release/git": "10.0.1",
|
43
|
-
"@wmfs/hl-pg-client": "1.
|
43
|
+
"@wmfs/hl-pg-client": "1.35.0"
|
44
44
|
},
|
45
45
|
"scripts": {
|
46
46
|
"lint": "standard",
|