@livepeer/core
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -1,3 +0,3 @@ | ||
export declare const core = "@livepeer/core@1.1.4"; | ||
export declare const react = "@livepeer/react@2.1.4"; | ||
export declare const reactNative = "@livepeer/react-native@1.1.4"; | ||
export declare const core = "@livepeer/core@1.1.5"; | ||
export declare const react = "@livepeer/react@2.1.5"; | ||
export declare const reactNative = "@livepeer/react-native@1.1.5"; |
@@ -37,3 +37,3 @@ 'use strict'; | ||
// map to known TLDs, with .com => .studio | ||
const tldMapped = tld === 'com' ? 'studio' : tld === 'studio' ? 'studio' : tld === 'fun' ? 'fun:20443' : tld === 'monster' ? 'monster:10443' : null; | ||
const tldMapped = tld === 'com' ? 'studio' : tld === 'studio' ? 'studio' : tld === 'fun' ? 'fun:20443' : tld === 'monster' ? 'monster' : null; | ||
@@ -40,0 +40,0 @@ // if not a known TLD, then do not return a URL |
@@ -37,3 +37,3 @@ 'use strict'; | ||
// map to known TLDs, with .com => .studio | ||
const tldMapped = tld === 'com' ? 'studio' : tld === 'studio' ? 'studio' : tld === 'fun' ? 'fun:20443' : tld === 'monster' ? 'monster:10443' : null; | ||
const tldMapped = tld === 'com' ? 'studio' : tld === 'studio' ? 'studio' : tld === 'fun' ? 'fun:20443' : tld === 'monster' ? 'monster' : null; | ||
@@ -40,0 +40,0 @@ // if not a known TLD, then do not return a URL |
@@ -29,3 +29,3 @@ export { D as DEFAULT_AUTOHIDE_TIME, a as DEFAULT_VOLUME_LEVEL, c as createControllerStore, g as getMediaSourceType } from '../../dist/src-e4278ceb.esm.js'; | ||
// map to known TLDs, with .com => .studio | ||
const tldMapped = tld === 'com' ? 'studio' : tld === 'studio' ? 'studio' : tld === 'fun' ? 'fun:20443' : tld === 'monster' ? 'monster:10443' : null; | ||
const tldMapped = tld === 'com' ? 'studio' : tld === 'studio' ? 'studio' : tld === 'fun' ? 'fun:20443' : tld === 'monster' ? 'monster' : null; | ||
@@ -32,0 +32,0 @@ // if not a known TLD, then do not return a URL |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -33,5 +33,5 @@ 'use strict'; | ||
const core = `@livepeer/core@1.1.4`; | ||
const react = `@livepeer/react@2.1.4`; | ||
const reactNative = `@livepeer/react-native@1.1.4`; | ||
const core = `@livepeer/core@1.1.5`; | ||
const react = `@livepeer/react@2.1.5`; | ||
const reactNative = `@livepeer/react-native@1.1.5`; | ||
@@ -38,0 +38,0 @@ class BaseLivepeerProvider { |
@@ -33,5 +33,5 @@ 'use strict'; | ||
const core = `@livepeer/core@1.1.4`; | ||
const react = `@livepeer/react@2.1.4`; | ||
const reactNative = `@livepeer/react-native@1.1.4`; | ||
const core = `@livepeer/core@1.1.5`; | ||
const react = `@livepeer/react@2.1.5`; | ||
const reactNative = `@livepeer/react-native@1.1.5`; | ||
@@ -38,0 +38,0 @@ class BaseLivepeerProvider { |
@@ -6,5 +6,5 @@ import * as tus from 'tus-js-client'; | ||
const core = `@livepeer/core@1.1.4`; | ||
const react = `@livepeer/react@2.1.4`; | ||
const reactNative = `@livepeer/react-native@1.1.4`; | ||
const core = `@livepeer/core@1.1.5`; | ||
const react = `@livepeer/react@2.1.5`; | ||
const reactNative = `@livepeer/react-native@1.1.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
833611