Skip to content

Commit

Permalink
Updated dist files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Aug 5, 2020
1 parent e1bbb06 commit 9640e86
Show file tree
Hide file tree
Showing 21 changed files with 23 additions and 23 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
--------------------------------
Expand Down
2 changes: 1 addition & 1 deletion packages/ethers/dist/ethers-all.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/ethers/dist/ethers-all.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/ethers/dist/ethers.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethers/dist/ethers.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/ethers/dist/ethers.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethers/dist/ethers.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/ethers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion packages/hardware-wallets/dist/hardware-wallets.esm.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 :
Expand Down
2 changes: 1 addition & 1 deletion packages/hardware-wallets/dist/hardware-wallets.esm.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/hardware-wallets/lib.esm/_version.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const version = "hardware-wallets/5.0.2";
export declare const version = "hardware-wallets/5.0.3";
2 changes: 1 addition & 1 deletion packages/hardware-wallets/lib.esm/_version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/hardware-wallets/lib/_version.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export declare const version = "hardware-wallets/5.0.2";
export declare const version = "hardware-wallets/5.0.3";
2 changes: 1 addition & 1 deletion packages/hardware-wallets/lib/_version.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/hardware-wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
2 changes: 1 addition & 1 deletion packages/hardware-wallets/src.ts/_version.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const version = "hardware-wallets/5.0.2";
export const version = "hardware-wallets/5.0.3";
2 changes: 1 addition & 1 deletion packages/web/lib.esm/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web/lib.esm/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/web/lib/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/web/lib/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit 9640e86

Please sign in to comment.