@aspnet/signalr
Advanced tools
Comparing version 1.1.0 to 1.1.2
@@ -7,3 +7,3 @@ "use strict"; | ||
/** The version of the SignalR client. */ | ||
exports.VERSION = "1.1.0"; | ||
exports.VERSION = "1.1.2"; | ||
var Errors_1 = require("./Errors"); | ||
@@ -10,0 +10,0 @@ exports.AbortError = Errors_1.AbortError; |
@@ -0,1 +1,2 @@ | ||
/// <reference types="node" /> | ||
import { ILogger } from "./ILogger"; | ||
@@ -126,6 +127,6 @@ import { TransferFormat } from "./ITransport"; | ||
* | ||
* @param {string | ArrayBuffer} input A string, or ArrayBuffer containing the serialized representation. | ||
* @param {string | ArrayBuffer | Buffer} input A string, ArrayBuffer, or Buffer containing the serialized representation. | ||
* @param {ILogger} logger A logger that will be used to log messages that occur during parsing. | ||
*/ | ||
parseMessages(input: string | ArrayBuffer, logger: ILogger): HubMessage[]; | ||
parseMessages(input: string | ArrayBuffer | Buffer, logger: ILogger): HubMessage[]; | ||
/** Writes the specified {@link @aspnet/signalr.HubMessage} to a string or ArrayBuffer and returns it. | ||
@@ -132,0 +133,0 @@ * |
@@ -5,3 +5,3 @@ // Copyright (c) .NET Foundation. All rights reserved. | ||
/** The version of the SignalR client. */ | ||
export var VERSION = "1.1.0"; | ||
export var VERSION = "1.1.2"; | ||
export { AbortError, HttpError, TimeoutError } from "./Errors"; | ||
@@ -8,0 +8,0 @@ export { HttpClient, HttpResponse } from "./HttpClient"; |
{ | ||
"name": "@aspnet/signalr", | ||
"version": "1.1.0", | ||
"version": "1.1.2", | ||
"description": "ASP.NET Core SignalR Client", | ||
@@ -5,0 +5,0 @@ "main": "./dist/cjs/index.js", |
@@ -153,6 +153,6 @@ // Copyright (c) .NET Foundation. All rights reserved. | ||
* | ||
* @param {string | ArrayBuffer} input A string, or ArrayBuffer containing the serialized representation. | ||
* @param {string | ArrayBuffer | Buffer} input A string, ArrayBuffer, or Buffer containing the serialized representation. | ||
* @param {ILogger} logger A logger that will be used to log messages that occur during parsing. | ||
*/ | ||
parseMessages(input: string | ArrayBuffer, logger: ILogger): HubMessage[]; | ||
parseMessages(input: string | ArrayBuffer | Buffer, logger: ILogger): HubMessage[]; | ||
@@ -159,0 +159,0 @@ /** Writes the specified {@link @aspnet/signalr.HubMessage} to a string or ArrayBuffer and returns it. |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
1372164
12602