@wmfs/pg-delta-file 1.73.0 → 1.74.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 +17 -0
- package/package.json +7 -7
package/CHANGELOG.md
CHANGED
@@ -1,3 +1,20 @@
|
|
1
|
+
# [1.74.0](https://github.com/wmfs/pg-delta-file/compare/v1.73.0...v1.74.0) (2022-10-17)
|
2
|
+
|
3
|
+
|
4
|
+
### 🛠 Builds
|
5
|
+
|
6
|
+
* **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/hl-pg-client to v1.29.0 ([801d585](https://github.com/wmfs/pg-delta-file/commit/801d585386df9419821d07e0d4455ce5023712b1))
|
7
|
+
* **deps-dev:** update dependency chai to v4.3.5 ([e04e6f6](https://github.com/wmfs/pg-delta-file/commit/e04e6f6daa46230a72fc4a5823e744037e1a3773))
|
8
|
+
* **deps-dev:** update dependency chai to v4.3.6 ([f50e016](https://github.com/wmfs/pg-delta-file/commit/f50e01611fc161d796c936033465f97d1d5fb1d0))
|
9
|
+
* **deps-dev:** update dependency mocha to v10 ([7c216dc](https://github.com/wmfs/pg-delta-file/commit/7c216dc95f4a72ef307be505d4c89aa49e359e57))
|
10
|
+
* **deps-dev:** update dependency mocha to v10.1.0 ([f359720](https://github.com/wmfs/pg-delta-file/commit/f359720b06345fa68ba93f75eae677c6de7f45f8))
|
11
|
+
* **deps-dev:** update dependency mocha to v9.2.1 ([5fae497](https://github.com/wmfs/pg-delta-file/commit/5fae4975194027f412d8934e85421467de514990))
|
12
|
+
* **deps-dev:** update dependency mocha to v9.2.2 ([49ac322](https://github.com/wmfs/pg-delta-file/commit/49ac322c98fed401820d0675874e054484140717))
|
13
|
+
* **deps-dev:** update dependency semantic-release to v19.0.3 ([c2e4c5c](https://github.com/wmfs/pg-delta-file/commit/c2e4c5c83da134a7b01a1a1bb50ddc73d0622e83))
|
14
|
+
* **deps-dev:** update dependency semantic-release to v19.0.5 ([4156980](https://github.com/wmfs/pg-delta-file/commit/41569809f97e8dd7528048887cb63308d0f758ca))
|
15
|
+
* **deps-dev:** update dependency standard to v17 ([b445d32](https://github.com/wmfs/pg-delta-file/commit/b445d32828cc167f0c1c8d1f69db02c580b081c9))
|
16
|
+
* **deps:** update dependency pg to v8.8.0 ([8190356](https://github.com/wmfs/pg-delta-file/commit/8190356cb838a81a0a1cbda9d95820aaad39d452))
|
17
|
+
|
1
18
|
# [1.73.0](https://github.com/wmfs/pg-delta-file/compare/v1.72.0...v1.73.0) (2022-01-25)
|
2
19
|
|
3
20
|
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@wmfs/pg-delta-file",
|
3
|
-
"version": "1.
|
3
|
+
"version": "1.74.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,22 +24,22 @@
|
|
24
24
|
"lodash": "4.17.21",
|
25
25
|
"luxon": "2.3.0",
|
26
26
|
"make-dir": "3.1.0",
|
27
|
-
"pg": "8.
|
27
|
+
"pg": "8.8.0",
|
28
28
|
"pg-query-stream": "4.0.0"
|
29
29
|
},
|
30
30
|
"devDependencies": {
|
31
|
-
"chai": "4.3.
|
31
|
+
"chai": "4.3.6",
|
32
32
|
"codecov": "3.8.3",
|
33
33
|
"conventional-changelog-metahub": "4.0.1",
|
34
34
|
"cz-conventional-changelog": "3.3.0",
|
35
35
|
"dirty-chai": "2.0.1",
|
36
|
-
"mocha": "
|
36
|
+
"mocha": "10.1.0",
|
37
37
|
"nyc": "15.1.0",
|
38
|
-
"semantic-release": "19.0.
|
39
|
-
"standard": "
|
38
|
+
"semantic-release": "19.0.5",
|
39
|
+
"standard": "17.0.0",
|
40
40
|
"@semantic-release/changelog": "6.0.1",
|
41
41
|
"@semantic-release/git": "10.0.1",
|
42
|
-
"@wmfs/hl-pg-client": "1.
|
42
|
+
"@wmfs/hl-pg-client": "1.29.0"
|
43
43
|
},
|
44
44
|
"scripts": {
|
45
45
|
"lint": "standard",
|