@wmfs/pg-delta-file 1.103.0 → 1.104.1

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.
@@ -1,6 +1,6 @@
1
- version: 2
1
+ version: 2.1
2
2
  jobs:
3
- unit test:
3
+ unit-test:
4
4
  docker:
5
5
  - image: cimg/node:lts
6
6
  auth:
@@ -77,10 +77,9 @@ jobs:
77
77
  name: release
78
78
  command: npx semantic-release
79
79
  workflows:
80
- version: 2
81
80
  test_and_release:
82
81
  jobs:
83
- - unit test:
82
+ - unit-test:
84
83
  context:
85
84
  - docker-hub-creds
86
85
  - build-env-vars
@@ -92,7 +91,7 @@ workflows:
92
91
  - docker-hub-creds
93
92
  - build-env-vars
94
93
  requires:
95
- - unit test
94
+ - unit-test
96
95
  - lint
97
96
  filters:
98
97
  branches:
package/CHANGELOG.md CHANGED
@@ -1,3 +1,12 @@
1
+ ## [1.104.1](https://github.com/wmfs/pg-delta-file/compare/v1.104.0...v1.104.1) (2026-08-13)
2
+
3
+ ## [1.104.0](https://github.com/wmfs/pg-delta-file/compare/v1.103.0...v1.104.0) (2025-07-10)
4
+
5
+ ### Build system dependencies :hammer:
6
+
7
+ * **deps-dev:** update dependency @wmfs/hl-pg-client to v1.45.0 ([#545](https://github.com/wmfs/pg-delta-file/issues/545)) ([2c9fa6d](https://github.com/wmfs/pg-delta-file/commit/2c9fa6d89e133a98afdda27c710d5e6b67f3a1ce))
8
+ * **deps:** update dependency luxon to v3.7.1 ([#546](https://github.com/wmfs/pg-delta-file/issues/546)) ([5cbb8d9](https://github.com/wmfs/pg-delta-file/commit/5cbb8d9381406978045fa6f1fb7cf0f6c81be9f5))
9
+
1
10
  ## [1.103.0](https://github.com/wmfs/pg-delta-file/compare/v1.102.0...v1.103.0) (2025-06-30)
2
11
 
3
12
  ### Build system dependencies :hammer:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wmfs/pg-delta-file",
3
- "version": "1.103.0",
3
+ "version": "1.104.1",
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": "3.6.1",
25
+ "luxon": "3.7.1",
26
26
  "make-dir": "3.1.0",
27
27
  "pg": "8.16.3",
28
28
  "pg-query-stream": "4.10.3"
@@ -30,17 +30,17 @@
30
30
  "devDependencies": {
31
31
  "chai": "4.5.0",
32
32
  "codecov": "3.8.3",
33
- "conventional-changelog-conventionalcommits": "9.0.0",
33
+ "conventional-changelog-conventionalcommits": "10.3.0",
34
34
  "cz-conventional-changelog": "3.3.0",
35
35
  "dirty-chai": "2.0.1",
36
- "mocha": "11.7.1",
37
- "nyc": "17.1.0",
38
- "semantic-release": "24.2.6",
36
+ "mocha": "11.8.0",
37
+ "nyc": "18.0.0",
38
+ "semantic-release": "25.0.9",
39
39
  "standard": "17.1.2",
40
- "@semantic-release/changelog": "6.0.3",
41
- "@semantic-release/release-notes-generator": "14.0.3",
42
- "@semantic-release/git": "10.0.1",
43
- "@wmfs/hl-pg-client": "1.44.0"
40
+ "@semantic-release/changelog": "7.0.0",
41
+ "@semantic-release/release-notes-generator": "14.1.1",
42
+ "@semantic-release/git": "11.0.1",
43
+ "@wmfs/hl-pg-client": "1.46.0"
44
44
  },
45
45
  "scripts": {
46
46
  "lint": "standard",