slite-change
Advanced tools
Comparing version 1.1.0 to 1.1.1
{ | ||
"name": "slite-change", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "A simple change management system for SQLite3 written in pure JavaScript/TypeScript.", | ||
@@ -5,0 +5,0 @@ "main": "dist/slite-change.js", |
@@ -70,7 +70,6 @@ # slite-change | ||
console.log('Connected to database'); | ||
SliteChange(this.Sql, './src/resources/db-changes/', (ReturnMsg) => { | ||
new SliteChange(this.Sql, './src/resources/db-changes/', (ReturnMsg) => { | ||
if(ReturnMsg != '') { | ||
console.log('Error: {}', ReturnMsg); | ||
} | ||
assert(ReturnMsg == ''); | ||
} | ||
}); | ||
@@ -77,0 +76,0 @@ } |
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
41473
177