senter-mongo-repository
Advanced tools
Comparing version 1.3.0 to 1.3.1
@@ -327,2 +327,3 @@ const MongoClient = require('mongodb').MongoClient; | ||
static get SettingsCollectionName() { return 'settings'; } | ||
static get ChatCollectionName() { return 'chat'; } | ||
@@ -329,0 +330,0 @@ get _collection() { |
{ | ||
"name": "senter-mongo-repository", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "Contain methods to work with mongo db", | ||
@@ -5,0 +5,0 @@ "main": "mongoReposotory.js", |
@@ -0,0 +0,0 @@ const MongoRepository = require("../mongoReposotory"); |
33161
895