Compare commits

..

2 Commits

Author SHA1 Message Date
5c78f83a28 3.1.8 2019-01-08 13:52:09 +01:00
124f117352 fix(core): update 2019-01-08 13:52:08 +01:00
3 changed files with 5 additions and 5 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartdata",
"version": "3.1.7",
"version": "3.1.8",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "@pushrocks/smartdata",
"version": "3.1.7",
"version": "3.1.8",
"private": false,
"description": "do more with data",
"main": "dist/index.js",

View File

@ -1,5 +1,5 @@
export interface IMongoDescriptor {
connectionUrl: string;
password: string;
database: string;
mongoDbName: string;
mongoDbUrl: string;
mongoDbPass: string;
}