@andyet/simplewebrtc
Advanced tools
Comparing version 1.30.4 to 1.30.5
@@ -43,3 +43,3 @@ import * as React from 'react'; | ||
export declare const NotSupported: import("react-redux").ConnectedComponent<{ | ||
new (props: Readonly<Partial<ProviderProps>>): { | ||
new (props: Partial<ProviderProps> | Readonly<Partial<ProviderProps>>): { | ||
render(): {} | null | undefined; | ||
@@ -69,3 +69,3 @@ context: any; | ||
}; | ||
new (props: Partial<ProviderProps>, context?: any): { | ||
new (props: Partial<ProviderProps>, context: any): { | ||
render(): {} | null | undefined; | ||
@@ -131,3 +131,3 @@ context: any; | ||
export declare const NotConnected: import("react-redux").ConnectedComponent<{ | ||
new (props: Readonly<Partial<ProviderProps>>): { | ||
new (props: Partial<ProviderProps> | Readonly<Partial<ProviderProps>>): { | ||
render(): {} | null | undefined; | ||
@@ -157,3 +157,3 @@ context: any; | ||
}; | ||
new (props: Partial<ProviderProps>, context?: any): { | ||
new (props: Partial<ProviderProps>, context: any): { | ||
render(): {} | null | undefined; | ||
@@ -219,3 +219,3 @@ context: any; | ||
export declare const Connecting: import("react-redux").ConnectedComponent<{ | ||
new (props: Readonly<Partial<ProviderProps>>): { | ||
new (props: Partial<ProviderProps> | Readonly<Partial<ProviderProps>>): { | ||
render(): {} | null | undefined; | ||
@@ -245,3 +245,3 @@ context: any; | ||
}; | ||
new (props: Partial<ProviderProps>, context?: any): { | ||
new (props: Partial<ProviderProps>, context: any): { | ||
render(): {} | null | undefined; | ||
@@ -307,3 +307,3 @@ context: any; | ||
export declare const Connected: import("react-redux").ConnectedComponent<{ | ||
new (props: Readonly<Partial<ProviderProps>>): { | ||
new (props: Partial<ProviderProps> | Readonly<Partial<ProviderProps>>): { | ||
render(): {} | null | undefined; | ||
@@ -333,3 +333,3 @@ context: any; | ||
}; | ||
new (props: Partial<ProviderProps>, context?: any): { | ||
new (props: Partial<ProviderProps>, context: any): { | ||
render(): {} | null | undefined; | ||
@@ -395,3 +395,3 @@ context: any; | ||
export declare const Disconnected: import("react-redux").ConnectedComponent<{ | ||
new (props: Readonly<Partial<ProviderProps>>): { | ||
new (props: Partial<ProviderProps> | Readonly<Partial<ProviderProps>>): { | ||
render(): {} | null | undefined; | ||
@@ -421,3 +421,3 @@ context: any; | ||
}; | ||
new (props: Partial<ProviderProps>, context?: any): { | ||
new (props: Partial<ProviderProps>, context: any): { | ||
render(): {} | null | undefined; | ||
@@ -483,3 +483,3 @@ context: any; | ||
export declare const Failed: import("react-redux").ConnectedComponent<{ | ||
new (props: Readonly<Partial<ProviderProps>>): { | ||
new (props: Partial<ProviderProps> | Readonly<Partial<ProviderProps>>): { | ||
render(): {} | null | undefined; | ||
@@ -509,3 +509,3 @@ context: any; | ||
}; | ||
new (props: Partial<ProviderProps>, context?: any): { | ||
new (props: Partial<ProviderProps>, context: any): { | ||
render(): {} | null | undefined; | ||
@@ -512,0 +512,0 @@ context: any; |
@@ -43,4 +43,4 @@ export declare const SET_USER_PREFERENCE = "@andyet/SET_USER_PREFERENCE"; | ||
export declare const SET_VIDEO_RESOLUTION_TIERS = "@andyet/SET_VIDEO_RESOLUTION_TIERS"; | ||
export declare const SDK_VERSION = "1.30.4"; | ||
export declare const SDK_VERSION = "1.30.5"; | ||
export declare const DIRECTION_INCOMING = "incoming"; | ||
export declare const DIRECTION_OUTGOING = "outgoing"; |
@@ -49,4 +49,4 @@ "use strict"; | ||
// ==================================================================== | ||
exports.SDK_VERSION = '1.30.4'; | ||
exports.SDK_VERSION = '1.30.5'; | ||
exports.DIRECTION_INCOMING = 'incoming'; | ||
exports.DIRECTION_OUTGOING = 'outgoing'; |
{ | ||
"name": "@andyet/simplewebrtc", | ||
"version": "1.30.4", | ||
"version": "1.30.5", | ||
"dependencies": { | ||
@@ -17,3 +17,3 @@ "@types/async": "^3.0.3", | ||
"sdp": "^3.0.2", | ||
"stanza": "^12.14.3", | ||
"stanza": "^12.17.2", | ||
"staydown": "^2.0.1", | ||
@@ -20,0 +20,0 @@ "webrtc-adapter": "^7.2.8" |
Sorry, the diff of this file is too big to display
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
629946
Updatedstanza@^12.17.2