@bot-whatsapp/database-json
Advanced tools
Comparing version 0.1.3-alpha.21 to 0.1.3-alpha.22
import { HistoryEntry, JsonFileAdapterOptions } from './types'; | ||
declare class JsonFileDB { | ||
private pathFile; | ||
private listHistory; | ||
listHistory: HistoryEntry[]; | ||
private options; | ||
@@ -6,0 +6,0 @@ constructor(options?: JsonFileAdapterOptions); |
{ | ||
"name": "@bot-whatsapp/database-json", | ||
"version": "0.1.3-alpha.21", | ||
"version": "0.1.3-alpha.22", | ||
"description": "Esto es el conector a json", | ||
@@ -43,3 +43,3 @@ "keywords": [], | ||
}, | ||
"gitHead": "b3ab4e868d72c0dc69f36999f87bc9e1f7816c78" | ||
"gitHead": "2b8b6d8cbc7d8732a8dc73f1abb5e0bddb150bca" | ||
} |
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
6443