@evo/chat-core
Advanced tools
Comparing version 0.1.1 to 0.1.2
@@ -14,4 +14,2 @@ 'use strict'; | ||
var _class, _temp; | ||
var _swindon = require('swindon'); | ||
@@ -37,3 +35,3 @@ | ||
var Besida = exports.Besida = (_temp = _class = function () { | ||
var Besida = exports.Besida = function () { | ||
function Besida(swindonObj, userRole) { | ||
@@ -500,2 +498,4 @@ var debug = arguments.length > 2 && arguments[2] !== undefined ? arguments[2] : false; | ||
return Besida; | ||
}(), _class.instance = null, _temp); | ||
}(); | ||
Besida.instance = null; |
@@ -154,3 +154,5 @@ 'use strict'; | ||
var onlineRegistry = (0, _find3.default)(registryBucket, { status: c.REGISTRY_STATUS_ACTIVE }); | ||
var onlineRegistry = (0, _find3.default)(registryBucket, { | ||
status: c.REGISTRY_STATUS_ACTIVE | ||
}); | ||
if (onlineRegistry) { | ||
@@ -157,0 +159,0 @@ mutatedChat = mutatedChat.merge(_immutable2.default.fromJS(onlineRegistry)); |
{ | ||
"name": "@evo/chat-core", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "core Besida module with base functional set for chat", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -1,2 +0,1 @@ | ||
# @evo/chat-core | ||
Evo package, that controls all data mutations that are common for chat (message send, history, read counters etc), | ||
@@ -3,0 +2,0 @@ provides simple api and bunch of utils. It based on [swindonJS](https://www.npmjs.com/package/swindon) library, |
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
724
39700
41