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

Commit

Permalink
chore(release): publish v7.4.3
Browse files Browse the repository at this point in the history
ganache@7.4.3
  • Loading branch information
TrufBot committed Sep 8, 2022
1 parent 81260cf commit 9980cb5
Show file tree
Hide file tree
Showing 18 changed files with 129 additions and 129 deletions.
2 changes: 1 addition & 1 deletion docs/assets/js/ganache/ganache.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/assets/js/ganache/ganache.min.js.map

Large diffs are not rendered by default.

196 changes: 98 additions & 98 deletions docs/typedoc/classes/default.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/chains/ethereum/block/package-lock.json

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

4 changes: 2 additions & 2 deletions src/chains/ethereum/block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.5.2",
"version": "0.5.3",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/block#readme",
Expand Down Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@ethereumjs/common": "2.6.5",
"@ganache/ethereum-address": "0.5.2",
"@ganache/ethereum-transaction": "0.5.2",
"@ganache/ethereum-transaction": "0.5.3",
"@ganache/ethereum-utils": "0.5.2",
"@ganache/rlp": "0.5.2",
"@ganache/utils": "0.5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/chains/ethereum/ethereum/package-lock.json

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

8 changes: 4 additions & 4 deletions src/chains/ethereum/ethereum/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.5.2",
"version": "0.5.3",
"description": "Ganache's Ethereum client implementation",
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/ethereum/ethereum#readme",
Expand Down Expand Up @@ -56,9 +56,9 @@
"@ethereumjs/vm": "5.9.3",
"@ganache/console.log": "0.2.0",
"@ganache/ethereum-address": "0.5.2",
"@ganache/ethereum-block": "0.5.2",
"@ganache/ethereum-options": "0.5.2",
"@ganache/ethereum-transaction": "0.5.2",
"@ganache/ethereum-block": "0.5.3",
"@ganache/ethereum-options": "0.5.3",
"@ganache/ethereum-transaction": "0.5.3",
"@ganache/ethereum-utils": "0.5.2",
"@ganache/options": "0.5.2",
"@ganache/promise-queue": "0.3.1",
Expand Down
2 changes: 1 addition & 1 deletion src/chains/ethereum/options/package-lock.json

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

2 changes: 1 addition & 1 deletion src/chains/ethereum/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.5.2",
"version": "0.5.3",
"description": "",
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/options#readme",
Expand Down
2 changes: 1 addition & 1 deletion src/chains/ethereum/transaction/package-lock.json

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

2 changes: 1 addition & 1 deletion src/chains/ethereum/transaction/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.5.2",
"version": "0.5.3",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/transaction#readme",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/cli/package-lock.json

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

8 changes: 4 additions & 4 deletions src/packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.5.2",
"version": "0.5.3",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/packages/cli#readme",
Expand Down Expand Up @@ -53,7 +53,7 @@
"truffle"
],
"devDependencies": {
"@ganache/ethereum": "0.5.2",
"@ganache/ethereum": "0.5.3",
"@ganache/filecoin": "0.5.2",
"@types/mocha": "9.0.0",
"cross-env": "7.0.3",
Expand All @@ -63,8 +63,8 @@
},
"dependencies": {
"@ganache/colors": "0.3.0",
"@ganache/core": "0.5.2",
"@ganache/flavors": "0.5.2",
"@ganache/core": "0.5.3",
"@ganache/flavors": "0.5.3",
"@ganache/options": "0.5.2",
"@ganache/utils": "0.5.2",
"@types/node": "17.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/core/package-lock.json

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

6 changes: 3 additions & 3 deletions src/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.5.2",
"version": "0.5.3",
"description": "A library to create a local blockchain for fast Ethereum development.",
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/packages/core#readme",
Expand Down Expand Up @@ -48,8 +48,8 @@
"tooling"
],
"dependencies": {
"@ganache/ethereum": "0.5.2",
"@ganache/flavors": "0.5.2",
"@ganache/ethereum": "0.5.3",
"@ganache/flavors": "0.5.3",
"@ganache/options": "0.5.2",
"@ganache/tezos": "0.5.2",
"@ganache/utils": "0.5.2",
Expand Down
2 changes: 1 addition & 1 deletion src/packages/flavors/package-lock.json

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

6 changes: 3 additions & 3 deletions src/packages/flavors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.5.2",
"version": "0.5.3",
"description": "Ganache's flavors enumeration and TypeScript types",
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/packages/flavors#readme",
Expand Down Expand Up @@ -47,8 +47,8 @@
],
"dependencies": {
"@ganache/colors": "0.3.0",
"@ganache/ethereum": "0.5.2",
"@ganache/ethereum-options": "0.5.2",
"@ganache/ethereum": "0.5.3",
"@ganache/ethereum-options": "0.5.3",
"@ganache/filecoin": "0.5.2",
"@ganache/filecoin-options": "0.5.2",
"@ganache/options": "0.5.2",
Expand Down
8 changes: 4 additions & 4 deletions src/packages/ganache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ganache",
"version": "7.4.2",
"version": "7.4.3",
"description": "A library and cli to create a local blockchain for fast Ethereum development.",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/packages/ganache#readme",
Expand Down Expand Up @@ -56,9 +56,9 @@
"truffle"
],
"devDependencies": {
"@ganache/cli": "0.5.2",
"@ganache/core": "0.5.2",
"@ganache/flavors": "0.5.2",
"@ganache/cli": "0.5.3",
"@ganache/core": "0.5.3",
"@ganache/flavors": "0.5.3",
"@microsoft/api-extractor": "7.20.1",
"@types/mocha": "9.0.0",
"@types/node": "17.0.0",
Expand Down

0 comments on commit 9980cb5

Please sign in to comment.