@livepeer/core
Advanced tools
Comparing version 1.1.2 to 1.1.3
@@ -1,3 +0,3 @@ | ||
export declare const core = "@livepeer/core@1.1.2"; | ||
export declare const react = "@livepeer/react@2.1.2"; | ||
export declare const reactNative = "@livepeer/react-native@1.1.2"; | ||
export declare const core = "@livepeer/core@1.1.3"; | ||
export declare const react = "@livepeer/react@2.1.3"; | ||
export declare const reactNative = "@livepeer/react-native@1.1.3"; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.1.2", | ||
"version": "1.1.3", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -33,5 +33,5 @@ 'use strict'; | ||
const core = `@livepeer/core@1.1.2`; | ||
const react = `@livepeer/react@2.1.2`; | ||
const reactNative = `@livepeer/react-native@1.1.2`; | ||
const core = `@livepeer/core@1.1.3`; | ||
const react = `@livepeer/react@2.1.3`; | ||
const reactNative = `@livepeer/react-native@1.1.3`; | ||
@@ -216,3 +216,3 @@ class BaseLivepeerProvider { | ||
}, | ||
...(source instanceof File ? null : { | ||
...(typeof File !== 'undefined' && source instanceof File ? null : { | ||
chunkSize: 5 * 1024 * 1024 | ||
@@ -219,0 +219,0 @@ }), |
@@ -33,5 +33,5 @@ 'use strict'; | ||
const core = `@livepeer/core@1.1.2`; | ||
const react = `@livepeer/react@2.1.2`; | ||
const reactNative = `@livepeer/react-native@1.1.2`; | ||
const core = `@livepeer/core@1.1.3`; | ||
const react = `@livepeer/react@2.1.3`; | ||
const reactNative = `@livepeer/react-native@1.1.3`; | ||
@@ -216,3 +216,3 @@ class BaseLivepeerProvider { | ||
}, | ||
...(source instanceof File ? null : { | ||
...(typeof File !== 'undefined' && source instanceof File ? null : { | ||
chunkSize: 5 * 1024 * 1024 | ||
@@ -219,0 +219,0 @@ }), |
@@ -6,5 +6,5 @@ import * as tus from 'tus-js-client'; | ||
const core = `@livepeer/core@1.1.2`; | ||
const react = `@livepeer/react@2.1.2`; | ||
const reactNative = `@livepeer/react-native@1.1.2`; | ||
const core = `@livepeer/core@1.1.3`; | ||
const react = `@livepeer/react@2.1.3`; | ||
const reactNative = `@livepeer/react-native@1.1.3`; | ||
@@ -189,3 +189,3 @@ class BaseLivepeerProvider { | ||
}, | ||
...(source instanceof File ? null : { | ||
...(typeof File !== 'undefined' && source instanceof File ? null : { | ||
chunkSize: 5 * 1024 * 1024 | ||
@@ -192,0 +192,0 @@ }), |
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
829926