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.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
TrufBot committed Aug 22, 2023
1 parent f7ac5b0 commit 9943ec0
Show file tree
Hide file tree
Showing 39 changed files with 543 additions and 542 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.

194 changes: 97 additions & 97 deletions docs/index.html

Large diffs are not rendered by default.

500 changes: 250 additions & 250 deletions docs/typedoc/api.json

Large diffs are not rendered by default.

224 changes: 112 additions & 112 deletions docs/typedoc/classes/default.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/cli/package-lock.json

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

12 changes: 6 additions & 6 deletions 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.10.0",
"version": "0.11.0",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/packages/cli#readme",
Expand Down Expand Up @@ -62,11 +62,11 @@
"typescript": "5.1.6"
},
"dependencies": {
"@ganache/colors": "0.4.0",
"@ganache/core": "0.10.0",
"@ganache/ethereum": "0.10.0",
"@ganache/flavor": "0.10.0",
"@ganache/options": "0.9.0",
"@ganache/colors": "0.5.0",
"@ganache/core": "0.11.0",
"@ganache/ethereum": "0.11.0",
"@ganache/flavor": "0.11.0",
"@ganache/options": "0.10.0",
"@trufflesuite/ps-list": "0.0.3",
"@types/node": "17.0.0",
"chalk": "4.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/colors/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 packages/colors/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.4.0",
"version": "0.5.0",
"description": "Truffle's colors, hex encoded",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/packages/colors#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package-lock.json

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

10 changes: 5 additions & 5 deletions 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.10.0",
"version": "0.11.0",
"description": "A library to create a local blockchain for fast Ethereum development.",
"author": "David Murdoch <[email protected]> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/packages/core#readme",
Expand Down Expand Up @@ -48,10 +48,10 @@
"tooling"
],
"dependencies": {
"@ganache/ethereum": "0.10.0",
"@ganache/flavor": "0.10.0",
"@ganache/options": "0.9.0",
"@ganache/utils": "0.9.0",
"@ganache/ethereum": "0.11.0",
"@ganache/flavor": "0.11.0",
"@ganache/options": "0.10.0",
"@ganache/utils": "0.10.0",
"@trufflesuite/uws-js-unofficial": "20.30.0-unofficial.0",
"aggregate-error": "3.1.0",
"emittery": "0.10.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum/address/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 packages/ethereum/address/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.9.0",
"version": "0.10.0",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/packages/ethereum/address#readme",
Expand Down Expand Up @@ -57,6 +57,6 @@
},
"dependencies": {
"@ethereumjs/util": "8.0.5",
"@ganache/utils": "0.9.0"
"@ganache/utils": "0.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/ethereum/block/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/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.9.0",
"version": "0.10.0",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/packages/ethereum/block#readme",
Expand Down Expand Up @@ -58,11 +58,11 @@
"dependencies": {
"@ethereumjs/common": "3.1.1",
"@ethereumjs/util": "8.0.5",
"@ganache/ethereum-address": "0.9.0",
"@ganache/ethereum-transaction": "0.9.0",
"@ganache/ethereum-utils": "0.9.0",
"@ganache/rlp": "0.9.0",
"@ganache/utils": "0.9.0",
"@ganache/ethereum-address": "0.10.0",
"@ganache/ethereum-transaction": "0.10.0",
"@ganache/ethereum-utils": "0.10.0",
"@ganache/rlp": "0.10.0",
"@ganache/utils": "0.10.0",
"emittery": "0.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/ethereum/console.log/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 packages/ethereum/console.log/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.4.0",
"version": "0.5.0",
"description": "A Solidity library and EVM hooks for using console.log from Solidity contracts",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/packages/ethereum/console.log#readme",
Expand Down Expand Up @@ -66,6 +66,6 @@
"typescript": "5.1.6"
},
"dependencies": {
"@ganache/utils": "0.9.0"
"@ganache/utils": "0.10.0"
}
}
2 changes: 1 addition & 1 deletion packages/ethereum/ethereum/package-lock.json

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

26 changes: 13 additions & 13 deletions packages/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.10.0",
"version": "0.11.0",
"description": "Ganache's Ethereum client implementation",
"author": "David Murdoch <[email protected]> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/packages/ethereum/ethereum#readme",
Expand Down Expand Up @@ -58,17 +58,17 @@
"@ethereumjs/tx": "4.1.1",
"@ethereumjs/util": "8.0.5",
"@ethereumjs/vm": "6.4.1",
"@ganache/colors": "0.4.0",
"@ganache/console.log": "0.4.0",
"@ganache/ethereum-address": "0.9.0",
"@ganache/ethereum-block": "0.9.0",
"@ganache/ethereum-options": "0.9.0",
"@ganache/ethereum-transaction": "0.9.0",
"@ganache/ethereum-utils": "0.9.0",
"@ganache/promise-queue": "0.4.0",
"@ganache/rlp": "0.9.0",
"@ganache/secp256k1": "0.5.0",
"@ganache/utils": "0.9.0",
"@ganache/colors": "0.5.0",
"@ganache/console.log": "0.5.0",
"@ganache/ethereum-address": "0.10.0",
"@ganache/ethereum-block": "0.10.0",
"@ganache/ethereum-options": "0.10.0",
"@ganache/ethereum-transaction": "0.10.0",
"@ganache/ethereum-utils": "0.10.0",
"@ganache/promise-queue": "0.5.0",
"@ganache/rlp": "0.10.0",
"@ganache/secp256k1": "0.6.0",
"@ganache/utils": "0.10.0",
"bip39": "3.0.4",
"chalk": "4.1.2",
"emittery": "0.10.0",
Expand All @@ -88,7 +88,7 @@
"ws": "8.2.3"
},
"devDependencies": {
"@ganache/flavor": "0.10.0",
"@ganache/flavor": "0.11.0",
"@types/encoding-down": "5.0.0",
"@types/fs-extra": "9.0.2",
"@types/levelup": "5.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum/options/package-lock.json

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

10 changes: 5 additions & 5 deletions packages/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.9.0",
"version": "0.10.0",
"description": "",
"author": "David Murdoch <[email protected]> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/packages/ethereum/options#readme",
Expand Down Expand Up @@ -48,10 +48,10 @@
"truffle"
],
"dependencies": {
"@ganache/ethereum-address": "0.9.0",
"@ganache/ethereum-utils": "0.9.0",
"@ganache/options": "0.9.0",
"@ganache/utils": "0.9.0",
"@ganache/ethereum-address": "0.10.0",
"@ganache/ethereum-utils": "0.10.0",
"@ganache/options": "0.10.0",
"@ganache/utils": "0.10.0",
"bip39": "3.0.4",
"seedrandom": "3.0.5"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum/transaction/package-lock.json

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

12 changes: 6 additions & 6 deletions packages/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.9.0",
"version": "0.10.0",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/packages/ethereum/transaction#readme",
Expand Down Expand Up @@ -50,11 +50,11 @@
"dependencies": {
"@ethereumjs/common": "3.1.1",
"@ethereumjs/tx": "4.1.1",
"@ganache/ethereum-address": "0.9.0",
"@ganache/ethereum-utils": "0.9.0",
"@ganache/rlp": "0.9.0",
"@ganache/secp256k1": "0.5.0",
"@ganache/utils": "0.9.0",
"@ganache/ethereum-address": "0.10.0",
"@ganache/ethereum-utils": "0.10.0",
"@ganache/rlp": "0.10.0",
"@ganache/secp256k1": "0.6.0",
"@ganache/utils": "0.10.0",
"node-gyp-build": "4.5.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/ethereum/utils/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 packages/ethereum/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.9.0",
"version": "0.10.0",
"description": "",
"author": "David Murdoch <[email protected]> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/packages/ethereum/utils#readme",
Expand Down Expand Up @@ -53,9 +53,9 @@
"@ethereumjs/tx": "4.1.1",
"@ethereumjs/util": "8.0.5",
"@ethereumjs/vm": "6.4.1",
"@ganache/ethereum-address": "0.9.0",
"@ganache/rlp": "0.9.0",
"@ganache/utils": "0.9.0",
"@ganache/ethereum-address": "0.10.0",
"@ganache/rlp": "0.10.0",
"@ganache/utils": "0.10.0",
"emittery": "0.10.0",
"ethereumjs-abi": "0.6.8"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/flavor/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 packages/flavor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.10.0",
"version": "0.11.0",
"description": "Ganache's flavors enumeration and TypeScript types",
"author": "David Murdoch <[email protected]> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/packages/flavor#readme",
Expand Down Expand Up @@ -47,9 +47,9 @@
"tooling"
],
"dependencies": {
"@ganache/colors": "0.4.0",
"@ganache/options": "0.9.0",
"@ganache/utils": "0.9.0",
"@ganache/colors": "0.5.0",
"@ganache/options": "0.10.0",
"@ganache/utils": "0.10.0",
"@trufflesuite/uws-js-unofficial": "20.30.0-unofficial.0",
"chalk": "4.1.0"
},
Expand Down
1 change: 1 addition & 0 deletions packages/ganache/npm-shrinkwrap.json

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

6 changes: 3 additions & 3 deletions packages/ganache/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ganache",
"version": "7.9.0",
"version": "7.10.0",
"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/packages/ganache#readme",
Expand Down Expand Up @@ -56,8 +56,8 @@
"truffle"
],
"devDependencies": {
"@ganache/cli": "0.10.0",
"@ganache/core": "0.10.0",
"@ganache/cli": "0.11.0",
"@ganache/core": "0.11.0",
"@microsoft/api-extractor": "7.20.1",
"@types/abstract-leveldown": "7.2.0",
"@types/mocha": "9.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/options/package-lock.json

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

Loading

0 comments on commit 9943ec0

Please sign in to comment.