http-request-manager 18.7.3 → 18.7.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "http-request-manager",
|
|
3
|
-
"version": "18.7.
|
|
3
|
+
"version": "18.7.5",
|
|
4
4
|
"homepage": "https://wavecoders.ca",
|
|
5
5
|
"author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
|
|
6
6
|
"description": "This is an Angular Module containing Components/Services using Material",
|
|
@@ -458,7 +458,7 @@ declare class HTTPManagerStateService<T extends {
|
|
|
458
458
|
/**
|
|
459
459
|
* Send a message to channel(s)
|
|
460
460
|
* @param message - The message content
|
|
461
|
-
* @param channels - Optional array of channel names (
|
|
461
|
+
* @param channels - Optional array of channel names (passed as-is, caller should include prefix)
|
|
462
462
|
* Use 'allChannels' to broadcast to all
|
|
463
463
|
*/
|
|
464
464
|
wsMessaging(message: ChannelMessage, channels?: string[]): void;
|
|
Binary file
|