@unicsmcr/unics_social_api_client
Advanced tools
Comparing version 0.1.4 to 0.1.5
/// <reference types="node" /> | ||
import { APIClient } from '.'; | ||
import { EventEmitter } from 'events'; | ||
import { QueueOptions } from './types/gateway'; | ||
import { GatewayPacket, QueueOptions } from './types/gateway'; | ||
export declare class GatewayClient extends EventEmitter { | ||
@@ -19,3 +19,3 @@ private ws; | ||
private connect; | ||
private send; | ||
send<T extends GatewayPacket>(packet: T): Promise<unknown>; | ||
private onMessage; | ||
@@ -22,0 +22,0 @@ private onClose; |
{ | ||
"name": "@unicsmcr/unics_social_api_client", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "networking for CS students at the University of Manchester", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
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
32307