file-system-database
Advanced tools
Comparing version 0.1.6 to 0.1.7
@@ -16,5 +16,5 @@ import { Collection } from "./collection/Collection"; | ||
collection(name: string): Collection; | ||
protected shutdown(): void; | ||
shutdown(): void; | ||
addView(collection: string, name: string, fields: string[], search?: SearchItem[], sort?: SortOrderItem[]): ObjectView; | ||
getView(name: string): ObjectView | null; | ||
} |
@@ -31,5 +31,2 @@ "use strict"; | ||
this.isInitialised = true; | ||
process.on('SIGINT', () => { | ||
this.shutdown(); | ||
}); | ||
} | ||
@@ -36,0 +33,0 @@ return this; |
{ | ||
"name": "file-system-database", | ||
"version": "0.1.6", | ||
"version": "0.1.7", | ||
"description": "A simple socket framework for persistent JSON objects using the file system", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
196509
3041