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.18
 - truffle-contract@4.0.19
 - truffle-core@5.0.21
 - truffle-debugger@5.0.14
 - truffle-deployer@3.0.20
 - truffle-migrate@3.0.20
 - truffle-solidity-loader@0.1.20
 - truffle-workflow-compile@2.0.18
 - truffle@5.0.21
  • Loading branch information
fainashalts committed Jun 4, 2019
1 parent 4bb5caa commit 1bebb28
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions packages/truffle-artifactor/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-artifactor",
"version": "4.0.17",
"version": "4.0.18",
"description": "A contract packager for Ethereum and Javascript",
"author": "Tim Coulter",
"main": "./index.js",
Expand All @@ -17,7 +17,7 @@
"mocha": "5.2.0",
"require-nocache": "^1.0.0",
"temp": "^0.8.3",
"truffle-contract": "^4.0.18",
"truffle-contract": "^4.0.19",
"web3": "1.0.0-beta.37"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/truffle-contract/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-contract",
"version": "4.0.18",
"version": "4.0.19",
"description": "A better contract abstraction for Ethereum (formerly EtherPudding)",
"main": "index.js",
"scripts": {
Expand Down
14 changes: 7 additions & 7 deletions packages/truffle-core/package.json
@@ -1,7 +1,7 @@
{
"name": "truffle-core",
"namespace": "consensys",
"version": "5.0.20",
"version": "5.0.21",
"description": "Core code for Truffle command line tool",
"dependencies": {
"app-module-path": "^2.2.0",
Expand Down Expand Up @@ -33,26 +33,26 @@
"source-map-support": "^0.5.3",
"spawn-args": "^0.1.0",
"temp": "^0.8.3",
"truffle-artifactor": "^4.0.17",
"truffle-artifactor": "^4.0.18",
"truffle-box": "^1.0.27",
"truffle-compile": "^4.1.0",
"truffle-config": "^1.1.13",
"truffle-contract": "^4.0.18",
"truffle-contract": "^4.0.19",
"truffle-contract-sources": "^0.1.4",
"truffle-debug-utils": "^1.0.18",
"truffle-debugger": "^5.0.13",
"truffle-deployer": "^3.0.19",
"truffle-debugger": "^5.0.14",
"truffle-deployer": "^3.0.20",
"truffle-error": "^0.0.5",
"truffle-expect": "^0.0.9",
"truffle-init": "^1.0.7",
"truffle-interface-adapter": "^0.1.6",
"truffle-migrate": "^3.0.19",
"truffle-migrate": "^3.0.20",
"truffle-provider": "^0.1.10",
"truffle-provisioner": "^0.1.5",
"truffle-require": "^2.0.13",
"truffle-resolver": "^5.0.14",
"truffle-solidity-utils": "^1.2.3",
"truffle-workflow-compile": "^2.0.17",
"truffle-workflow-compile": "^2.0.18",
"universal-analytics": "^0.4.17",
"web3": "1.0.0-beta.37",
"xregexp": "^4.2.4",
Expand Down
8 changes: 4 additions & 4 deletions packages/truffle-debugger/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-debugger",
"version": "5.0.13",
"version": "5.0.14",
"description": "Core functionality for debugging Solidity files built with Truffle",
"main": "dist/debugger.js",
"scripts": {
Expand Down Expand Up @@ -61,12 +61,12 @@
"node-interval-tree": "^1.3.3",
"nyc": "^13.0.1",
"remotedev-server": "^0.3.1",
"truffle-artifactor": "^4.0.17",
"truffle-artifactor": "^4.0.18",
"truffle-box": "^1.0.27",
"truffle-debug-utils": "^1.0.18",
"truffle-migrate": "^3.0.19",
"truffle-migrate": "^3.0.20",
"truffle-resolver": "^5.0.14",
"truffle-workflow-compile": "^2.0.17",
"truffle-workflow-compile": "^2.0.18",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^2.0.4",
"webpack-merge": "^4.1.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/truffle-deployer/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-deployer",
"version": "3.0.19",
"version": "3.0.20",
"description": "Light deployment module for easily deploying Ethereum contracts",
"main": "index.js",
"scripts": {
Expand All @@ -22,14 +22,14 @@
"homepage": "https://github.com/trufflesuite/truffle-deployer#readme",
"dependencies": {
"emittery": "^0.4.0",
"truffle-contract": "^4.0.18",
"truffle-contract": "^4.0.19",
"truffle-expect": "^0.0.9"
},
"devDependencies": {
"ganache-core": "2.5.5",
"mocha": "5.2.0",
"truffle-reporters": "^1.0.10",
"truffle-workflow-compile": "^2.0.17",
"truffle-workflow-compile": "^2.0.18",
"web3": "1.0.0-beta.37"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle-migrate/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-migrate",
"version": "3.0.19",
"version": "3.0.20",
"description": "On-chain migrations management",
"main": "index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
"emittery": "^0.4.0",
"node-dir": "0.1.17",
"truffle-config": "^1.1.13",
"truffle-deployer": "^3.0.19",
"truffle-deployer": "^3.0.20",
"truffle-expect": "^0.0.9",
"truffle-interface-adapter": "^0.1.6",
"truffle-reporters": "^1.0.10",
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle-solidity-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-solidity-loader",
"version": "0.1.19",
"version": "0.1.20",
"description": "A Webpack loader that uses Truffle to load and provision solidity contracts, with Truffle migrations.",
"main": "index.js",
"scripts": {
Expand All @@ -19,7 +19,7 @@
"loader-utils": "^1.1.0",
"schema-utils": "^1.0.0",
"truffle-config": "^1.1.13",
"truffle-core": "^5.0.20"
"truffle-core": "^5.0.21"
},
"devDependencies": {
"standard": "^11.0.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle-workflow-compile/package.json
@@ -1,10 +1,10 @@
{
"name": "truffle-workflow-compile",
"version": "2.0.17",
"version": "2.0.18",
"description": "Core workflow behavior for `truffle compile` command",
"dependencies": {
"mkdirp": "^0.5.1",
"truffle-artifactor": "^4.0.17",
"truffle-artifactor": "^4.0.18",
"truffle-compile": "^4.1.0",
"truffle-compile-vyper": "^1.0.17",
"truffle-config": "^1.1.13",
Expand Down
8 changes: 4 additions & 4 deletions packages/truffle/package.json
@@ -1,7 +1,7 @@
{
"name": "truffle",
"namespace": "consensys",
"version": "5.0.20",
"version": "5.0.21",
"description": "Truffle - Simple development framework for Ethereum",
"dependencies": {
"app-module-path": "^2.2.0",
Expand Down Expand Up @@ -29,9 +29,9 @@
"stream-buffers": "^3.0.1",
"tmp": "0.0.33",
"truffle-box": "^1.0.27",
"truffle-contract": "^4.0.18",
"truffle-core": "^5.0.20",
"truffle-debugger": "^5.0.13",
"truffle-contract": "^4.0.19",
"truffle-core": "^5.0.21",
"truffle-debugger": "^5.0.14",
"web3": "1.0.0-beta.37",
"webpack": "^2.5.1",
"webpack-bundle-analyzer": "^3.0.3",
Expand Down

0 comments on commit 1bebb28

Please sign in to comment.