Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit 533f002

Browse files
committed
chore(release): publish v7.7.4
[email protected]
1 parent e66ef38 commit 533f002

35 files changed

+189
-189
lines changed

docs/assets/js/ganache/ganache.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/assets/js/ganache/ganache.min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/typedoc/api.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3703,7 +3703,7 @@
37033703
},
37043704
{
37053705
"type": "unknown",
3706-
"name": "{ type?: string; nonce: string; value: string; r: string; s: string; blockHash: null; hash: string; blockNumber: null; gasPrice: string; gas: string; to: string; v: string; from: string; transactionIndex: null; input: string; }"
3706+
"name": "{ type?: string; nonce: string; value: string; r: string; s: string; hash: string; blockHash: null; blockNumber: null; gasPrice: string; gas: string; to: string; v: string; from: string; transactionIndex: null; input: string; }"
37073707
}
37083708
]
37093709
}
@@ -4238,7 +4238,7 @@
42384238
},
42394239
{
42404240
"type": "unknown",
4241-
"name": "{ type?: string; nonce: string; value: string; r: string; s: string; blockHash: null; hash: string; blockNumber: null; gasPrice: string; gas: string; to: string; v: string; from: string; transactionIndex: null; input: string; }"
4241+
"name": "{ type?: string; nonce: string; value: string; r: string; s: string; hash: string; blockHash: null; blockNumber: null; gasPrice: string; gas: string; to: string; v: string; from: string; transactionIndex: null; input: string; }"
42424242
}
42434243
]
42444244
}

docs/typedoc/classes/default.html

Lines changed: 101 additions & 101 deletions
Large diffs are not rendered by default.

src/chains/ethereum/address/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/address/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.7.0",
6+
"version": "0.7.1",
77
"description": "",
88
"author": "David Murdoch",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/address#readme",
@@ -57,6 +57,6 @@
5757
},
5858
"dependencies": {
5959
"@ethereumjs/util": "8.0.2",
60-
"@ganache/utils": "0.7.0"
60+
"@ganache/utils": "0.7.1"
6161
}
6262
}

src/chains/ethereum/block/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/block/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.7.1",
6+
"version": "0.7.2",
77
"description": "",
88
"author": "David Murdoch",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/block#readme",
@@ -58,11 +58,11 @@
5858
"dependencies": {
5959
"@ethereumjs/common": "3.0.1",
6060
"@ethereumjs/util": "8.0.2",
61-
"@ganache/ethereum-address": "0.7.0",
62-
"@ganache/ethereum-transaction": "0.7.1",
63-
"@ganache/ethereum-utils": "0.7.0",
64-
"@ganache/rlp": "0.7.0",
65-
"@ganache/utils": "0.7.0",
61+
"@ganache/ethereum-address": "0.7.1",
62+
"@ganache/ethereum-transaction": "0.7.2",
63+
"@ganache/ethereum-utils": "0.7.1",
64+
"@ganache/rlp": "0.7.1",
65+
"@ganache/utils": "0.7.1",
6666
"emittery": "0.10.0"
6767
}
6868
}

src/chains/ethereum/ethereum/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/chains/ethereum/ethereum/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publishConfig": {
44
"access": "public"
55
},
6-
"version": "0.8.2",
6+
"version": "0.8.3",
77
"description": "Ganache's Ethereum client implementation",
88
"author": "David Murdoch <[email protected]> (https://davidmurdoch.com)",
99
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/ethereum/ethereum#readme",
@@ -57,16 +57,16 @@
5757
"@ethereumjs/util": "8.0.2",
5858
"@ethereumjs/vm": "6.2.0",
5959
"@ganache/console.log": "0.3.0",
60-
"@ganache/ethereum-address": "0.7.0",
61-
"@ganache/ethereum-block": "0.7.1",
62-
"@ganache/ethereum-options": "0.7.0",
63-
"@ganache/ethereum-transaction": "0.7.1",
64-
"@ganache/ethereum-utils": "0.7.0",
65-
"@ganache/options": "0.7.0",
60+
"@ganache/ethereum-address": "0.7.1",
61+
"@ganache/ethereum-block": "0.7.2",
62+
"@ganache/ethereum-options": "0.7.1",
63+
"@ganache/ethereum-transaction": "0.7.2",
64+
"@ganache/ethereum-utils": "0.7.1",
65+
"@ganache/options": "0.7.1",
6666
"@ganache/promise-queue": "0.4.0",
67-
"@ganache/rlp": "0.7.0",
67+
"@ganache/rlp": "0.7.1",
6868
"@ganache/secp256k1": "0.5.0",
69-
"@ganache/utils": "0.7.0",
69+
"@ganache/utils": "0.7.1",
7070
"abort-controller": "3.0.0",
7171
"bip39": "3.0.4",
7272
"emittery": "0.10.0",

0 commit comments

Comments
 (0)