airbits-notif-utils
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -5,3 +5,3 @@ let MongoRepository = require("airbits-data").MongoRepository; | ||
exports.NotificationManager = (restheartUser, restheartPass, restheartUrl, dbName, fsmkey, fsmApiUrl)=>{ | ||
exports.NotificationManager = function(restheartUser, restheartPass, restheartUrl, dbName, fsmkey, fsmApiUrl){ | ||
const userRepo = new MongoRepository(restheartUser, restheartPass, restheartUrl, dbName, "users"); | ||
@@ -8,0 +8,0 @@ const firebaseKey = fsmkey; |
{ | ||
"name": "airbits-notif-utils", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "notification utilities for xens app", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
3234