Skip to content

Commit

Permalink
build dist
Browse files Browse the repository at this point in the history
  • Loading branch information
passabilities committed Jul 17, 2023
1 parent 990160b commit 541074c
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/ethers.js
Original file line number Diff line number Diff line change
Expand Up @@ -10448,7 +10448,7 @@ class ParamType {
if (format === "json") {
let result = {
type: ((this.baseType === "tuple") ? "tuple" : this.type),
name: (this.name || undefined)
name: (this.name ?? "")
};
if (typeof (this.indexed) === "boolean") {
result.indexed = this.indexed;
Expand Down
2 changes: 1 addition & 1 deletion dist/ethers.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ethers.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/ethers.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -10454,7 +10454,7 @@ const __$G = (typeof globalThis !== 'undefined' ? globalThis: typeof window !==
if (format === "json") {
let result = {
type: ((this.baseType === "tuple") ? "tuple" : this.type),
name: (this.name || undefined)
name: (this.name ?? "")
};
if (typeof (this.indexed) === "boolean") {
result.indexed = this.indexed;
Expand Down
2 changes: 1 addition & 1 deletion dist/ethers.umd.js.map

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion lib.esm/abi/fragments.js

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

2 changes: 1 addition & 1 deletion lib.esm/abi/fragments.js.map

Large diffs are not rendered by default.

0 comments on commit 541074c

Please sign in to comment.