@livepeer/core
Advanced tools
Comparing version 1.2.2 to 1.2.3
@@ -20,3 +20,3 @@ import { MediaControllerStore } from '../controller'; | ||
player: 'livepeer-js'; | ||
protocol: MimeType | 'unknown'; | ||
sourceType: MimeType | 'unknown'; | ||
pageUrl: string; | ||
@@ -23,0 +23,0 @@ sourceUrl: string; |
@@ -1,3 +0,3 @@ | ||
export declare const core = "@livepeer/core@1.2.2"; | ||
export declare const react = "@livepeer/react@2.2.4"; | ||
export declare const reactNative = "@livepeer/react-native@1.2.4"; | ||
export declare const core = "@livepeer/core@1.2.3"; | ||
export declare const react = "@livepeer/react@2.2.5"; | ||
export declare const reactNative = "@livepeer/react-native@1.2.5"; |
@@ -180,3 +180,3 @@ 'use strict'; | ||
preloadTime: 0, | ||
protocol: currentState?.src?.mime ?? 'unknown', | ||
sourceType: currentState?.src?.mime ?? 'unknown', | ||
sourceUrl: '', | ||
@@ -183,0 +183,0 @@ timeStalled: 0, |
@@ -180,3 +180,3 @@ 'use strict'; | ||
preloadTime: 0, | ||
protocol: currentState?.src?.mime ?? 'unknown', | ||
sourceType: currentState?.src?.mime ?? 'unknown', | ||
sourceUrl: '', | ||
@@ -183,0 +183,0 @@ timeStalled: 0, |
@@ -173,3 +173,3 @@ import { g as getMediaSourceType } from '../../dist/src-6007c27b.esm.js'; | ||
preloadTime: 0, | ||
protocol: currentState?.src?.mime ?? 'unknown', | ||
sourceType: currentState?.src?.mime ?? 'unknown', | ||
sourceUrl: '', | ||
@@ -176,0 +176,0 @@ timeStalled: 0, |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.2.2", | ||
"version": "1.2.3", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -33,5 +33,5 @@ 'use strict'; | ||
const core = `@livepeer/core@1.2.2`; | ||
const react = `@livepeer/react@2.2.4`; | ||
const reactNative = `@livepeer/react-native@1.2.4`; | ||
const core = `@livepeer/core@1.2.3`; | ||
const react = `@livepeer/react@2.2.5`; | ||
const reactNative = `@livepeer/react-native@1.2.5`; | ||
@@ -38,0 +38,0 @@ class BaseLivepeerProvider { |
@@ -33,5 +33,5 @@ 'use strict'; | ||
const core = `@livepeer/core@1.2.2`; | ||
const react = `@livepeer/react@2.2.4`; | ||
const reactNative = `@livepeer/react-native@1.2.4`; | ||
const core = `@livepeer/core@1.2.3`; | ||
const react = `@livepeer/react@2.2.5`; | ||
const reactNative = `@livepeer/react-native@1.2.5`; | ||
@@ -38,0 +38,0 @@ class BaseLivepeerProvider { |
@@ -6,5 +6,5 @@ import * as tus from 'tus-js-client'; | ||
const core = `@livepeer/core@1.2.2`; | ||
const react = `@livepeer/react@2.2.4`; | ||
const reactNative = `@livepeer/react-native@1.2.4`; | ||
const core = `@livepeer/core@1.2.3`; | ||
const react = `@livepeer/react@2.2.5`; | ||
const reactNative = `@livepeer/react-native@1.2.5`; | ||
@@ -11,0 +11,0 @@ class BaseLivepeerProvider { |
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
837663