@livepeer/core
Advanced tools
Comparing version 1.2.1 to 1.2.2
@@ -1,3 +0,3 @@ | ||
export declare const core = "@livepeer/core@1.2.1"; | ||
export declare const react = "@livepeer/react@2.2.1"; | ||
export declare const reactNative = "@livepeer/react-native@1.2.1"; | ||
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"; |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "1.2.1", | ||
"version": "1.2.2", | ||
"repository": { | ||
@@ -8,0 +8,0 @@ "type": "git", |
@@ -33,5 +33,5 @@ 'use strict'; | ||
const core = `@livepeer/core@1.2.1`; | ||
const react = `@livepeer/react@2.2.1`; | ||
const reactNative = `@livepeer/react-native@1.2.1`; | ||
const core = `@livepeer/core@1.2.2`; | ||
const react = `@livepeer/react@2.2.4`; | ||
const reactNative = `@livepeer/react-native@1.2.4`; | ||
@@ -62,3 +62,3 @@ class BaseLivepeerProvider { | ||
if (!response.ok) { | ||
throw new errors_dist_livepeerCoreErrors.HttpError(response.status, `Provider failed to get object from ${this._config.baseUrl}${url}`, await response.json()); | ||
throw new errors_dist_livepeerCoreErrors.HttpError(response.status, `Provider failed to get object from ${this._config.baseUrl}${url}, status code was ${response.status}`, await response.json()); | ||
} | ||
@@ -65,0 +65,0 @@ return response.json(); |
@@ -33,5 +33,5 @@ 'use strict'; | ||
const core = `@livepeer/core@1.2.1`; | ||
const react = `@livepeer/react@2.2.1`; | ||
const reactNative = `@livepeer/react-native@1.2.1`; | ||
const core = `@livepeer/core@1.2.2`; | ||
const react = `@livepeer/react@2.2.4`; | ||
const reactNative = `@livepeer/react-native@1.2.4`; | ||
@@ -62,3 +62,3 @@ class BaseLivepeerProvider { | ||
if (!response.ok) { | ||
throw new errors_dist_livepeerCoreErrors.HttpError(response.status, `Provider failed to get object from ${this._config.baseUrl}${url}`, await response.json()); | ||
throw new errors_dist_livepeerCoreErrors.HttpError(response.status, `Provider failed to get object from ${this._config.baseUrl}${url}, status code was ${response.status}`, await response.json()); | ||
} | ||
@@ -65,0 +65,0 @@ return response.json(); |
@@ -6,5 +6,5 @@ import * as tus from 'tus-js-client'; | ||
const core = `@livepeer/core@1.2.1`; | ||
const react = `@livepeer/react@2.2.1`; | ||
const reactNative = `@livepeer/react-native@1.2.1`; | ||
const core = `@livepeer/core@1.2.2`; | ||
const react = `@livepeer/react@2.2.4`; | ||
const reactNative = `@livepeer/react-native@1.2.4`; | ||
@@ -35,3 +35,3 @@ class BaseLivepeerProvider { | ||
if (!response.ok) { | ||
throw new HttpError(response.status, `Provider failed to get object from ${this._config.baseUrl}${url}`, await response.json()); | ||
throw new HttpError(response.status, `Provider failed to get object from ${this._config.baseUrl}${url}, status code was ${response.status}`, await response.json()); | ||
} | ||
@@ -38,0 +38,0 @@ return response.json(); |
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
837655