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.0.0
Browse files Browse the repository at this point in the history
ganache@7.0.0
  • Loading branch information
TrufBot committed Jan 19, 2022
1 parent 2102c7d commit 1871414
Show file tree
Hide file tree
Showing 42 changed files with 193 additions and 193 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.

188 changes: 94 additions & 94 deletions docs/typedoc/classes/default.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/chains/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 src/chains/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.1.1-rc.0",
"version": "0.1.1",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/address#readme",
Expand Down Expand Up @@ -56,6 +56,6 @@
"typescript": "4.5.2"
},
"dependencies": {
"@ganache/utils": "0.1.1-rc.0"
"@ganache/utils": "0.1.1"
}
}
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.

12 changes: 6 additions & 6 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.1.1-rc.0",
"version": "0.1.1",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/block#readme",
Expand Down Expand Up @@ -57,11 +57,11 @@
},
"dependencies": {
"@ethereumjs/common": "2.6.0",
"@ganache/ethereum-address": "0.1.1-rc.0",
"@ganache/ethereum-transaction": "0.1.1-rc.0",
"@ganache/ethereum-utils": "0.1.1-rc.0",
"@ganache/rlp": "0.1.1-rc.0",
"@ganache/utils": "0.1.1-rc.0",
"@ganache/ethereum-address": "0.1.1",
"@ganache/ethereum-transaction": "0.1.1",
"@ganache/ethereum-utils": "0.1.1",
"@ganache/rlp": "0.1.1",
"@ganache/utils": "0.1.1",
"emittery": "0.10.0",
"ethereumjs-util": "7.1.3"
}
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.

22 changes: 11 additions & 11 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.1.1-rc.0",
"version": "0.1.1",
"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 @@ -54,16 +54,16 @@
"@ethereumjs/common": "2.6.0",
"@ethereumjs/tx": "3.4.0",
"@ethereumjs/vm": "5.6.0",
"@ganache/ethereum-address": "0.1.1-rc.0",
"@ganache/ethereum-block": "0.1.1-rc.0",
"@ganache/ethereum-options": "0.1.1-rc.0",
"@ganache/ethereum-transaction": "0.1.1-rc.0",
"@ganache/ethereum-utils": "0.1.1-rc.0",
"@ganache/options": "0.1.1-rc.0",
"@ganache/promise-queue": "0.1.1-rc.0",
"@ganache/rlp": "0.1.1-rc.0",
"@ganache/secp256k1": "0.1.1-rc.0",
"@ganache/utils": "0.1.1-rc.0",
"@ganache/ethereum-address": "0.1.1",
"@ganache/ethereum-block": "0.1.1",
"@ganache/ethereum-options": "0.1.1",
"@ganache/ethereum-transaction": "0.1.1",
"@ganache/ethereum-utils": "0.1.1",
"@ganache/options": "0.1.1",
"@ganache/promise-queue": "0.1.1",
"@ganache/rlp": "0.1.1",
"@ganache/secp256k1": "0.1.1",
"@ganache/utils": "0.1.1",
"abort-controller": "3.0.0",
"bip39": "3.0.4",
"emittery": "0.10.0",
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.

10 changes: 5 additions & 5 deletions 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.1.1-rc.0",
"version": "0.1.1",
"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 Expand Up @@ -48,10 +48,10 @@
"truffle"
],
"dependencies": {
"@ganache/ethereum-address": "0.1.1-rc.0",
"@ganache/ethereum-utils": "0.1.1-rc.0",
"@ganache/options": "0.1.1-rc.0",
"@ganache/utils": "0.1.1-rc.0",
"@ganache/ethereum-address": "0.1.1",
"@ganache/ethereum-utils": "0.1.1",
"@ganache/options": "0.1.1",
"@ganache/utils": "0.1.1",
"bip39": "3.0.4",
"seedrandom": "3.0.5"
},
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.

12 changes: 6 additions & 6 deletions 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.1.1-rc.0",
"version": "0.1.1",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/transaction#readme",
Expand Down Expand Up @@ -49,11 +49,11 @@
],
"dependencies": {
"@ethereumjs/common": "2.6.0",
"@ganache/ethereum-address": "0.1.1-rc.0",
"@ganache/ethereum-utils": "0.1.1-rc.0",
"@ganache/rlp": "0.1.1-rc.0",
"@ganache/secp256k1": "0.1.1-rc.0",
"@ganache/utils": "0.1.1-rc.0",
"@ganache/ethereum-address": "0.1.1",
"@ganache/ethereum-utils": "0.1.1",
"@ganache/rlp": "0.1.1",
"@ganache/secp256k1": "0.1.1",
"@ganache/utils": "0.1.1",
"ethereumjs-util": "7.1.3",
"node-gyp-build": "4.2.3"
},
Expand Down
2 changes: 1 addition & 1 deletion src/chains/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 src/chains/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.1.1-rc.0",
"version": "0.1.1",
"description": "",
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/ethereum/utils#readme",
Expand Down Expand Up @@ -51,9 +51,9 @@
"@ethereumjs/common": "2.6.0",
"@ethereumjs/tx": "3.4.0",
"@ethereumjs/vm": "5.6.0",
"@ganache/ethereum-address": "0.1.1-rc.0",
"@ganache/rlp": "0.1.1-rc.0",
"@ganache/utils": "0.1.1-rc.0",
"@ganache/ethereum-address": "0.1.1",
"@ganache/rlp": "0.1.1",
"@ganache/utils": "0.1.1",
"emittery": "0.10.0",
"ethereumjs-abi": "0.6.8",
"ethereumjs-util": "7.1.3"
Expand Down
2 changes: 1 addition & 1 deletion src/chains/filecoin/filecoin/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/chains/filecoin/filecoin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.1-rc.0",
"version": "0.1.1",
"description": "Ganache's Filecoin client implementation",
"author": "Tim Coulter",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/filecoin#readme",
Expand Down Expand Up @@ -57,8 +57,8 @@
"@filecoin-shipyard/lotus-client-provider-browser": "0.0.14",
"@filecoin-shipyard/lotus-client-rpc": "0.2.0",
"@filecoin-shipyard/lotus-client-schema": "2.0.0",
"@ganache/filecoin-options": "0.1.1-rc.0",
"@ganache/utils": "0.1.1-rc.0",
"@ganache/filecoin-options": "0.1.1",
"@ganache/utils": "0.1.1",
"@trufflesuite/uws-js-unofficial": "20.4.0-unofficial.2",
"@types/bn.js": "5.1.0",
"@types/deep-equal": "1.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/chains/filecoin/options/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/filecoin/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.1-rc.0",
"version": "0.1.1",
"description": "",
"author": "Tim Coulter",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/filecoin/options#readme",
Expand Down Expand Up @@ -50,7 +50,7 @@
"truffle"
],
"devDependencies": {
"@ganache/options": "0.1.1-rc.0",
"@ganache/options": "0.1.1",
"@types/mocha": "9.0.0",
"@types/seedrandom": "3.0.1",
"@types/terser-webpack-plugin": "5.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/chains/tezos/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/tezos/options/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.1-rc.0",
"version": "0.1.1",
"description": "",
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/tezos/options#readme",
Expand Down
2 changes: 1 addition & 1 deletion src/chains/tezos/tezos/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/chains/tezos/tezos/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"publishConfig": {
"access": "public"
},
"version": "0.1.1-rc.0",
"version": "0.1.1",
"description": "Ganache's Tezos client implementation",
"author": "David Murdoch <david@trufflesuite.com> (https://davidmurdoch.com)",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/chains/tezos/tezos#readme",
Expand Down Expand Up @@ -42,8 +42,8 @@
"tooling"
],
"dependencies": {
"@ganache/options": "0.1.1-rc.0",
"@ganache/utils": "0.1.1-rc.0",
"@ganache/options": "0.1.1",
"@ganache/utils": "0.1.1",
"emittery": "0.10.0"
},
"devDependencies": {
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.

16 changes: 8 additions & 8 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.1.1-rc.0",
"version": "0.1.1",
"description": "",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/packages/cli#readme",
Expand Down Expand Up @@ -53,20 +53,20 @@
"truffle"
],
"devDependencies": {
"@ganache/ethereum": "0.1.1-rc.0",
"@ganache/filecoin": "0.1.1-rc.0",
"@ganache/ethereum": "0.1.1",
"@ganache/filecoin": "0.1.1",
"@types/mocha": "9.0.0",
"cross-env": "7.0.3",
"mocha": "9.1.3",
"ts-node": "10.4.0",
"typescript": "4.5.2"
},
"dependencies": {
"@ganache/colors": "0.1.1-rc.0",
"@ganache/core": "0.1.1-rc.0",
"@ganache/flavors": "0.1.1-rc.0",
"@ganache/options": "0.1.1-rc.0",
"@ganache/utils": "0.1.1-rc.0",
"@ganache/colors": "0.1.1",
"@ganache/core": "0.1.1",
"@ganache/flavors": "0.1.1",
"@ganache/options": "0.1.1",
"@ganache/utils": "0.1.1",
"@types/node": "17.0.0",
"chalk": "4.1.0",
"ethereumjs-util": "7.1.3",
Expand Down
2 changes: 1 addition & 1 deletion src/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 src/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.1.1-rc.0",
"version": "0.1.1",
"description": "Truffle's colors, hex encoded",
"author": "David Murdoch",
"homepage": "https://github.com/trufflesuite/ganache/tree/develop/src/packages/colors#readme",
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.

12 changes: 6 additions & 6 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.1.1-rc.0",
"version": "0.1.1",
"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,11 +48,11 @@
"tooling"
],
"dependencies": {
"@ganache/ethereum": "0.1.1-rc.0",
"@ganache/flavors": "0.1.1-rc.0",
"@ganache/options": "0.1.1-rc.0",
"@ganache/tezos": "0.1.1-rc.0",
"@ganache/utils": "0.1.1-rc.0",
"@ganache/ethereum": "0.1.1",
"@ganache/flavors": "0.1.1",
"@ganache/options": "0.1.1",
"@ganache/tezos": "0.1.1",
"@ganache/utils": "0.1.1",
"@trufflesuite/uws-js-unofficial": "20.4.0-unofficial.2",
"aggregate-error": "3.1.0",
"emittery": "0.10.0",
Expand Down

0 comments on commit 1871414

Please sign in to comment.