file-system-database
Advanced tools
Comparing version 0.0.11 to 0.0.12
@@ -218,3 +218,3 @@ "use strict"; | ||
// check versions | ||
if ((this.version.version !== collectionVersion) && (this.content.version !== collectionVersion)) { | ||
if ((this.version.version !== collectionVersion) || (this.content.version !== collectionVersion)) { | ||
logger(`Index ${this.config.name} has version ${this.version.version} which does not match collection ${this.config.collection} version ${collectionVersion} - rebuilding`); | ||
@@ -221,0 +221,0 @@ this.version.version = collectionVersion; |
{ | ||
"name": "file-system-database", | ||
"version": "0.0.11", | ||
"version": "0.0.12", | ||
"description": "A simple socket framework for persistent JSON objects using the file system", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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