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.7.6
Browse files Browse the repository at this point in the history
ganache@7.7.6
  • Loading branch information
TrufBot committed Mar 2, 2023
1 parent 566ef9e commit 74c3a7b
Show file tree
Hide file tree
Showing 14 changed files with 241 additions and 241 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.

122 changes: 61 additions & 61 deletions docs/index.html

Large diffs are not rendered by default.

122 changes: 61 additions & 61 deletions docs/typedoc/api.json

Large diffs are not rendered by default.

198 changes: 99 additions & 99 deletions docs/typedoc/classes/default.html

Large diffs are not rendered by default.

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.

2 changes: 1 addition & 1 deletion 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.8.4",
"version": "0.8.5",
"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
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.8.4",
"version": "0.8.5",
"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.8.4",
"@ganache/ethereum": "0.8.5",
"@ganache/filecoin": "0.7.1",
"@types/mocha": "9.0.0",
"cross-env": "7.0.3",
Expand All @@ -64,8 +64,8 @@
"dependencies": {
"@ethereumjs/util": "8.0.2",
"@ganache/colors": "0.4.0",
"@ganache/core": "0.8.4",
"@ganache/flavors": "0.8.4",
"@ganache/core": "0.8.5",
"@ganache/flavors": "0.8.5",
"@ganache/options": "0.7.1",
"@ganache/utils": "0.7.1",
"@trufflesuite/ps-list": "0.0.3",
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.8.4",
"version": "0.8.5",
"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.8.4",
"@ganache/flavors": "0.8.4",
"@ganache/ethereum": "0.8.5",
"@ganache/flavors": "0.8.5",
"@ganache/options": "0.7.1",
"@ganache/tezos": "0.7.1",
"@ganache/utils": "0.7.1",
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.

4 changes: 2 additions & 2 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.8.4",
"version": "0.8.5",
"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,7 +47,7 @@
],
"dependencies": {
"@ganache/colors": "0.4.0",
"@ganache/ethereum": "0.8.4",
"@ganache/ethereum": "0.8.5",
"@ganache/ethereum-options": "0.7.2",
"@ganache/filecoin": "0.7.1",
"@ganache/filecoin-options": "0.7.1",
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.7.5",
"version": "7.7.6",
"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.8.4",
"@ganache/core": "0.8.4",
"@ganache/flavors": "0.8.4",
"@ganache/cli": "0.8.5",
"@ganache/core": "0.8.5",
"@ganache/flavors": "0.8.5",
"@microsoft/api-extractor": "7.20.1",
"@types/abstract-leveldown": "7.2.0",
"@types/mocha": "9.0.0",
Expand Down

0 comments on commit 74c3a7b

Please sign in to comment.