@wmfs/pg-delta-file 1.76.0 β†’ 1.78.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.
@@ -10,7 +10,7 @@ jobs:
10
10
  TZ: "Europe/London"
11
11
  PG_CONNECTION_STRING: postgres://postgres:postgres@localhost:5432/circle_test
12
12
  TIMEOUT: 15000
13
- - image: cimg/postgres:13.4-postgis
13
+ - image: cimg/postgres:15.1-postgis
14
14
  environment:
15
15
  POSTGRES_USER: postgres
16
16
  POSTGRES_HOST_AUTH_METHOD: trust
package/CHANGELOG.md CHANGED
@@ -1,3 +1,34 @@
1
+ # [1.78.0](https://github.com/wmfs/pg-delta-file/compare/v1.77.0...v1.78.0) (2023-03-13)
2
+
3
+
4
+ ### πŸ›  Builds
5
+
6
+ * **deps-dev:** update dependency semantic-release to v20.1.1 ([896e36b](https://github.com/wmfs/pg-delta-file/commit/896e36b6a84e8fdae037016588f32d75ddc14236))
7
+ * **deps:** update dependency luxon to v3.3.0 ([c596236](https://github.com/wmfs/pg-delta-file/commit/c596236905b2d3f7848547051c94fec4350d48f9))
8
+
9
+ # [1.77.0](https://github.com/wmfs/pg-delta-file/compare/v1.76.0...v1.77.0) (2023-02-17)
10
+
11
+
12
+ ### πŸ›  Builds
13
+
14
+ * **deps-dev:** update dependency [@semantic-release](https://github.com/semantic-release)/changelog to v6.0.2 ([68b7009](https://github.com/wmfs/pg-delta-file/commit/68b7009efa50209281a6ee142b5160114fd7d52b))
15
+ * **deps-dev:** update dependency [@wmfs](https://github.com/wmfs)/hl-pg-client to v1.31.0 ([b09a993](https://github.com/wmfs/pg-delta-file/commit/b09a9939e35afae5856e7f6778efc48b3ad33d3b))
16
+ * **deps-dev:** update dependency chai to v4.3.7 ([7bb9dc4](https://github.com/wmfs/pg-delta-file/commit/7bb9dc48636cf1fde27fb7aa11d2864694e8e48d))
17
+ * **deps-dev:** update dependency mocha to v10.2.0 ([6a18630](https://github.com/wmfs/pg-delta-file/commit/6a18630a93cecc973936062436bb030b84e07477))
18
+ * **deps-dev:** update dependency semantic-release to v20 ([74616b9](https://github.com/wmfs/pg-delta-file/commit/74616b9af4c75020eb29d36dfd372fde1bf2973b))
19
+ * **deps-dev:** update dependency semantic-release to v20.0.1 ([c4af097](https://github.com/wmfs/pg-delta-file/commit/c4af097fa4e3a433800f6eab1a0189aa2d4d3a30))
20
+ * **deps-dev:** update dependency semantic-release to v20.0.2 ([2ea7ab4](https://github.com/wmfs/pg-delta-file/commit/2ea7ab40e24124b73f5dd05cf8f7c3faf32dfaf4))
21
+ * **deps-dev:** update dependency semantic-release to v20.0.3 ([85d5da0](https://github.com/wmfs/pg-delta-file/commit/85d5da0882653607c9ffe02f52e232e1a4d05ccf))
22
+ * **deps-dev:** update dependency semantic-release to v20.0.4 ([155f9c6](https://github.com/wmfs/pg-delta-file/commit/155f9c6c18ec5b0bf8e512fea8a79620a0d7e797))
23
+ * **deps-dev:** update dependency semantic-release to v20.1.0 ([01392de](https://github.com/wmfs/pg-delta-file/commit/01392dee1317faa0f7f55b0c88fd68dc03d800a0))
24
+ * **deps:** update dependency luxon to v3.2.1 [security] ([137aa9a](https://github.com/wmfs/pg-delta-file/commit/137aa9ab9553e994ff6038de8f6dd39c5e1681a8))
25
+
26
+
27
+ ### βš™οΈ Continuous Integrations
28
+
29
+ * **circle:** CircleCI update PostgreSQL image to 15 0 [sc-18659] ([83c6eb0](https://github.com/wmfs/pg-delta-file/commit/83c6eb0a69aff4f008816a7a087bf946ca912b6b))
30
+ * **circle:** update postgres to 15.1-postgis ([149d20b](https://github.com/wmfs/pg-delta-file/commit/149d20b11ee2d0aaa246413a0704b5ca737eebfb))
31
+
1
32
  # [1.76.0](https://github.com/wmfs/pg-delta-file/compare/v1.75.0...v1.76.0) (2022-11-02)
2
33
 
3
34
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wmfs/pg-delta-file",
3
- "version": "1.76.0",
3
+ "version": "1.78.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,24 +22,24 @@
22
22
  "main": "./lib/index.js",
23
23
  "dependencies": {
24
24
  "lodash": "4.17.21",
25
- "luxon": "3.1.0",
25
+ "luxon": "3.3.0",
26
26
  "make-dir": "3.1.0",
27
27
  "pg": "8.8.0",
28
28
  "pg-query-stream": "4.2.4"
29
29
  },
30
30
  "devDependencies": {
31
- "chai": "4.3.6",
31
+ "chai": "4.3.7",
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": "10.1.0",
36
+ "mocha": "10.2.0",
37
37
  "nyc": "15.1.0",
38
- "semantic-release": "19.0.5",
38
+ "semantic-release": "20.1.1",
39
39
  "standard": "17.0.0",
40
- "@semantic-release/changelog": "6.0.1",
40
+ "@semantic-release/changelog": "6.0.2",
41
41
  "@semantic-release/git": "10.0.1",
42
- "@wmfs/hl-pg-client": "1.30.0"
42
+ "@wmfs/hl-pg-client": "1.31.0"
43
43
  },
44
44
  "scripts": {
45
45
  "lint": "standard",