Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
triniwiz committed Aug 30, 2018
1 parent 3bd347e commit dede5af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/angular/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import { InjectionToken, ModuleWithProviders } from '@angular/core';
import { SocketIO } from '../socketio';
export interface IOOptions {
compress?: boolean;
debug?: boolean;
Expand All @@ -22,6 +23,7 @@ export interface IOOptions {
export declare type SocketIOOptions = Partial<IOOptions>;
export declare const SOCKETIO_URL: InjectionToken<string>;
export declare const SOCKETIO_OPTIONS: InjectionToken<Partial<IOOptions>>;
export declare function socketIOFactory(url: string, options: SocketIOOptions): SocketIO;
export declare class SocketIOModule {
static forRoot(url: string, options?: SocketIOOptions): ModuleWithProviders;
}
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nativescript-socketio",
"version": "3.1.3",
"version": "3.1.4",
"description": "Socket.IO for nativescript",
"main": "socketio",
"typings": "index.d.ts",
Expand Down

0 comments on commit dede5af

Please sign in to comment.