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.7
 - truffle-compile-vyper@1.0.7
 - truffle-compile@4.0.7
 - truffle-contract@4.0.8
 - truffle-core@5.0.7
 - truffle-debugger@5.0.1
 - truffle-decoder@2.0.0
 - truffle-deployer@3.0.7
 - truffle-migrate@3.0.7
 - truffle-resolver@5.0.7
 - truffle-solidity-loader@0.1.7
 - truffle-workflow-compile@2.0.7
 - truffle@5.0.7
  • Loading branch information
eggplantzzz committed Mar 5, 2019
1 parent 31939aa commit 28a888c
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 41 deletions.
4 changes: 2 additions & 2 deletions packages/truffle-artifactor/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-artifactor",
"version": "4.0.6",
"version": "4.0.7",
"description": "A contract packager for Ethereum and Javascript",
"author": "Tim Coulter",
"main": "./index.js",
Expand All @@ -25,7 +25,7 @@
"debug": "^4.1.0",
"fs-extra": "6.0.1",
"lodash": "4.17.11",
"truffle-contract": "^4.0.7",
"truffle-contract": "^4.0.8",
"truffle-contract-schema": "^3.0.2",
"truffle-expect": "^0.0.7"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle-compile-vyper/package.json
@@ -1,14 +1,14 @@
{
"name": "truffle-compile-vyper",
"version": "1.0.6",
"version": "1.0.7",
"description": "Vyper compiler support",
"main": "index.js",
"dependencies": {
"async": "2.6.1",
"colors": "^1.1.2",
"eslint": "^5.5.0",
"minimatch": "^3.0.4",
"truffle-compile": "^4.0.6"
"truffle-compile": "^4.0.7"
},
"devDependencies": {
"mocha": "^5.2.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle-compile/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-compile",
"version": "4.0.6",
"version": "4.0.7",
"description": "Compiler helper and artifact manager",
"main": "index.js",
"dependencies": {
Expand All @@ -27,7 +27,7 @@
"mocha": "5.2.0",
"sinon": "^7.2.2",
"tmp": "0.0.33",
"truffle-resolver": "^5.0.6"
"truffle-resolver": "^5.0.7"
},
"babel": {
"presets": [
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle-contract/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-contract",
"version": "4.0.7",
"version": "4.0.8",
"description": "A better contract abstraction for Ethereum (formerly EtherPudding)",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -47,7 +47,7 @@
"mocha": "5.2.0",
"solc": "0.5.0",
"temp": "^0.8.3",
"truffle-compile": "^4.0.6",
"truffle-compile": "^4.0.7",
"uglify-es": "^3.3.9"
},
"publishConfig": {
Expand Down
18 changes: 9 additions & 9 deletions packages/truffle-core/package.json
@@ -1,7 +1,7 @@
{
"name": "truffle-core",
"namespace": "consensys",
"version": "5.0.6",
"version": "5.0.7",
"description": "Core code for Truffle command line tool",
"dependencies": {
"app-module-path": "^2.2.0",
Expand Down Expand Up @@ -33,25 +33,25 @@
"source-map-support": "^0.5.3",
"spawn-args": "^0.1.0",
"temp": "^0.8.3",
"truffle-artifactor": "^4.0.6",
"truffle-artifactor": "^4.0.7",
"truffle-box": "^1.0.16",
"truffle-compile": "^4.0.6",
"truffle-compile": "^4.0.7",
"truffle-config": "^1.1.5",
"truffle-contract": "^4.0.7",
"truffle-contract": "^4.0.8",
"truffle-contract-sources": "^0.1.2",
"truffle-debug-utils": "^1.0.10",
"truffle-debugger": "^5.0.0",
"truffle-deployer": "^3.0.6",
"truffle-debugger": "^5.0.1",
"truffle-deployer": "^3.0.7",
"truffle-error": "^0.0.4",
"truffle-expect": "^0.0.7",
"truffle-init": "^1.0.7",
"truffle-migrate": "^3.0.6",
"truffle-migrate": "^3.0.7",
"truffle-provider": "^0.1.5",
"truffle-provisioner": "^0.1.2",
"truffle-require": "^2.0.5",
"truffle-resolver": "^5.0.6",
"truffle-resolver": "^5.0.7",
"truffle-solidity-utils": "^1.2.2",
"truffle-workflow-compile": "^2.0.6",
"truffle-workflow-compile": "^2.0.7",
"universal-analytics": "^0.4.17",
"web3": "1.0.0-beta.37",
"yargs": "^8.0.2"
Expand Down
12 changes: 6 additions & 6 deletions packages/truffle-debugger/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-debugger",
"version": "5.0.0",
"version": "5.0.1",
"description": "Core functionality for debugging Solidity files built with Truffle",
"main": "dist/debugger.js",
"scripts": {
Expand Down Expand Up @@ -32,7 +32,7 @@
"reselect-tree": "^1.3.0",
"truffle-code-utils": "^1.1.4",
"truffle-decode-utils": "^1.0.4",
"truffle-decoder": "^1.0.6",
"truffle-decoder": "^2.0.0",
"truffle-expect": "^0.0.7",
"truffle-solidity-utils": "^1.2.2",
"web3": "1.0.0-beta.37",
Expand Down Expand Up @@ -61,12 +61,12 @@
"node-interval-tree": "^1.3.3",
"nyc": "^13.0.1",
"remotedev-server": "^0.2.4",
"truffle-artifactor": "^4.0.6",
"truffle-artifactor": "^4.0.7",
"truffle-box": "^1.0.16",
"truffle-debug-utils": "^1.0.10",
"truffle-migrate": "^3.0.6",
"truffle-resolver": "^5.0.6",
"truffle-workflow-compile": "^2.0.6",
"truffle-migrate": "^3.0.7",
"truffle-resolver": "^5.0.7",
"truffle-workflow-compile": "^2.0.7",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^2.0.4",
"webpack-merge": "^4.1.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle-decoder/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-decoder",
"version": "1.0.6",
"version": "2.0.0",
"description": "A library that provides both high and low level decoding of Ethereum contract variables",
"main": "dist/interface/index.js",
"types": "lib/interface/index.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@types/lodash.range": "^3.2.5",
"@types/web3": "^1.0.5",
"json-schema-to-typescript": "^5.5.0",
"truffle": "^5.0.6",
"truffle": "^5.0.7",
"truffle-contract-schema": "^3.0.2",
"typescript": "^3.1.3"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/truffle-deployer/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-deployer",
"version": "3.0.6",
"version": "3.0.7",
"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.7",
"truffle-contract": "^4.0.8",
"truffle-expect": "^0.0.7"
},
"devDependencies": {
"ganache-core": "2.5.1",
"mocha": "5.2.0",
"truffle-reporters": "^1.0.4",
"truffle-workflow-compile": "^2.0.6",
"truffle-workflow-compile": "^2.0.7",
"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.6",
"version": "3.0.7",
"description": "On-chain migrations management",
"main": "index.js",
"scripts": {},
Expand All @@ -21,7 +21,7 @@
"async": "2.6.1",
"emittery": "^0.4.0",
"node-dir": "0.1.17",
"truffle-deployer": "^3.0.6",
"truffle-deployer": "^3.0.7",
"truffle-expect": "^0.0.7",
"truffle-reporters": "^1.0.4",
"truffle-require": "^2.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle-resolver/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-resolver",
"version": "5.0.6",
"version": "5.0.7",
"description": "Resolve contract dependencies given multiple configurable dependency sources",
"main": "index.js",
"scripts": {},
Expand All @@ -19,7 +19,7 @@
"homepage": "https://github.com/trufflesuite/truffle-resolver#readme",
"dependencies": {
"async": "2.6.1",
"truffle-contract": "^4.0.7",
"truffle-contract": "^4.0.8",
"truffle-expect": "^0.0.7",
"truffle-provisioner": "^0.1.2"
},
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.6",
"version": "0.1.7",
"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.5",
"truffle-core": "^5.0.6"
"truffle-core": "^5.0.7"
},
"devDependencies": {
"standard": "^11.0.1"
Expand Down
10 changes: 5 additions & 5 deletions packages/truffle-workflow-compile/package.json
@@ -1,19 +1,19 @@
{
"name": "truffle-workflow-compile",
"version": "2.0.6",
"version": "2.0.7",
"description": "Core workflow behavior for `truffle compile` command",
"dependencies": {
"async": "2.6.1",
"debug": "^4.1.0",
"lodash": "4.17.11",
"mkdirp": "^0.5.1",
"truffle-artifactor": "^4.0.6",
"truffle-compile": "^4.0.6",
"truffle-compile-vyper": "^1.0.6",
"truffle-artifactor": "^4.0.7",
"truffle-compile": "^4.0.7",
"truffle-compile-vyper": "^1.0.7",
"truffle-config": "^1.1.5",
"truffle-expect": "^0.0.7",
"truffle-external-compile": "^1.0.4",
"truffle-resolver": "^5.0.6"
"truffle-resolver": "^5.0.7"
},
"main": "index.js",
"scripts": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle/package.json
@@ -1,7 +1,7 @@
{
"name": "truffle",
"namespace": "consensys",
"version": "5.0.6",
"version": "5.0.7",
"description": "Truffle - Simple development framework for Ethereum",
"dependencies": {
"app-module-path": "^2.2.0",
Expand Down Expand Up @@ -30,7 +30,7 @@
"stream-buffers": "^3.0.1",
"tmp": "0.0.33",
"truffle-box": "^1.0.16",
"truffle-contract": "^4.0.7",
"truffle-contract": "^4.0.8",
"web3": "1.0.0-beta.37",
"webpack": "^2.5.1",
"webpack-bundle-analyzer": "^3.0.3",
Expand Down

0 comments on commit 28a888c

Please sign in to comment.