sql-ddl-sync
Advanced tools
Comparing version 0.3.15 to 0.3.16
@@ -0,1 +1,7 @@ | ||
### v0.3.16 - 2019-11-04 | ||
- Update lodash & relax version dependency ([#30](../../issues/30)) | ||
### v0.3.15 - 2019-07-13 | ||
- Update lodash | ||
### v0.3.14 - 2018-06-21 | ||
@@ -2,0 +8,0 @@ - Update dependencies |
@@ -13,3 +13,3 @@ { | ||
], | ||
"version": "0.3.15", | ||
"version": "0.3.16", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "repository": "http://github.com/dresende/node-sql-ddl-sync.git", | ||
"dependencies": { | ||
"lodash": "4.17.11" | ||
"lodash": "~4.17.15" | ||
}, | ||
@@ -33,4 +33,4 @@ "devDependencies": { | ||
"commander": "2.15.1", | ||
"orm": "5.0.0" | ||
"orm": "5.0.4" | ||
} | ||
} |
@@ -25,3 +25,3 @@ var should = require("should"); | ||
should.exist(dialect); | ||
console.log(dialect); | ||
//console.log(dialect); | ||
}); | ||
@@ -28,0 +28,0 @@ }); |
70100
+ Addedlodash@4.17.21(transitive)
- Removedlodash@4.17.11(transitive)
Updatedlodash@~4.17.15