Updated dist files.
This commit is contained in:
parent
e1bbb064a1
commit
9640e864a6
@ -3,10 +3,10 @@ Changelog
|
|||||||
|
|
||||||
This change log is managed by `scripts/cmds/update-versions` but may be manually updated.
|
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)
|
ethers/v5.0.7 (2020-07-20 02:22)
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
2
packages/ethers/dist/ethers-all.esm.min.js
vendored
2
packages/ethers/dist/ethers-all.esm.min.js
vendored
File diff suppressed because one or more lines are too long
2
packages/ethers/dist/ethers-all.umd.min.js
vendored
2
packages/ethers/dist/ethers-all.umd.min.js
vendored
File diff suppressed because one or more lines are too long
2
packages/ethers/dist/ethers.esm.js
vendored
2
packages/ethers/dist/ethers.esm.js
vendored
@ -19496,7 +19496,7 @@ function fetchJson(connection, json, processFunc) {
|
|||||||
if (json != null) {
|
if (json != null) {
|
||||||
body = toUtf8Bytes(json);
|
body = toUtf8Bytes(json);
|
||||||
// Create a connection with the content-type set for 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) {
|
if (updated.headers) {
|
||||||
const hasContentType = (Object.keys(updated.headers).filter((k) => (k.toLowerCase() === "content-type")).length) !== 0;
|
const hasContentType = (Object.keys(updated.headers).filter((k) => (k.toLowerCase() === "content-type")).length) !== 0;
|
||||||
if (!hasContentType) {
|
if (!hasContentType) {
|
||||||
|
2
packages/ethers/dist/ethers.esm.min.js
vendored
2
packages/ethers/dist/ethers.esm.min.js
vendored
File diff suppressed because one or more lines are too long
2
packages/ethers/dist/ethers.umd.js
vendored
2
packages/ethers/dist/ethers.umd.js
vendored
@ -21385,7 +21385,7 @@
|
|||||||
if (json != null) {
|
if (json != null) {
|
||||||
body = lib$8.toUtf8Bytes(json);
|
body = lib$8.toUtf8Bytes(json);
|
||||||
// Create a connection with the content-type set for 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) {
|
if (updated.headers) {
|
||||||
var hasContentType = (Object.keys(updated.headers).filter(function (k) { return (k.toLowerCase() === "content-type"); }).length) !== 0;
|
var hasContentType = (Object.keys(updated.headers).filter(function (k) { return (k.toLowerCase() === "content-type"); }).length) !== 0;
|
||||||
if (!hasContentType) {
|
if (!hasContentType) {
|
||||||
|
2
packages/ethers/dist/ethers.umd.min.js
vendored
2
packages/ethers/dist/ethers.umd.min.js
vendored
File diff suppressed because one or more lines are too long
@ -50,7 +50,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"tarballHash": "0x6ea1d2484a80673477ad3b576e3de798f96207166c48774518e5e6ec8ff4c47f",
|
"tarballHash": "0x24015f01b5ad6225c692cf1e492205a5b5b4acbf97be1e2b2daa94f61b161450",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"version": "5.0.8"
|
"version": "5.0.8"
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@ else {
|
|||||||
ethers = w._ethers;
|
ethers = w._ethers;
|
||||||
}
|
}
|
||||||
|
|
||||||
const version = "hardware-wallets/5.0.2";
|
const version = "hardware-wallets/5.0.3";
|
||||||
|
|
||||||
var global$1 = (typeof global !== "undefined" ? global :
|
var global$1 = (typeof global !== "undefined" ? global :
|
||||||
typeof self !== "undefined" ? self :
|
typeof self !== "undefined" ? self :
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1 +1 @@
|
|||||||
export declare const version = "hardware-wallets/5.0.2";
|
export declare const version = "hardware-wallets/5.0.3";
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
export const version = "hardware-wallets/5.0.2";
|
export const version = "hardware-wallets/5.0.3";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
2
packages/hardware-wallets/lib/_version.d.ts
vendored
2
packages/hardware-wallets/lib/_version.d.ts
vendored
@ -1 +1 @@
|
|||||||
export declare const version = "hardware-wallets/5.0.2";
|
export declare const version = "hardware-wallets/5.0.3";
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
Object.defineProperty(exports, "__esModule", { value: true });
|
Object.defineProperty(exports, "__esModule", { value: true });
|
||||||
exports.version = "hardware-wallets/5.0.2";
|
exports.version = "hardware-wallets/5.0.3";
|
||||||
//# sourceMappingURL=_version.js.map
|
//# sourceMappingURL=_version.js.map
|
@ -45,7 +45,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "exit 1"
|
"test": "exit 1"
|
||||||
},
|
},
|
||||||
"tarballHash": "0x1d97bb6267b4f2071bb1f21b7ba0d1a73327fa56bbb516cd3e12511378038ebf",
|
"tarballHash": "0x43066269c7955e759809b3ba113d56c79bb39a8ed35f5048a0625d6ac2a3849c",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"version": "5.0.2"
|
"version": "5.0.3"
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
export const version = "hardware-wallets/5.0.2";
|
export const version = "hardware-wallets/5.0.3";
|
||||||
|
@ -235,7 +235,7 @@ export function fetchJson(connection, json, processFunc) {
|
|||||||
if (json != null) {
|
if (json != null) {
|
||||||
body = toUtf8Bytes(json);
|
body = toUtf8Bytes(json);
|
||||||
// Create a connection with the content-type set for 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) {
|
if (updated.headers) {
|
||||||
const hasContentType = (Object.keys(updated.headers).filter((k) => (k.toLowerCase() === "content-type")).length) !== 0;
|
const hasContentType = (Object.keys(updated.headers).filter((k) => (k.toLowerCase() === "content-type")).length) !== 0;
|
||||||
if (!hasContentType) {
|
if (!hasContentType) {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -292,7 +292,7 @@ function fetchJson(connection, json, processFunc) {
|
|||||||
if (json != null) {
|
if (json != null) {
|
||||||
body = strings_1.toUtf8Bytes(json);
|
body = strings_1.toUtf8Bytes(json);
|
||||||
// Create a connection with the content-type set for 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) {
|
if (updated.headers) {
|
||||||
var hasContentType = (Object.keys(updated.headers).filter(function (k) { return (k.toLowerCase() === "content-type"); }).length) !== 0;
|
var hasContentType = (Object.keys(updated.headers).filter(function (k) { return (k.toLowerCase() === "content-type"); }).length) !== 0;
|
||||||
if (!hasContentType) {
|
if (!hasContentType) {
|
||||||
|
File diff suppressed because one or more lines are too long
@ -36,7 +36,7 @@
|
|||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
},
|
},
|
||||||
"tarballHash": "0x626419a0d5b2b9c8e23ad8f9975ff72b7d6a520279ed2a6f27787e8dcd075806",
|
"tarballHash": "0x3e054301f081b63cc8d656df7bae48d95a779404564143b289f5274498c27772",
|
||||||
"types": "./lib/index.d.ts",
|
"types": "./lib/index.d.ts",
|
||||||
"version": "5.0.3"
|
"version": "5.0.3"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user