@evo/chat-core
Advanced tools
Comparing version 0.0.14 to 0.0.15
'use strict'; | ||
Object.defineProperty(exports, "__esModule", { | ||
value: true | ||
value: true | ||
}); | ||
@@ -11,6 +11,6 @@ exports.chatConst = exports.getRoomData = exports.getAllChats = exports.Besida = undefined; | ||
Object.defineProperty(exports, 'Besida', { | ||
enumerable: true, | ||
get: function get() { | ||
return _besida.Besida; | ||
} | ||
enumerable: true, | ||
get: function get() { | ||
return _besida.Besida; | ||
} | ||
}); | ||
@@ -21,12 +21,12 @@ | ||
Object.defineProperty(exports, 'getAllChats', { | ||
enumerable: true, | ||
get: function get() { | ||
return _utils.getAllChats; | ||
} | ||
enumerable: true, | ||
get: function get() { | ||
return _utils.getAllChats; | ||
} | ||
}); | ||
Object.defineProperty(exports, 'getRoomData', { | ||
enumerable: true, | ||
get: function get() { | ||
return _utils.getRoomData; | ||
} | ||
enumerable: true, | ||
get: function get() { | ||
return _utils.getRoomData; | ||
} | ||
}); | ||
@@ -41,2 +41,7 @@ | ||
exports.chatConst = chatConst; | ||
exports.default = Besida; | ||
exports.default = { | ||
Besida: Besida, | ||
chatConst: chatConst, | ||
getAllChats: getAllChats, | ||
getRoomData: getRoomData | ||
}; |
{ | ||
"name": "@evo/chat-core", | ||
"version": "0.0.14", | ||
"version": "0.0.15", | ||
"description": "core Besida module with base functional set for chat", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
32954
604