@wmfs/pg-diff-sync
Advanced tools
Comparing version 1.11.1 to 1.12.0
@@ -0,1 +1,17 @@ | ||
# [1.12.0](https://github.com/wmfs/pg-diff-sync/compare/v1.11.1...v1.12.0) (2018-12-21) | ||
### 🛠 Builds | ||
* **deps:** update boom requirement from 7.2.2 to 7.3.0 ([5c92a91](https://github.com/wmfs/pg-diff-sync/commit/5c92a91)) | ||
* **deps-dev:** update [@semantic-release](https://github.com/semantic-release)/git requirement ([204c58d](https://github.com/wmfs/pg-diff-sync/commit/204c58d)) | ||
* **deps-dev:** update semantic-release requirement ([d9a931a](https://github.com/wmfs/pg-diff-sync/commit/d9a931a)) | ||
### ⚙️ Continuous Integrations | ||
* **travis:** remove postgres config ([7ce76cd](https://github.com/wmfs/pg-diff-sync/commit/7ce76cd)) | ||
* **travis:** run only on master ([be16c4a](https://github.com/wmfs/pg-diff-sync/commit/be16c4a)) | ||
* **travis:** use node lts ([1c36675](https://github.com/wmfs/pg-diff-sync/commit/1c36675)) | ||
## [1.11.1](https://github.com/wmfs/pg-diff-sync/compare/v1.11.0...v1.11.1) (2018-12-18) | ||
@@ -2,0 +18,0 @@ |
{ | ||
"name": "@wmfs/pg-diff-sync", | ||
"version": "1.11.1", | ||
"version": "1.12.0", | ||
"description": "Takes two objects that describe the structure of a database and produces the PostgreSQL statements required to get from one to the other.", | ||
@@ -23,3 +23,3 @@ "author": "West Midlands Fire Service", | ||
"dependencies": { | ||
"boom": "7.2.2", | ||
"boom": "7.3.0", | ||
"debug": "4.1.0", | ||
@@ -37,6 +37,6 @@ "dottie": "2.0.1", | ||
"nyc": "13.1.0", | ||
"semantic-release": "15.12.2", | ||
"semantic-release": "15.13.1", | ||
"standard": "12.0.1", | ||
"@semantic-release/changelog": "3.0.1", | ||
"@semantic-release/git": "7.0.5" | ||
"@semantic-release/git": "7.0.6" | ||
}, | ||
@@ -43,0 +43,0 @@ "scripts": { |
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
88028
45
+ Addedboom@7.3.0(transitive)
- Removedboom@7.2.2(transitive)
Updatedboom@7.3.0