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.67
 - @truffle/blockchain-utils@0.0.21
 - @truffle/box@1.0.64
 - @truffle/code-utils@1.2.17
 - @truffle/codec@0.5.7
 - @truffle/compile-solidity@4.3.12
 - @truffle/compile-vyper@1.0.61
 - @truffle/config@1.2.21
 - @truffle/contract-schema@3.2.2
 - @truffle/contract@4.2.12
 - @truffle/core@5.1.34
 - @truffle/debug-utils@4.1.9
 - @truffle/debugger@7.5.5
 - @truffle/decoder@4.3.10
 - @truffle/deployer@3.1.28
 - @truffle/environment@0.2.14
 - @truffle/expect@0.0.14
 - @truffle/external-compile@1.0.32
 - @truffle/hdwallet-provider@1.0.38
 - @truffle/interface-adapter@0.4.11
 - @truffle/migrate@3.1.28
 - @truffle/provider@0.2.14
 - @truffle/require@2.0.44
 - @truffle/resolver@6.0.8
 - @truffle/solidity-utils@1.3.10
 - truffle@5.1.34
 - @truffle/workflow-compile@2.1.41
  • Loading branch information
fainashalts committed Jul 9, 2020
1 parent 8f135ce commit 90c9f7e
Show file tree
Hide file tree
Showing 27 changed files with 113 additions and 113 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.66",
"version": "4.0.67",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -14,14 +14,14 @@
},
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/contract-schema": "^3.2.1",
"@truffle/contract-schema": "^3.2.2",
"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.11",
"@truffle/contract": "^4.2.12",
"@types/fs-extra": "^8.1.0",
"@types/lodash.assign": "^4.2.6",
"@types/lodash.merge": "^4.6.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-utils/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.0.20",
"version": "0.0.21",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
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": "1.0.63",
"version": "1.0.64",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -13,7 +13,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.2.20",
"@truffle/config": "^1.2.21",
"fs-extra": "^8.1.0",
"github-download": "^0.5.0",
"inquirer": "^7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"author": "",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/code-utils",
"version": "1.2.16",
"version": "1.2.17",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand Down
4 changes: 2 additions & 2 deletions packages/codec/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/codec",
"version": "0.5.6",
"version": "0.5.7",
"description": "Library for encoding and decoding smart contract data",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand Down Expand Up @@ -34,7 +34,7 @@
},
"devDependencies": {
"@gnd/typedoc": "0.15.0-0",
"@truffle/contract-schema": "^3.2.1",
"@truffle/contract-schema": "^3.2.2",
"@trufflesuite/typedoc-default-themes": "^0.6.1",
"@types/big.js": "^4.0.5",
"@types/bn.js": "^4.11.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/compile-solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.3.11",
"version": "4.3.12",
"main": "index.js",
"scripts": {
"test": "./scripts/test.sh"
},
"dependencies": {
"@truffle/config": "^1.2.20",
"@truffle/config": "^1.2.21",
"@truffle/contract-sources": "^0.1.7",
"@truffle/error": "^0.0.8",
"@truffle/expect": "^0.0.13",
"@truffle/expect": "^0.0.14",
"colors": "^1.1.2",
"debug": "^4.1.0",
"fs-extra": "^8.1.0",
Expand All @@ -30,7 +30,7 @@
"solc": "^0.6.0"
},
"devDependencies": {
"@truffle/resolver": "^6.0.7",
"@truffle/resolver": "^6.0.8",
"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,19 +4,19 @@
"license": "MIT",
"author": "Evgeniy Filatov <evgeniyfilatov@gmail.com>",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/compile-vyper",
"version": "1.0.60",
"version": "1.0.61",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"@truffle/compile-solidity": "^4.3.11",
"@truffle/compile-solidity": "^4.3.12",
"colors": "^1.1.2",
"eslint": "^5.5.0",
"minimatch": "^3.0.4"
},
"devDependencies": {
"@truffle/config": "^1.2.20",
"@truffle/config": "^1.2.21",
"mocha": "8.0.1"
},
"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.20",
"version": "1.2.21",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@truffle/error": "^0.0.8",
"@truffle/events": "^0.0.5",
"@truffle/provider": "^0.2.13",
"@truffle/provider": "^0.2.14",
"configstore": "^4.0.0",
"find-up": "^2.1.0",
"lodash.assignin": "^4.2.0",
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.1",
"version": "3.2.2",
"main": "index.js",
"directories": {
"spec": "./spec"
Expand Down
12 changes: 6 additions & 6 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.11",
"version": "4.2.12",
"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 @@ -20,11 +20,11 @@
},
"typings": "./typings/index.d.ts",
"dependencies": {
"@truffle/blockchain-utils": "^0.0.20",
"@truffle/contract-schema": "^3.2.1",
"@truffle/debug-utils": "^4.1.8",
"@truffle/blockchain-utils": "^0.0.21",
"@truffle/contract-schema": "^3.2.2",
"@truffle/debug-utils": "^4.1.9",
"@truffle/error": "^0.0.8",
"@truffle/interface-adapter": "^0.4.10",
"@truffle/interface-adapter": "^0.4.11",
"bignumber.js": "^7.2.1",
"ethereum-ens": "^0.8.0",
"ethers": "^4.0.0-beta.1",
Expand All @@ -36,7 +36,7 @@
"web3-utils": "1.2.1"
},
"devDependencies": {
"@truffle/compile-solidity": "^4.3.11",
"@truffle/compile-solidity": "^4.3.12",
"browserify": "^14.0.0",
"chai": "4.2.0",
"debug": "^4.1.0",
Expand Down
40 changes: 20 additions & 20 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.33",
"version": "5.1.34",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -16,28 +16,28 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.66",
"@truffle/box": "^1.0.63",
"@truffle/codec": "^0.5.6",
"@truffle/compile-solidity": "^4.3.11",
"@truffle/config": "^1.2.20",
"@truffle/contract": "^4.2.11",
"@truffle/artifactor": "^4.0.67",
"@truffle/box": "^1.0.64",
"@truffle/codec": "^0.5.7",
"@truffle/compile-solidity": "^4.3.12",
"@truffle/config": "^1.2.21",
"@truffle/contract": "^4.2.12",
"@truffle/contract-sources": "^0.1.7",
"@truffle/debug-utils": "^4.1.8",
"@truffle/debugger": "^7.5.4",
"@truffle/decoder": "^4.3.9",
"@truffle/deployer": "^3.1.27",
"@truffle/environment": "^0.2.13",
"@truffle/debug-utils": "^4.1.9",
"@truffle/debugger": "^7.5.5",
"@truffle/decoder": "^4.3.10",
"@truffle/deployer": "^3.1.28",
"@truffle/environment": "^0.2.14",
"@truffle/error": "^0.0.8",
"@truffle/expect": "^0.0.13",
"@truffle/interface-adapter": "^0.4.10",
"@truffle/migrate": "^3.1.27",
"@truffle/provider": "^0.2.13",
"@truffle/expect": "^0.0.14",
"@truffle/interface-adapter": "^0.4.11",
"@truffle/migrate": "^3.1.28",
"@truffle/provider": "^0.2.14",
"@truffle/provisioner": "^0.2.0",
"@truffle/require": "^2.0.43",
"@truffle/resolver": "^6.0.7",
"@truffle/require": "^2.0.44",
"@truffle/resolver": "^6.0.8",
"@truffle/source-fetcher": "^0.2.0",
"@truffle/workflow-compile": "^2.1.40",
"@truffle/workflow-compile": "^2.1.41",
"app-module-path": "^2.2.0",
"bip39": "^2.2.0",
"chai": "4.2.0",
Expand Down Expand Up @@ -72,7 +72,7 @@
"yargs": "^8.0.2"
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.0.20",
"@truffle/blockchain-utils": "^0.0.21",
"memorystream": "^0.3.1"
},
"publishConfig": {
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.1.8",
"version": "4.1.9",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"@truffle/codec": "^0.5.6",
"@truffle/codec": "^0.5.7",
"@trufflesuite/chromafi": "^2.1.2",
"chalk": "^2.4.2",
"debug": "^4.1.0",
Expand Down
22 changes: 11 additions & 11 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.5.4",
"version": "7.5.5",
"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.5.6",
"@truffle/compile-solidity": "^4.3.11",
"@truffle/expect": "^0.0.13",
"@truffle/solidity-utils": "^1.3.9",
"@truffle/codec": "^0.5.7",
"@truffle/compile-solidity": "^4.3.12",
"@truffle/expect": "^0.0.14",
"@truffle/solidity-utils": "^1.3.10",
"bn.js": "^4.11.8",
"debug": "^4.1.0",
"json-pointer": "^0.6.0",
Expand All @@ -42,12 +42,12 @@
"web3-eth-abi": "1.2.1"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.66",
"@truffle/box": "^1.0.63",
"@truffle/debug-utils": "^4.1.8",
"@truffle/migrate": "^3.1.27",
"@truffle/resolver": "^6.0.7",
"@truffle/workflow-compile": "^2.1.40",
"@truffle/artifactor": "^4.0.67",
"@truffle/box": "^1.0.64",
"@truffle/debug-utils": "^4.1.9",
"@truffle/migrate": "^3.1.28",
"@truffle/resolver": "^6.0.8",
"@truffle/workflow-compile": "^2.1.41",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down
14 changes: 7 additions & 7 deletions packages/decoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/decoder",
"version": "4.3.9",
"version": "4.3.10",
"description": "A decoder and encoder for Solidity variables of all sorts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -14,9 +14,9 @@
"test": "cd test/current && npx truffle test && cd ../legacy && npx truffle test"
},
"dependencies": {
"@truffle/codec": "^0.5.6",
"@truffle/compile-solidity": "^4.3.11",
"@truffle/solidity-utils": "^1.3.9",
"@truffle/codec": "^0.5.7",
"@truffle/compile-solidity": "^4.3.12",
"@truffle/solidity-utils": "^1.3.10",
"bn.js": "^4.11.8",
"debug": "^4.1.0",
"source-map-support": "^0.5.19",
Expand All @@ -42,9 +42,9 @@
"access": "public"
},
"devDependencies": {
"@truffle/config": "^1.2.20",
"@truffle/contract-schema": "^3.2.1",
"@truffle/provider": "^0.2.13",
"@truffle/config": "^1.2.21",
"@truffle/contract-schema": "^3.2.2",
"@truffle/provider": "^0.2.14",
"@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,24 +8,24 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.1.27",
"version": "3.1.28",
"main": "index.js",
"scripts": {
"test": "mocha --no-warnings --timeout 10000 --exit"
},
"dependencies": {
"@ensdomains/ens": "^0.4.0",
"@ensdomains/resolver": "^0.2.0",
"@truffle/contract": "^4.2.11",
"@truffle/expect": "^0.0.13",
"@truffle/contract": "^4.2.12",
"@truffle/expect": "^0.0.14",
"emittery": "^0.4.0",
"eth-ens-namehash": "^2.0.8",
"ethereum-ens": "^0.8.0",
"web3-utils": "1.2.2"
},
"devDependencies": {
"@truffle/reporters": "^1.1.0",
"@truffle/workflow-compile": "^2.1.40",
"@truffle/workflow-compile": "^2.1.41",
"ganache-core": "2.10.2",
"mocha": "8.0.1",
"sinon": "^7.3.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.2.13",
"version": "0.2.14",
"main": "index.js",
"dependencies": {
"@truffle/artifactor": "^4.0.66",
"@truffle/artifactor": "^4.0.67",
"@truffle/error": "^0.0.8",
"@truffle/expect": "^0.0.13",
"@truffle/interface-adapter": "^0.4.10",
"@truffle/resolver": "^6.0.7",
"@truffle/expect": "^0.0.14",
"@truffle/interface-adapter": "^0.4.11",
"@truffle/resolver": "^6.0.8",
"ganache-core": "2.10.2",
"node-ipc": "^9.1.1",
"source-map-support": "^0.5.19",
Expand Down
Loading

0 comments on commit 90c9f7e

Please sign in to comment.