mediasoup-client
Advanced tools
Comparing version 3.6.94 to 3.6.95
@@ -11,3 +11,3 @@ import debug from 'debug'; | ||
*/ | ||
export declare const version = "3.6.94"; | ||
export declare const version = "3.6.95"; | ||
/** | ||
@@ -14,0 +14,0 @@ * Expose Device class and detectDevice() helper. |
@@ -40,3 +40,3 @@ "use strict"; | ||
*/ | ||
exports.version = '3.6.94'; | ||
exports.version = '3.6.95'; | ||
/** | ||
@@ -43,0 +43,0 @@ * Expose parseScalabilityMode() function. |
@@ -1,10 +0,10 @@ | ||
export type * from './Device'; | ||
export type * from './Transport'; | ||
export type * from './Producer'; | ||
export type * from './Consumer'; | ||
export type * from './DataProducer'; | ||
export type * from './DataConsumer'; | ||
export type * from './RtpParameters'; | ||
export type * from './SctpParameters'; | ||
export type * from './handlers/HandlerInterface'; | ||
export * from './Device'; | ||
export * from './Transport'; | ||
export * from './Producer'; | ||
export * from './Consumer'; | ||
export * from './DataProducer'; | ||
export * from './DataConsumer'; | ||
export * from './RtpParameters'; | ||
export * from './SctpParameters'; | ||
export * from './handlers/HandlerInterface'; | ||
export * from './errors'; | ||
@@ -11,0 +11,0 @@ export type { ScalabilityMode } from './scalabilityModes'; |
@@ -17,3 +17,12 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__exportStar(require("./Device"), exports); | ||
__exportStar(require("./Transport"), exports); | ||
__exportStar(require("./Producer"), exports); | ||
__exportStar(require("./Consumer"), exports); | ||
__exportStar(require("./DataProducer"), exports); | ||
__exportStar(require("./DataConsumer"), exports); | ||
__exportStar(require("./RtpParameters"), exports); | ||
__exportStar(require("./SctpParameters"), exports); | ||
__exportStar(require("./handlers/HandlerInterface"), exports); | ||
// We cannot export only the type of error classes because those are useless. | ||
__exportStar(require("./errors"), exports); |
{ | ||
"name": "mediasoup-client", | ||
"version": "3.6.94", | ||
"version": "3.6.95", | ||
"description": "mediasoup client side JavaScript library", | ||
@@ -5,0 +5,0 @@ "contributors": [ |
Sorry, the diff of this file is not supported yet
750147
16621