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.57
 - @truffle/compile-solidity@4.3.2
 - @truffle/contract@4.2.2
 - @truffle/core@5.1.23
 - @truffle/debug-utils@4.1.0
 - @truffle/debugger@7.2.0
 - @truffle/decoder@4.3.2
 - @truffle/deployer@3.1.18
 - @truffle/environment@0.2.4
 - @truffle/migrate@3.1.18
 - @truffle/resolver@5.1.11
 - @truffle/solidity-utils@1.3.4
 - truffle@5.1.23
 - @truffle/workflow-compile@2.1.31
  • Loading branch information
eggplantzzz committed Apr 23, 2020
1 parent 0c2f10d commit ac427e2
Show file tree
Hide file tree
Showing 14 changed files with 49 additions and 49 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.56",
"version": "4.0.57",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -20,7 +20,7 @@
"source-map-support": "^0.5.16"
},
"devDependencies": {
"@truffle/contract": "^4.2.1",
"@truffle/contract": "^4.2.2",
"@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.1",
"version": "4.3.2",
"main": "index.js",
"dependencies": {
"@truffle/config": "^1.2.17",
Expand All @@ -20,7 +20,7 @@
"solc": "^0.6.0"
},
"devDependencies": {
"@truffle/resolver": "^5.1.10",
"@truffle/resolver": "^5.1.11",
"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.1",
"version": "4.2.2",
"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 @@ -35,7 +35,7 @@
"web3-utils": "1.2.1"
},
"devDependencies": {
"@truffle/compile-solidity": "^4.3.1",
"@truffle/compile-solidity": "^4.3.2",
"browserify": "^14.0.0",
"chai": "4.2.0",
"debug": "^4.1.0",
Expand Down
24 changes: 12 additions & 12 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.22",
"version": "5.1.23",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -16,27 +16,27 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.56",
"@truffle/artifactor": "^4.0.57",
"@truffle/box": "^1.0.59",
"@truffle/codec": "^0.5.1",
"@truffle/compile-solidity": "^4.3.1",
"@truffle/compile-solidity": "^4.3.2",
"@truffle/config": "^1.2.17",
"@truffle/contract": "^4.2.1",
"@truffle/contract": "^4.2.2",
"@truffle/contract-sources": "^0.1.7",
"@truffle/debug-utils": "^4.0.4",
"@truffle/debugger": "^7.1.1",
"@truffle/decoder": "^4.3.1",
"@truffle/deployer": "^3.1.17",
"@truffle/environment": "^0.2.3",
"@truffle/debug-utils": "^4.1.0",
"@truffle/debugger": "^7.2.0",
"@truffle/decoder": "^4.3.2",
"@truffle/deployer": "^3.1.18",
"@truffle/environment": "^0.2.4",
"@truffle/error": "^0.0.8",
"@truffle/expect": "^0.0.13",
"@truffle/interface-adapter": "^0.4.6",
"@truffle/migrate": "^3.1.17",
"@truffle/migrate": "^3.1.18",
"@truffle/provider": "^0.2.9",
"@truffle/provisioner": "^0.2.0",
"@truffle/require": "^2.0.39",
"@truffle/resolver": "^5.1.10",
"@truffle/workflow-compile": "^2.1.30",
"@truffle/resolver": "^5.1.11",
"@truffle/workflow-compile": "^2.1.31",
"app-module-path": "^2.2.0",
"async": "2.6.1",
"bip39": "^2.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.0.4",
"version": "4.1.0",
"description": "Integration utils for truffle/debugger",
"dependencies": {
"@truffle/codec": "^0.5.1",
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.1.1",
"version": "7.2.0",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand All @@ -21,9 +21,9 @@
},
"dependencies": {
"@truffle/codec": "^0.5.1",
"@truffle/compile-solidity": "^4.3.1",
"@truffle/compile-solidity": "^4.3.2",
"@truffle/expect": "^0.0.13",
"@truffle/solidity-utils": "^1.3.3",
"@truffle/solidity-utils": "^1.3.4",
"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.56",
"@truffle/artifactor": "^4.0.57",
"@truffle/box": "^1.0.59",
"@truffle/debug-utils": "^4.0.4",
"@truffle/migrate": "^3.1.17",
"@truffle/resolver": "^5.1.10",
"@truffle/workflow-compile": "^2.1.30",
"@truffle/debug-utils": "^4.1.0",
"@truffle/migrate": "^3.1.18",
"@truffle/resolver": "^5.1.11",
"@truffle/workflow-compile": "^2.1.31",
"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/decoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/decoder",
"version": "4.3.1",
"version": "4.3.2",
"description": "A decoder and encoder for Solidity variables of all sorts",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -15,8 +15,8 @@
},
"dependencies": {
"@truffle/codec": "^0.5.1",
"@truffle/compile-solidity": "^4.3.1",
"@truffle/solidity-utils": "^1.3.3",
"@truffle/compile-solidity": "^4.3.2",
"@truffle/solidity-utils": "^1.3.4",
"bn.js": "^4.11.8",
"debug": "^4.1.0",
"source-map-support": "^0.5.16",
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.17",
"version": "3.1.18",
"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.1",
"@truffle/contract": "^4.2.2",
"@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.30",
"@truffle/workflow-compile": "^2.1.31",
"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.3",
"version": "0.2.4",
"main": "index.js",
"dependencies": {
"@truffle/artifactor": "^4.0.56",
"@truffle/artifactor": "^4.0.57",
"@truffle/error": "^0.0.8",
"@truffle/expect": "^0.0.13",
"@truffle/interface-adapter": "^0.4.6",
"@truffle/resolver": "^5.1.10",
"@truffle/resolver": "^5.1.11",
"ganache-core": "2.10.2",
"node-ipc": "^9.1.1",
"source-map-support": "^0.5.16",
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.17",
"version": "3.1.18",
"main": "index.js",
"scripts": {
"test": "mocha ./test/* ./test/**/*"
},
"dependencies": {
"@truffle/config": "^1.2.17",
"@truffle/deployer": "^3.1.17",
"@truffle/deployer": "^3.1.18",
"@truffle/expect": "^0.0.13",
"@truffle/interface-adapter": "^0.4.6",
"@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": "5.1.10",
"version": "5.1.11",
"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.1",
"@truffle/contract": "^4.2.2",
"@truffle/expect": "^0.0.13",
"@truffle/provisioner": "^0.2.0",
"debug": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/solidity-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/solidity-utils",
"version": "1.3.3",
"version": "1.3.4",
"description": "Utilities for Solidity contracts",
"main": "index.js",
"scripts": {},
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.22",
"version": "5.1.23",
"main": "./build/library.bundled.js",
"bin": {
"truffle": "./build/cli.bundled.js"
Expand All @@ -32,9 +32,9 @@
},
"devDependencies": {
"@truffle/box": "^1.0.59",
"@truffle/contract": "^4.2.1",
"@truffle/core": "^5.1.22",
"@truffle/debugger": "^7.1.1",
"@truffle/contract": "^4.2.2",
"@truffle/core": "^5.1.23",
"@truffle/debugger": "^7.2.0",
"@truffle/interface-adapter": "^0.4.6",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.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.30",
"version": "2.1.31",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"dependencies": {
"@truffle/artifactor": "^4.0.56",
"@truffle/compile-solidity": "^4.3.1",
"@truffle/artifactor": "^4.0.57",
"@truffle/compile-solidity": "^4.3.2",
"@truffle/compile-vyper": "^1.0.53",
"@truffle/config": "^1.2.17",
"@truffle/expect": "^0.0.13",
"@truffle/external-compile": "^1.0.29",
"@truffle/resolver": "^5.1.10",
"@truffle/resolver": "^5.1.11",
"fs-extra": "^8.1.0"
},
"devDependencies": {
Expand Down

0 comments on commit ac427e2

Please sign in to comment.