@wmfs/supercopy
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@wmfs/supercopy", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Takes a specifically-named directory structure of CSV files and conjures bulk insert, update and delete statements and applies them to a PostgreSQL database.", | ||
@@ -37,3 +37,3 @@ "author": "West Midlands Fire Service", | ||
"chai": "4.1.2", | ||
"codecov": "3.0.2", | ||
"codecov": "3.0.3", | ||
"cz-conventional-changelog": "2.1.0", | ||
@@ -44,3 +44,3 @@ "mocha": "5.2.0", | ||
"standard": "11.0.1", | ||
"@wmfs/hl-pg-client": "1.1.0" | ||
"@wmfs/hl-pg-client": "1.1.2" | ||
}, | ||
@@ -55,3 +55,3 @@ "scripts": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
"path": "cz-conventional-changelog" | ||
} | ||
@@ -61,3 +61,20 @@ }, | ||
"access": "public" | ||
}, | ||
"release": { | ||
"analyzeCommits": { | ||
"preset": "angular", | ||
"releaseRules": [ | ||
{ | ||
"type": "build", | ||
"scope": "deps", | ||
"release": "minor" | ||
}, | ||
{ | ||
"type": "build", | ||
"scope": "deps-dev", | ||
"release": "patch" | ||
} | ||
] | ||
} | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33534
32