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

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @truffle/artifactor@4.0.83
 - @truffle/box@2.1.3
 - @truffle/codec@0.7.1
 - @truffle/compile-solidity@5.0.5
 - @truffle/compile-vyper@2.1.2
 - @truffle/config@1.2.32
 - @truffle/contract-tests@0.1.9
 - @truffle/contract@4.2.27
 - @truffle/core@5.1.50
 - @truffle/db@0.1.0
 - @truffle/debug-utils@4.2.13
 - @truffle/debugger@7.7.6
 - @truffle/decoder@4.4.7
 - @truffle/deployer@3.1.44
 - @truffle/environment@0.2.30
 - @truffle/external-compile@2.0.3
 - @truffle/interface-adapter@0.4.18
 - @truffle/migrate@3.1.44
 - @truffle/provider@0.2.24
 - @truffle/provisioner@0.2.9
 - @truffle/reporters@1.1.2
 - @truffle/require@2.0.55
 - @truffle/resolver@6.0.24
 - @truffle/solidity-utils@1.3.24
 - truffle@5.1.50
 - @truffle/workflow-compile@3.0.5
  • Loading branch information
eggplantzzz committed Oct 22, 2020
1 parent 0599a4c commit 89642b9
Show file tree
Hide file tree
Showing 26 changed files with 99 additions and 99 deletions.
4 changes: 2 additions & 2 deletions packages/artifactor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": "Tim Coulter",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/artifactor",
"version": "4.0.82",
"version": "4.0.83",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@truffle/contract": "^4.2.26",
"@truffle/contract": "^4.2.27",
"@types/fs-extra": "^8.1.0",
"@types/lodash.assign": "^4.2.6",
"@types/lodash.merge": "^4.6.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/box/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/box",
"version": "2.1.2",
"version": "2.1.3",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -13,7 +13,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.2.31",
"@truffle/config": "^1.2.32",
"download-git-repo": "^3.0.2",
"fs-extra": "^8.1.0",
"ignore": "^5.1.8",
Expand Down
2 changes: 1 addition & 1 deletion packages/codec/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.7.0",
"version": "0.7.1",
"main": "dist/lib/index.js",
"files": [
"dist"
Expand Down
6 changes: 3 additions & 3 deletions packages/compile-solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.0.4",
"version": "5.0.5",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh"
},
"dependencies": {
"@truffle/compile-common": "^0.4.1",
"@truffle/config": "^1.2.31",
"@truffle/config": "^1.2.32",
"@truffle/contract-sources": "^0.1.8",
"@truffle/error": "^0.0.11",
"@truffle/expect": "^0.0.15",
Expand All @@ -32,7 +32,7 @@
"solc": "^0.6.0"
},
"devDependencies": {
"@truffle/resolver": "^6.0.23",
"@truffle/resolver": "^6.0.24",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/compile-vyper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"license": "MIT",
"author": "Evgeniy Filatov <evgeniyfilatov@gmail.com>",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/compile-vyper",
"version": "2.1.1",
"version": "2.1.2",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-solidity": "^5.0.4",
"@truffle/compile-solidity": "^5.0.5",
"colors": "^1.1.2",
"eslint": "^5.5.0",
"minimatch": "^3.0.4"
},
"devDependencies": {
"@truffle/config": "^1.2.31",
"@truffle/config": "^1.2.32",
"mocha": "8.1.2"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "1.2.31",
"version": "1.2.32",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@truffle/error": "^0.0.11",
"@truffle/events": "^0.0.8",
"@truffle/provider": "^0.2.23",
"@truffle/provider": "^0.2.24",
"configstore": "^4.0.0",
"find-up": "^2.1.0",
"lodash.assignin": "^4.2.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/contract-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.8",
"version": "0.1.9",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh",
Expand All @@ -21,8 +21,8 @@
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.0.25",
"@truffle/compile-solidity": "^5.0.4",
"@truffle/contract": "^4.2.26",
"@truffle/compile-solidity": "^5.0.5",
"@truffle/contract": "^4.2.27",
"bignumber.js": "^7.2.1",
"chai": "4.2.0",
"debug": "^4.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/contract/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.2.26",
"version": "4.2.27",
"main": "index.js",
"scripts": {
"compile": "sh -c \"mkdir -p ./dist\" && browserify --debug ./index.js | exorcist ./dist/truffle-contract.js.map > ./dist/truffle-contract.js && uglifyjs ./dist/truffle-contract.js -o ./dist/truffle-contract.min.js",
Expand All @@ -19,9 +19,9 @@
"dependencies": {
"@truffle/blockchain-utils": "^0.0.25",
"@truffle/contract-schema": "^3.3.1",
"@truffle/debug-utils": "^4.2.12",
"@truffle/debug-utils": "^4.2.13",
"@truffle/error": "^0.0.11",
"@truffle/interface-adapter": "^0.4.17",
"@truffle/interface-adapter": "^0.4.18",
"bignumber.js": "^7.2.1",
"ethereum-ens": "^0.8.0",
"ethers": "^4.0.0-beta.1",
Expand Down
38 changes: 19 additions & 19 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.1.49",
"version": "5.1.50",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -17,28 +17,28 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.82",
"@truffle/box": "^2.1.2",
"@truffle/codec": "^0.7.0",
"@truffle/compile-solidity": "^5.0.4",
"@truffle/config": "^1.2.31",
"@truffle/contract": "^4.2.26",
"@truffle/artifactor": "^4.0.83",
"@truffle/box": "^2.1.3",
"@truffle/codec": "^0.7.1",
"@truffle/compile-solidity": "^5.0.5",
"@truffle/config": "^1.2.32",
"@truffle/contract": "^4.2.27",
"@truffle/contract-sources": "^0.1.8",
"@truffle/debug-utils": "^4.2.12",
"@truffle/debugger": "^7.7.5",
"@truffle/decoder": "^4.4.6",
"@truffle/deployer": "^3.1.43",
"@truffle/environment": "^0.2.29",
"@truffle/debug-utils": "^4.2.13",
"@truffle/debugger": "^7.7.6",
"@truffle/decoder": "^4.4.7",
"@truffle/deployer": "^3.1.44",
"@truffle/environment": "^0.2.30",
"@truffle/error": "^0.0.11",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.17",
"@truffle/migrate": "^3.1.43",
"@truffle/provider": "^0.2.23",
"@truffle/provisioner": "^0.2.8",
"@truffle/require": "^2.0.54",
"@truffle/resolver": "^6.0.23",
"@truffle/interface-adapter": "^0.4.18",
"@truffle/migrate": "^3.1.44",
"@truffle/provider": "^0.2.24",
"@truffle/provisioner": "^0.2.9",
"@truffle/require": "^2.0.55",
"@truffle/resolver": "^6.0.24",
"@truffle/source-fetcher": "^0.2.4",
"@truffle/workflow-compile": "^3.0.4",
"@truffle/workflow-compile": "^3.0.5",
"app-module-path": "^2.2.0",
"chai": "4.2.0",
"colors": "^1.1.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.0-3",
"version": "0.1.0",
"main": "dist/src/index.js",
"files": [
"dist",
Expand All @@ -33,7 +33,7 @@
},
"dependencies": {
"@truffle/compile-common": "^0.4.1",
"@truffle/workflow-compile": "^3.0.4",
"@truffle/workflow-compile": "^3.0.5",
"apollo-server": "^2.18.2",
"fse": "^4.0.1",
"graphql": "^15.3.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/debug-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.2.12",
"version": "4.2.13",
"main": "index.js",
"scripts": {
"prepare": "exit 0"
},
"dependencies": {
"@truffle/codec": "^0.7.0",
"@truffle/codec": "^0.7.1",
"@trufflesuite/chromafi": "^2.2.0",
"chalk": "^2.4.2",
"debug": "^4.1.0",
Expand Down
18 changes: 9 additions & 9 deletions packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "7.7.5",
"version": "7.7.6",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand All @@ -21,10 +21,10 @@
},
"dependencies": {
"@truffle/abi-utils": "^0.1.0",
"@truffle/codec": "^0.7.0",
"@truffle/compile-solidity": "^5.0.4",
"@truffle/codec": "^0.7.1",
"@truffle/compile-solidity": "^5.0.5",
"@truffle/expect": "^0.0.15",
"@truffle/solidity-utils": "^1.3.23",
"@truffle/solidity-utils": "^1.3.24",
"bn.js": "^4.11.8",
"debug": "^4.1.0",
"json-pointer": "^0.6.0",
Expand All @@ -43,11 +43,11 @@
"web3-eth-abi": "1.2.9"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.82",
"@truffle/box": "^2.1.2",
"@truffle/migrate": "^3.1.43",
"@truffle/resolver": "^6.0.23",
"@truffle/workflow-compile": "^3.0.4",
"@truffle/artifactor": "^4.0.83",
"@truffle/box": "^2.1.3",
"@truffle/migrate": "^3.1.44",
"@truffle/resolver": "^6.0.24",
"@truffle/workflow-compile": "^3.0.5",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/decoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.4.6",
"version": "4.4.7",
"main": "dist/index.js",
"directories": {
"lib": "lib"
Expand All @@ -22,9 +22,9 @@
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/abi-utils": "^0.1.0",
"@truffle/codec": "^0.7.0",
"@truffle/compile-solidity": "^5.0.4",
"@truffle/solidity-utils": "^1.3.23",
"@truffle/codec": "^0.7.1",
"@truffle/compile-solidity": "^5.0.5",
"@truffle/solidity-utils": "^1.3.24",
"bn.js": "^4.11.8",
"debug": "^4.1.0",
"source-map-support": "^0.5.19",
Expand All @@ -34,9 +34,9 @@
"truffle": "^5.0.14"
},
"devDependencies": {
"@truffle/config": "^1.2.31",
"@truffle/config": "^1.2.32",
"@truffle/contract-schema": "^3.3.1",
"@truffle/provider": "^0.2.23",
"@truffle/provider": "^0.2.24",
"@types/big.js": "^4.0.5",
"@types/bn.js": "^4.11.2",
"@types/debug": "^0.0.31",
Expand Down
8 changes: 4 additions & 4 deletions packages/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.1.43",
"version": "3.1.44",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand All @@ -17,16 +17,16 @@
"dependencies": {
"@ensdomains/ens": "^0.4.0",
"@ensdomains/resolver": "^0.2.0",
"@truffle/contract": "^4.2.26",
"@truffle/contract": "^4.2.27",
"@truffle/expect": "^0.0.15",
"emittery": "^0.4.0",
"eth-ens-namehash": "^2.0.8",
"ethereum-ens": "^0.8.0",
"web3-utils": "1.2.9"
},
"devDependencies": {
"@truffle/reporters": "^1.1.1",
"@truffle/workflow-compile": "^3.0.4",
"@truffle/reporters": "^1.1.2",
"@truffle/workflow-compile": "^3.0.5",
"ganache-core": "2.13.0",
"mocha": "8.1.2",
"sinon": "9.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.2.29",
"version": "0.2.30",
"main": "index.js",
"scripts": {
"prepare": "exit 0"
},
"dependencies": {
"@truffle/artifactor": "^4.0.82",
"@truffle/artifactor": "^4.0.83",
"@truffle/error": "^0.0.11",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.17",
"@truffle/resolver": "^6.0.23",
"@truffle/interface-adapter": "^0.4.18",
"@truffle/resolver": "^6.0.24",
"ganache-core": "2.13.0",
"node-ipc": "^9.1.1",
"source-map-support": "^0.5.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/external-compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "2.0.2",
"version": "2.0.3",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/interface-adapter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.4.17",
"version": "0.4.18",
"main": "dist/index.js",
"directories": {
"lib": "lib"
Expand Down
Loading

0 comments on commit 89642b9

Please sign in to comment.