New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@wmfs/pg-delta-file

Package Overview
Dependencies
Maintainers
0
Versions
96
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wmfs/pg-delta-file - npm Package Compare versions

Comparing version

to
1.83.0

51

.releaserc.json

@@ -15,3 +15,52 @@ {

"generateNotes": {
"preset": "angular"
"preset": "conventionalcommits",
"presetConfig": {
"types": [
{
"breaking": true,
"type": "feat!",
"section": "BREAKING"
},
{
"type": "feat",
"section": "New Feature(s) :rocket:"
},
{
"type": "fix",
"section": "Bug Fix(es) :bug:"
},
{
"type": "docs",
"section": "Documentation Changes :memo:"
},
{
"type": "refactor",
"section": "Code Refactor :recycle:"
},
{
"type": "test",
"section": "Tests :alembic:"
},
{
"type": "perf",
"section": "Performance Improvement(s) :zap:"
},
{
"type": "build",
"section": "Build system dependencies :hammer:"
},
{
"type": "chore",
"section": "Chores :pencil2:"
},
{
"type": "ci",
"section": "CICD Configuration Changes :construction_worker:"
},
{
"type": "style",
"section": "Code Styling :art:"
}
]
}
},

@@ -18,0 +67,0 @@ "prepare": [

@@ -0,1 +1,15 @@

## [1.83.0](https://github.com/wmfs/pg-delta-file/compare/v1.82.0...v1.83.0) (2025-02-12)
### Build system dependencies :hammer:
* **deps-dev:** [sc-29160] Resolve issue with semantic-release changelog notes ([#498](https://github.com/wmfs/pg-delta-file/issues/498)) ([39a5d76](https://github.com/wmfs/pg-delta-file/commit/39a5d76a71ee0a38d6095e215536bcd0576400f7))
* **deps-dev:** update dependency @wmfs/hl-pg-client to v1.32.0 ([#493](https://github.com/wmfs/pg-delta-file/issues/493)) ([0d7e4dd](https://github.com/wmfs/pg-delta-file/commit/0d7e4ddf3da4271c3a14fdfa95dff71732f4186d))
* **deps-dev:** update dependency @wmfs/hl-pg-client to v1.33.0 ([#494](https://github.com/wmfs/pg-delta-file/issues/494)) ([6c306f6](https://github.com/wmfs/pg-delta-file/commit/6c306f6380377e78a27d5cdb844660fe3064329c))
* **deps-dev:** update dependency @wmfs/hl-pg-client to v1.34.0 ([#496](https://github.com/wmfs/pg-delta-file/issues/496)) ([bfbd819](https://github.com/wmfs/pg-delta-file/commit/bfbd81973202a0ecd5389db148cbb1dcd3e70308))
* **deps-dev:** update dependency mocha to v11 ([#495](https://github.com/wmfs/pg-delta-file/issues/495)) ([377d21a](https://github.com/wmfs/pg-delta-file/commit/377d21a71d436793d4fd62c21e4186196bdfd0ac))
* **deps-dev:** update dependency mocha to v11.1.0 ([#499](https://github.com/wmfs/pg-delta-file/issues/499)) ([bff13af](https://github.com/wmfs/pg-delta-file/commit/bff13af1c07e21fbeface3c53a2fa3f64c9090b4))
* **deps-dev:** update dependency semantic-release to v24.2.1 ([#497](https://github.com/wmfs/pg-delta-file/issues/497)) ([a34c961](https://github.com/wmfs/pg-delta-file/commit/a34c961027a273cbdcfdae275009a2c3dabe678a))
* **deps-dev:** update dependency semantic-release to v24.2.2 ([#500](https://github.com/wmfs/pg-delta-file/issues/500)) ([b662738](https://github.com/wmfs/pg-delta-file/commit/b662738d991f11f4f44be941a83cb7da0bfd3ea2))
* **deps:** update dependency pg-query-stream to v4.7.2 ([#502](https://github.com/wmfs/pg-delta-file/issues/502)) ([00dbcb0](https://github.com/wmfs/pg-delta-file/commit/00dbcb017845a7734ef6f42590b1c536af872275))
# [1.82.0](https://github.com/wmfs/pg-delta-file/compare/v1.81.0...v1.82.0) (2024-11-04)

@@ -2,0 +16,0 @@

13

package.json
{
"name": "@wmfs/pg-delta-file",
"version": "1.82.0",
"version": "1.83.0",
"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.",

@@ -28,3 +28,3 @@ "author": "West Midlands Fire Service",

"pg": "8.13.1",
"pg-query-stream": "4.7.1"
"pg-query-stream": "4.7.2"
},

@@ -34,12 +34,13 @@ "devDependencies": {

"codecov": "3.8.3",
"conventional-changelog-metahub": "4.0.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"cz-conventional-changelog": "3.3.0",
"dirty-chai": "2.0.1",
"mocha": "10.8.2",
"mocha": "11.1.0",
"nyc": "17.1.0",
"semantic-release": "24.2.0",
"semantic-release": "24.2.2",
"standard": "17.1.2",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/release-notes-generator": "14.0.3",
"@semantic-release/git": "10.0.1",
"@wmfs/hl-pg-client": "1.31.0"
"@wmfs/hl-pg-client": "1.34.0"
},

@@ -46,0 +47,0 @@ "scripts": {