2
0
mirror of synced 2025-02-23 11:38:42 +00:00

Updated dist files.

This commit is contained in:
Richard Moore 2020-08-04 20:55:55 -04:00
parent e1bbb064a1
commit 9640e864a6
No known key found for this signature in database
GPG Key ID: 665176BE8E9DC651
21 changed files with 23 additions and 23 deletions

View File

@ -3,10 +3,10 @@ Changelog
This change log is managed by `scripts/cmds/update-versions` but may be manually updated.
ethers/v5.0.8 (2020-08-04 20:30)
ethers/v5.0.8 (2020-08-04 20:55)
--------------------------------
- Abstract fetchJson for data. ([e2d6f28](https://github.com/ethers-io/ethers.js/commit/e2d6f281d5a2bd749bc72549a4e55f2c752a7bd8), [2c49a52](https://github.com/ethers-io/ethers.js/commit/2c49a52a41a30ae844376561de95f0c851d19f73))
- Abstract fetchJson for data. ([e2d6f28](https://github.com/ethers-io/ethers.js/commit/e2d6f281d5a2bd749bc72549a4e55f2c752a7bd8), [2c49a52](https://github.com/ethers-io/ethers.js/commit/2c49a52a41a30ae844376561de95f0c851d19f73), [e1bbb06](https://github.com/ethers-io/ethers.js/commit/e1bbb064a10d0b4bf5563e0a79396665d83935a1))
ethers/v5.0.7 (2020-07-20 02:22)
--------------------------------

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -19496,7 +19496,7 @@ function fetchJson(connection, json, processFunc) {
if (json != null) {
body = toUtf8Bytes(json);
// Create a connection with the content-type set for JSON
const updated = (typeof (connection) === "string") ? ({ url: connection }) : connection;
const updated = (typeof (connection) === "string") ? ({ url: connection }) : shallowCopy(connection);
if (updated.headers) {
const hasContentType = (Object.keys(updated.headers).filter((k) => (k.toLowerCase() === "content-type")).length) !== 0;
if (!hasContentType) {

File diff suppressed because one or more lines are too long

View File

@ -21385,7 +21385,7 @@
if (json != null) {
body = lib$8.toUtf8Bytes(json);
// Create a connection with the content-type set for JSON
var updated = (typeof (connection) === "string") ? ({ url: connection }) : connection;
var updated = (typeof (connection) === "string") ? ({ url: connection }) : lib$3.shallowCopy(connection);
if (updated.headers) {
var hasContentType = (Object.keys(updated.headers).filter(function (k) { return (k.toLowerCase() === "content-type"); }).length) !== 0;
if (!hasContentType) {

File diff suppressed because one or more lines are too long

View File

@ -50,7 +50,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x6ea1d2484a80673477ad3b576e3de798f96207166c48774518e5e6ec8ff4c47f",
"tarballHash": "0x24015f01b5ad6225c692cf1e492205a5b5b4acbf97be1e2b2daa94f61b161450",
"types": "./lib/index.d.ts",
"version": "5.0.8"
}

View File

@ -8,7 +8,7 @@ else {
ethers = w._ethers;
}
const version = "hardware-wallets/5.0.2";
const version = "hardware-wallets/5.0.3";
var global$1 = (typeof global !== "undefined" ? global :
typeof self !== "undefined" ? self :

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
export declare const version = "hardware-wallets/5.0.2";
export declare const version = "hardware-wallets/5.0.3";

View File

@ -1,2 +1,2 @@
export const version = "hardware-wallets/5.0.2";
export const version = "hardware-wallets/5.0.3";
//# sourceMappingURL=_version.js.map

View File

@ -1 +1 @@
export declare const version = "hardware-wallets/5.0.2";
export declare const version = "hardware-wallets/5.0.3";

View File

@ -1,4 +1,4 @@
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.version = "hardware-wallets/5.0.2";
exports.version = "hardware-wallets/5.0.3";
//# sourceMappingURL=_version.js.map

View File

@ -45,7 +45,7 @@
"scripts": {
"test": "exit 1"
},
"tarballHash": "0x1d97bb6267b4f2071bb1f21b7ba0d1a73327fa56bbb516cd3e12511378038ebf",
"tarballHash": "0x43066269c7955e759809b3ba113d56c79bb39a8ed35f5048a0625d6ac2a3849c",
"types": "./lib/index.d.ts",
"version": "5.0.2"
"version": "5.0.3"
}

View File

@ -1 +1 @@
export const version = "hardware-wallets/5.0.2";
export const version = "hardware-wallets/5.0.3";

View File

@ -235,7 +235,7 @@ export function fetchJson(connection, json, processFunc) {
if (json != null) {
body = toUtf8Bytes(json);
// Create a connection with the content-type set for JSON
const updated = (typeof (connection) === "string") ? ({ url: connection }) : connection;
const updated = (typeof (connection) === "string") ? ({ url: connection }) : shallowCopy(connection);
if (updated.headers) {
const hasContentType = (Object.keys(updated.headers).filter((k) => (k.toLowerCase() === "content-type")).length) !== 0;
if (!hasContentType) {

File diff suppressed because one or more lines are too long

View File

@ -292,7 +292,7 @@ function fetchJson(connection, json, processFunc) {
if (json != null) {
body = strings_1.toUtf8Bytes(json);
// Create a connection with the content-type set for JSON
var updated = (typeof (connection) === "string") ? ({ url: connection }) : connection;
var updated = (typeof (connection) === "string") ? ({ url: connection }) : properties_1.shallowCopy(connection);
if (updated.headers) {
var hasContentType = (Object.keys(updated.headers).filter(function (k) { return (k.toLowerCase() === "content-type"); }).length) !== 0;
if (!hasContentType) {

File diff suppressed because one or more lines are too long

View File

@ -36,7 +36,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"tarballHash": "0x626419a0d5b2b9c8e23ad8f9975ff72b7d6a520279ed2a6f27787e8dcd075806",
"tarballHash": "0x3e054301f081b63cc8d656df7bae48d95a779404564143b289f5274498c27772",
"types": "./lib/index.d.ts",
"version": "5.0.3"
}