Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
 - @truffle/artifactor@4.0.77
 - @truffle/codec@0.6.1
 - @truffle/compile-common@0.3.9
 - @truffle/compile-solidity@4.3.22
 - @truffle/compile-vyper@1.0.71
 - @truffle/contract-schema@3.2.5
 - @truffle/contract-tests@0.1.3
 - @truffle/contract@4.2.22
 - @truffle/core@5.1.44
 - @truffle/debug-utils@4.2.8
 - @truffle/debugger@7.7.0
 - @truffle/decoder@4.4.1
 - @truffle/deployer@3.1.38
 - @truffle/environment@0.2.24
 - @truffle/external-compile@1.0.36
 - @truffle/hdwallet-provider@1.0.44
 - @truffle/migrate@3.1.38
 - @truffle/resolver@6.0.18
 - @truffle/solidity-utils@1.3.19
 - truffle@5.1.44
 - @truffle/workflow-compile@2.1.51
  • Loading branch information
haltman-at committed Sep 11, 2020
1 parent 63d2e4a commit 0138100
Show file tree
Hide file tree
Showing 21 changed files with 73 additions and 73 deletions.
6 changes: 3 additions & 3 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.76",
"version": "4.0.77",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -14,14 +14,14 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/contract-schema": "^3.2.4",
"@truffle/contract-schema": "^3.2.5",
"fs-extra": "^8.1.0",
"lodash.assign": "^4.2.0",
"lodash.merge": "^4.6.2",
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@truffle/contract": "^4.2.21",
"@truffle/contract": "^4.2.22",
"@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/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.6.0",
"version": "0.6.1",
"main": "dist/lib/index.js",
"files": [
"dist"
Expand Down Expand Up @@ -36,7 +36,7 @@
},
"devDependencies": {
"@gnd/typedoc": "0.15.0-0",
"@truffle/contract-schema": "^3.2.4",
"@truffle/contract-schema": "^3.2.5",
"@trufflesuite/typedoc-default-themes": "^0.6.1",
"@types/big.js": "^4.0.5",
"@types/bn.js": "^4.11.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/compile-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/compile-common",
"version": "0.3.8",
"version": "0.3.9",
"description": "Common compiler integration support infrastructure for Truffle",
"main": "dist/src/index.js",
"repository": "https://github.com/trufflesuite/truffle/tree/develop/packages/compile-common",
Expand All @@ -15,8 +15,8 @@
"typescript": "3.9.6"
},
"dependencies": {
"@truffle/contract-schema": "^3.2.4",
"@truffle/resolver": "^6.0.17",
"@truffle/contract-schema": "^3.2.5",
"@truffle/resolver": "^6.0.18",
"fs-extra": "^8.1.0"
}
}
6 changes: 3 additions & 3 deletions packages/compile-solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.3.21",
"version": "4.3.22",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh"
},
"dependencies": {
"@truffle/compile-common": "^0.3.8",
"@truffle/compile-common": "^0.3.9",
"@truffle/config": "^1.2.29",
"@truffle/contract-sources": "^0.1.8",
"@truffle/error": "^0.0.11",
Expand All @@ -32,7 +32,7 @@
"solc": "^0.6.0"
},
"devDependencies": {
"@truffle/resolver": "^6.0.17",
"@truffle/resolver": "^6.0.18",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/compile-vyper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"license": "MIT",
"author": "Evgeniy Filatov <evgeniyfilatov@gmail.com>",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/compile-vyper",
"version": "1.0.70",
"version": "1.0.71",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-solidity": "^4.3.21",
"@truffle/compile-solidity": "^4.3.22",
"colors": "^1.1.2",
"eslint": "^5.5.0",
"minimatch": "^3.0.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/contract-schema/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.2.4",
"version": "3.2.5",
"main": "index.js",
"directories": {
"spec": "./spec"
Expand Down
6 changes: 3 additions & 3 deletions packages/contract-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/contract-tests",
"version": "0.1.2",
"version": "0.1.3",
"description": "Test suite for @truffle/contract smart contract abstraction (unpublished)",
"author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
"homepage": "https://github.com/trufflesuite/truffle#readme",
Expand All @@ -21,8 +21,8 @@
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.0.25",
"@truffle/compile-solidity": "^4.3.21",
"@truffle/contract": "^4.2.21",
"@truffle/compile-solidity": "^4.3.22",
"@truffle/contract": "^4.2.22",
"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.21",
"version": "4.2.22",
"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 @@ -18,8 +18,8 @@
"typings": "./typings/index.d.ts",
"dependencies": {
"@truffle/blockchain-utils": "^0.0.25",
"@truffle/contract-schema": "^3.2.4",
"@truffle/debug-utils": "^4.2.7",
"@truffle/contract-schema": "^3.2.5",
"@truffle/debug-utils": "^4.2.8",
"@truffle/error": "^0.0.11",
"@truffle/interface-adapter": "^0.4.16",
"bignumber.js": "^7.2.1",
Expand Down
26 changes: 13 additions & 13 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.43",
"version": "5.1.44",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -17,28 +17,28 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.76",
"@truffle/artifactor": "^4.0.77",
"@truffle/box": "^2.1.0",
"@truffle/codec": "^0.6.0",
"@truffle/compile-solidity": "^4.3.21",
"@truffle/codec": "^0.6.1",
"@truffle/compile-solidity": "^4.3.22",
"@truffle/config": "^1.2.29",
"@truffle/contract": "^4.2.21",
"@truffle/contract": "^4.2.22",
"@truffle/contract-sources": "^0.1.8",
"@truffle/debug-utils": "^4.2.7",
"@truffle/debugger": "^7.6.0",
"@truffle/decoder": "^4.4.0",
"@truffle/deployer": "^3.1.37",
"@truffle/environment": "^0.2.23",
"@truffle/debug-utils": "^4.2.8",
"@truffle/debugger": "^7.7.0",
"@truffle/decoder": "^4.4.1",
"@truffle/deployer": "^3.1.38",
"@truffle/environment": "^0.2.24",
"@truffle/error": "^0.0.11",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.16",
"@truffle/migrate": "^3.1.37",
"@truffle/migrate": "^3.1.38",
"@truffle/provider": "^0.2.22",
"@truffle/provisioner": "^0.2.6",
"@truffle/require": "^2.0.52",
"@truffle/resolver": "^6.0.17",
"@truffle/resolver": "^6.0.18",
"@truffle/source-fetcher": "^0.2.3",
"@truffle/workflow-compile": "^2.1.50",
"@truffle/workflow-compile": "^2.1.51",
"app-module-path": "^2.2.0",
"chai": "4.2.0",
"colors": "^1.1.2",
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.7",
"version": "4.2.8",
"main": "index.js",
"scripts": {
"prepare": "exit 0"
},
"dependencies": {
"@truffle/codec": "^0.6.0",
"@truffle/codec": "^0.6.1",
"@trufflesuite/chromafi": "^2.1.2",
"chalk": "^2.4.2",
"debug": "^4.1.0",
Expand Down
16 changes: 8 additions & 8 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.6.0",
"version": "7.7.0",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand All @@ -20,10 +20,10 @@
"test:debug": "NODE_ENV=testing node --inspect ./node_modules/.bin/mocha-webpack --webpack-config webpack/webpack.config-test.js --recursive"
},
"dependencies": {
"@truffle/codec": "^0.6.0",
"@truffle/compile-solidity": "^4.3.21",
"@truffle/codec": "^0.6.1",
"@truffle/compile-solidity": "^4.3.22",
"@truffle/expect": "^0.0.15",
"@truffle/solidity-utils": "^1.3.18",
"@truffle/solidity-utils": "^1.3.19",
"bn.js": "^4.11.8",
"debug": "^4.1.0",
"json-pointer": "^0.6.0",
Expand All @@ -42,11 +42,11 @@
"web3-eth-abi": "1.2.1"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.76",
"@truffle/artifactor": "^4.0.77",
"@truffle/box": "^2.1.0",
"@truffle/migrate": "^3.1.37",
"@truffle/resolver": "^6.0.17",
"@truffle/workflow-compile": "^2.1.50",
"@truffle/migrate": "^3.1.38",
"@truffle/resolver": "^6.0.18",
"@truffle/workflow-compile": "^2.1.51",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down
10 changes: 5 additions & 5 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.0",
"version": "4.4.1",
"main": "dist/index.js",
"directories": {
"lib": "lib"
Expand All @@ -21,9 +21,9 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/codec": "^0.6.0",
"@truffle/compile-solidity": "^4.3.21",
"@truffle/solidity-utils": "^1.3.18",
"@truffle/codec": "^0.6.1",
"@truffle/compile-solidity": "^4.3.22",
"@truffle/solidity-utils": "^1.3.19",
"bn.js": "^4.11.8",
"debug": "^4.1.0",
"source-map-support": "^0.5.19",
Expand All @@ -34,7 +34,7 @@
},
"devDependencies": {
"@truffle/config": "^1.2.29",
"@truffle/contract-schema": "^3.2.4",
"@truffle/contract-schema": "^3.2.5",
"@truffle/provider": "^0.2.22",
"@types/big.js": "^4.0.5",
"@types/bn.js": "^4.11.2",
Expand Down
6 changes: 3 additions & 3 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.37",
"version": "3.1.38",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@ensdomains/ens": "^0.4.0",
"@ensdomains/resolver": "^0.2.0",
"@truffle/contract": "^4.2.21",
"@truffle/contract": "^4.2.22",
"@truffle/expect": "^0.0.15",
"emittery": "^0.4.0",
"eth-ens-namehash": "^2.0.8",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@truffle/reporters": "^1.1.1",
"@truffle/workflow-compile": "^2.1.50",
"@truffle/workflow-compile": "^2.1.51",
"ganache-core": "2.11.2",
"mocha": "8.1.2",
"sinon": "9.0.2",
Expand Down
6 changes: 3 additions & 3 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.23",
"version": "0.2.24",
"main": "index.js",
"scripts": {
"prepare": "exit 0"
},
"dependencies": {
"@truffle/artifactor": "^4.0.76",
"@truffle/artifactor": "^4.0.77",
"@truffle/error": "^0.0.11",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.16",
"@truffle/resolver": "^6.0.17",
"@truffle/resolver": "^6.0.18",
"ganache-core": "2.11.2",
"node-ipc": "^9.1.1",
"source-map-support": "^0.5.19",
Expand Down
4 changes: 2 additions & 2 deletions packages/external-compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "1.0.35",
"version": "1.0.36",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/contract-schema": "^3.2.4",
"@truffle/contract-schema": "^3.2.5",
"@truffle/expect": "^0.0.15",
"debug": "^4.1.0",
"glob": "^7.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-provider/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.0.43",
"version": "1.0.44",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/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": "3.1.37",
"version": "3.1.38",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha ./test/* ./test/**/*"
},
"dependencies": {
"@truffle/config": "^1.2.29",
"@truffle/deployer": "^3.1.37",
"@truffle/deployer": "^3.1.38",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.16",
"@truffle/reporters": "^1.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/resolver/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": "6.0.17",
"version": "6.0.18",
"main": "dist/lib/index.js",
"files": [
"dist"
Expand All @@ -20,7 +20,7 @@
},
"types": "dist/lib/index.d.ts",
"dependencies": {
"@truffle/contract": "^4.2.21",
"@truffle/contract": "^4.2.22",
"@truffle/expect": "^0.0.15",
"@truffle/provisioner": "^0.2.6",
"debug": "^4.1.1",
Expand Down
Loading

0 comments on commit 0138100

Please sign in to comment.