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
  • Loading branch information
haltman-at committed May 30, 2020
1 parent 3e03aea commit ec11c4e
Show file tree
Hide file tree
Showing 19 changed files with 79 additions and 79 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.61",
"version": "4.0.62",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand All @@ -21,7 +21,7 @@
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@truffle/contract": "^4.2.6",
"@truffle/contract": "^4.2.7",
"@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 <[email protected]>",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/box",
"version": "1.0.61",
"version": "1.0.62",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -13,7 +13,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.2.18",
"@truffle/config": "^1.2.19",
"fs-extra": "^8.1.0",
"github-download": "^0.5.0",
"inquirer": "^7.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/compile-solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@truffle/compile-solidity",
"description": "Compiler helper and artifact manager for Solidity files",
"version": "4.3.6",
"version": "4.3.7",
"main": "index.js",
"dependencies": {
"@truffle/config": "^1.2.18",
"@truffle/config": "^1.2.19",
"@truffle/contract-sources": "^0.1.7",
"@truffle/error": "^0.0.8",
"@truffle/expect": "^0.0.13",
Expand All @@ -20,7 +20,7 @@
"solc": "^0.6.0"
},
"devDependencies": {
"@truffle/resolver": "^6.0.2",
"@truffle/resolver": "^6.0.3",
"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 <[email protected]>",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/compile-vyper",
"version": "1.0.56",
"version": "1.0.57",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"@truffle/compile-solidity": "^4.3.6",
"@truffle/compile-solidity": "^4.3.7",
"colors": "^1.1.2",
"eslint": "^5.5.0",
"minimatch": "^3.0.4"
},
"devDependencies": {
"@truffle/config": "^1.2.18",
"@truffle/config": "^1.2.19",
"mocha": "5.2.0"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/config",
"version": "1.2.18",
"version": "1.2.19",
"description": "Utility for interacting with truffle-config.js files",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -36,7 +36,7 @@
"dependencies": {
"@truffle/error": "^0.0.8",
"@truffle/events": "^0.0.5",
"@truffle/provider": "^0.2.10",
"@truffle/provider": "^0.2.12",
"configstore": "^4.0.0",
"find-up": "^2.1.0",
"lodash.assignin": "^4.2.0",
Expand Down
8 changes: 4 additions & 4 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.6",
"version": "4.2.7",
"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 @@ -22,9 +22,9 @@
"dependencies": {
"@truffle/blockchain-utils": "^0.0.20",
"@truffle/contract-schema": "^3.2.0",
"@truffle/debug-utils": "^4.1.4",
"@truffle/debug-utils": "^4.1.5",
"@truffle/error": "^0.0.8",
"@truffle/interface-adapter": "^0.4.8",
"@truffle/interface-adapter": "^0.4.9",
"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.6",
"@truffle/compile-solidity": "^4.3.7",
"browserify": "^14.0.0",
"chai": "4.2.0",
"debug": "^4.1.0",
Expand Down
34 changes: 17 additions & 17 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.27",
"version": "5.1.28",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -16,27 +16,27 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.61",
"@truffle/box": "^1.0.61",
"@truffle/artifactor": "^4.0.62",
"@truffle/box": "^1.0.62",
"@truffle/codec": "^0.5.4",
"@truffle/compile-solidity": "^4.3.6",
"@truffle/config": "^1.2.18",
"@truffle/contract": "^4.2.6",
"@truffle/compile-solidity": "^4.3.7",
"@truffle/config": "^1.2.19",
"@truffle/contract": "^4.2.7",
"@truffle/contract-sources": "^0.1.7",
"@truffle/debug-utils": "^4.1.4",
"@truffle/debugger": "^7.4.0",
"@truffle/decoder": "^4.3.5",
"@truffle/deployer": "^3.1.22",
"@truffle/environment": "^0.2.8",
"@truffle/debug-utils": "^4.1.5",
"@truffle/debugger": "^7.4.1",
"@truffle/decoder": "^4.3.6",
"@truffle/deployer": "^3.1.23",
"@truffle/environment": "^0.2.9",
"@truffle/error": "^0.0.8",
"@truffle/expect": "^0.0.13",
"@truffle/interface-adapter": "^0.4.8",
"@truffle/migrate": "^3.1.22",
"@truffle/provider": "^0.2.11",
"@truffle/interface-adapter": "^0.4.9",
"@truffle/migrate": "^3.1.23",
"@truffle/provider": "^0.2.12",
"@truffle/provisioner": "^0.2.0",
"@truffle/require": "^2.0.41",
"@truffle/resolver": "^6.0.2",
"@truffle/workflow-compile": "^2.1.35",
"@truffle/require": "^2.0.42",
"@truffle/resolver": "^6.0.3",
"@truffle/workflow-compile": "^2.1.36",
"app-module-path": "^2.2.0",
"bip39": "^2.2.0",
"chai": "4.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/debug-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/debug-utils",
"version": "4.1.4",
"version": "4.1.5",
"description": "Integration utils for truffle/debugger",
"dependencies": {
"@truffle/codec": "^0.5.4",
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.4.0",
"version": "7.4.1",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@truffle/codec": "^0.5.4",
"@truffle/compile-solidity": "^4.3.6",
"@truffle/compile-solidity": "^4.3.7",
"@truffle/expect": "^0.0.13",
"@truffle/solidity-utils": "^1.3.7",
"bn.js": "^4.11.8",
Expand All @@ -42,12 +42,12 @@
"web3-eth-abi": "1.2.1"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.61",
"@truffle/box": "^1.0.61",
"@truffle/debug-utils": "^4.1.4",
"@truffle/migrate": "^3.1.22",
"@truffle/resolver": "^6.0.2",
"@truffle/workflow-compile": "^2.1.35",
"@truffle/artifactor": "^4.0.62",
"@truffle/box": "^1.0.62",
"@truffle/debug-utils": "^4.1.5",
"@truffle/migrate": "^3.1.23",
"@truffle/resolver": "^6.0.3",
"@truffle/workflow-compile": "^2.1.36",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down
8 changes: 4 additions & 4 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.5",
"version": "4.3.6",
"description": "A decoder and encoder for Solidity variables of all sorts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,7 +15,7 @@
},
"dependencies": {
"@truffle/codec": "^0.5.4",
"@truffle/compile-solidity": "^4.3.6",
"@truffle/compile-solidity": "^4.3.7",
"@truffle/solidity-utils": "^1.3.7",
"bn.js": "^4.11.8",
"debug": "^4.1.0",
Expand All @@ -42,9 +42,9 @@
"access": "public"
},
"devDependencies": {
"@truffle/config": "^1.2.18",
"@truffle/config": "^1.2.19",
"@truffle/contract-schema": "^3.2.0",
"@truffle/provider": "^0.2.11",
"@truffle/provider": "^0.2.12",
"@types/big.js": "^4.0.5",
"@types/bn.js": "^4.11.2",
"@types/debug": "^0.0.31",
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,15 +8,15 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.1.22",
"version": "3.1.23",
"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.6",
"@truffle/contract": "^4.2.7",
"@truffle/expect": "^0.0.13",
"emittery": "^0.4.0",
"eth-ens-namehash": "^2.0.8",
Expand All @@ -25,7 +25,7 @@
},
"devDependencies": {
"@truffle/reporters": "^1.1.0",
"@truffle/workflow-compile": "^2.1.35",
"@truffle/workflow-compile": "^2.1.36",
"ganache-core": "2.10.2",
"mocha": "5.2.0",
"sinon": "^7.3.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,14 +9,14 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.2.8",
"version": "0.2.9",
"main": "index.js",
"dependencies": {
"@truffle/artifactor": "^4.0.61",
"@truffle/artifactor": "^4.0.62",
"@truffle/error": "^0.0.8",
"@truffle/expect": "^0.0.13",
"@truffle/interface-adapter": "^0.4.8",
"@truffle/resolver": "^6.0.2",
"@truffle/interface-adapter": "^0.4.9",
"@truffle/resolver": "^6.0.3",
"ganache-core": "2.10.2",
"node-ipc": "^9.1.1",
"source-map-support": "^0.5.19",
Expand Down
4 changes: 2 additions & 2 deletions 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.8",
"version": "0.4.9",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"directories": {
Expand All @@ -26,7 +26,7 @@
"web3": "1.2.1"
},
"devDependencies": {
"@truffle/provider": "^0.2.11",
"@truffle/provider": "^0.2.12",
"@types/bn.js": "^4.11.4",
"@types/mocha": "^5.2.6",
"@types/web3": "1.0.19",
Expand Down
10 changes: 5 additions & 5 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.1.22",
"version": "3.1.23",
"main": "index.js",
"scripts": {
"test": "mocha ./test/* ./test/**/*"
},
"dependencies": {
"@truffle/config": "^1.2.18",
"@truffle/deployer": "^3.1.22",
"@truffle/config": "^1.2.19",
"@truffle/deployer": "^3.1.23",
"@truffle/expect": "^0.0.13",
"@truffle/interface-adapter": "^0.4.8",
"@truffle/interface-adapter": "^0.4.9",
"@truffle/reporters": "^1.1.0",
"@truffle/require": "^2.0.41",
"@truffle/require": "^2.0.42",
"emittery": "^0.4.0",
"glob": "^7.1.6",
"web3": "1.2.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/provider/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": "0.2.11",
"version": "0.2.12",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/error": "^0.0.8",
"@truffle/interface-adapter": "^0.4.8",
"@truffle/interface-adapter": "^0.4.9",
"web3": "1.2.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/require/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": "2.0.41",
"version": "2.0.42",
"main": "require.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"@truffle/config": "^1.2.18",
"@truffle/config": "^1.2.19",
"@truffle/expect": "^0.0.13",
"@truffle/interface-adapter": "^0.4.8",
"@truffle/interface-adapter": "^0.4.9",
"original-require": "1.0.1",
"web3": "1.2.1"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/resolver/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/resolver",
"version": "6.0.2",
"version": "6.0.3",
"description": "Resolve contract dependencies given multiple configurable dependency sources",
"main": "dist/lib/index.js",
"types": "dist/lib/index.d.ts",
Expand All @@ -26,7 +26,7 @@
},
"homepage": "https://github.com/trufflesuite/truffle/tree/master/packages/resolver#readme",
"dependencies": {
"@truffle/contract": "^4.2.6",
"@truffle/contract": "^4.2.7",
"@truffle/expect": "^0.0.13",
"@truffle/provisioner": "^0.2.0",
"debug": "^4.1.1",
Expand Down
Loading

0 comments on commit ec11c4e

Please sign in to comment.