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 Jun 12, 2020
1 parent 126b676 commit 19cee73
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 40 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.63",
"version": "4.0.64",
"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.8",
"@truffle/contract": "^4.2.9",
"@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/compile-solidity/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@truffle/compile-solidity",
"description": "Compiler helper and artifact manager for Solidity files",
"version": "4.3.8",
"version": "4.3.9",
"main": "index.js",
"dependencies": {
"@truffle/config": "^1.2.19",
Expand All @@ -20,7 +20,7 @@
"solc": "^0.6.0"
},
"devDependencies": {
"@truffle/resolver": "^6.0.4",
"@truffle/resolver": "^6.0.5",
"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/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.8",
"version": "4.2.9",
"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 Down Expand Up @@ -36,7 +36,7 @@
"web3-utils": "1.2.1"
},
"devDependencies": {
"@truffle/compile-solidity": "^4.3.8",
"@truffle/compile-solidity": "^4.3.9",
"browserify": "^14.0.0",
"chai": "4.2.0",
"debug": "^4.1.0",
Expand Down
20 changes: 10 additions & 10 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.29",
"version": "5.1.30",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -16,28 +16,28 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.63",
"@truffle/artifactor": "^4.0.64",
"@truffle/box": "^1.0.62",
"@truffle/codec": "^0.5.5",
"@truffle/compile-solidity": "^4.3.8",
"@truffle/compile-solidity": "^4.3.9",
"@truffle/config": "^1.2.19",
"@truffle/contract": "^4.2.8",
"@truffle/contract": "^4.2.9",
"@truffle/contract-sources": "^0.1.7",
"@truffle/debug-utils": "^4.1.6",
"@truffle/debugger": "^7.5.0",
"@truffle/debugger": "^7.5.1",
"@truffle/decoder": "^4.3.7",
"@truffle/deployer": "^3.1.24",
"@truffle/environment": "^0.2.10",
"@truffle/deployer": "^3.1.25",
"@truffle/environment": "^0.2.11",
"@truffle/error": "^0.0.8",
"@truffle/expect": "^0.0.13",
"@truffle/interface-adapter": "^0.4.9",
"@truffle/migrate": "^3.1.24",
"@truffle/migrate": "^3.1.25",
"@truffle/provider": "^0.2.12",
"@truffle/provisioner": "^0.2.0",
"@truffle/require": "^2.0.42",
"@truffle/resolver": "^6.0.4",
"@truffle/resolver": "^6.0.5",
"@truffle/source-fetcher": "^0.1.0",
"@truffle/workflow-compile": "^2.1.37",
"@truffle/workflow-compile": "^2.1.38",
"app-module-path": "^2.2.0",
"bip39": "^2.2.0",
"chai": "4.2.0",
Expand Down
12 changes: 6 additions & 6 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.0",
"version": "7.5.1",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@truffle/codec": "^0.5.5",
"@truffle/compile-solidity": "^4.3.8",
"@truffle/compile-solidity": "^4.3.9",
"@truffle/expect": "^0.0.13",
"@truffle/solidity-utils": "^1.3.8",
"bn.js": "^4.11.8",
Expand All @@ -42,12 +42,12 @@
"web3-eth-abi": "1.2.1"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.63",
"@truffle/artifactor": "^4.0.64",
"@truffle/box": "^1.0.62",
"@truffle/debug-utils": "^4.1.6",
"@truffle/migrate": "^3.1.24",
"@truffle/resolver": "^6.0.4",
"@truffle/workflow-compile": "^2.1.37",
"@truffle/migrate": "^3.1.25",
"@truffle/resolver": "^6.0.5",
"@truffle/workflow-compile": "^2.1.38",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
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.24",
"version": "3.1.25",
"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.8",
"@truffle/contract": "^4.2.9",
"@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.37",
"@truffle/workflow-compile": "^2.1.38",
"ganache-core": "2.10.2",
"mocha": "5.2.0",
"sinon": "^7.3.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,14 +9,14 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.2.10",
"version": "0.2.11",
"main": "index.js",
"dependencies": {
"@truffle/artifactor": "^4.0.63",
"@truffle/artifactor": "^4.0.64",
"@truffle/error": "^0.0.8",
"@truffle/expect": "^0.0.13",
"@truffle/interface-adapter": "^0.4.9",
"@truffle/resolver": "^6.0.4",
"@truffle/resolver": "^6.0.5",
"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/migrate/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": "3.1.24",
"version": "3.1.25",
"main": "index.js",
"scripts": {
"test": "mocha ./test/* ./test/**/*"
},
"dependencies": {
"@truffle/config": "^1.2.19",
"@truffle/deployer": "^3.1.24",
"@truffle/deployer": "^3.1.25",
"@truffle/expect": "^0.0.13",
"@truffle/interface-adapter": "^0.4.9",
"@truffle/reporters": "^1.1.0",
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.4",
"version": "6.0.5",
"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.8",
"@truffle/contract": "^4.2.9",
"@truffle/expect": "^0.0.13",
"@truffle/provisioner": "^0.2.0",
"debug": "^4.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/truffle/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.29",
"version": "5.1.30",
"main": "./build/library.bundled.js",
"bin": {
"truffle": "./build/cli.bundled.js"
Expand All @@ -32,9 +32,9 @@
},
"devDependencies": {
"@truffle/box": "^1.0.62",
"@truffle/contract": "^4.2.8",
"@truffle/core": "^5.1.29",
"@truffle/debugger": "^7.5.0",
"@truffle/contract": "^4.2.9",
"@truffle/core": "^5.1.30",
"@truffle/debugger": "^7.5.1",
"@truffle/interface-adapter": "^0.4.9",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^5.1.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/workflow-compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "2.1.37",
"version": "2.1.38",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"@truffle/artifactor": "^4.0.63",
"@truffle/compile-solidity": "^4.3.8",
"@truffle/artifactor": "^4.0.64",
"@truffle/compile-solidity": "^4.3.9",
"@truffle/compile-vyper": "^1.0.58",
"@truffle/config": "^1.2.19",
"@truffle/expect": "^0.0.13",
"@truffle/external-compile": "^1.0.30",
"@truffle/resolver": "^6.0.4",
"@truffle/resolver": "^6.0.5",
"fs-extra": "^8.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit 19cee73

Please sign in to comment.