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-box@1.0.20
 - truffle-code-utils@1.2.1
 - truffle-core@5.0.12
 - truffle-debug-utils@1.0.15
 - truffle-debugger@5.0.6
 - truffle-decode-utils@1.0.8
 - truffle-decoder@2.0.5
 - truffle-deployer@3.0.12
 - truffle-migrate@3.0.12
 - truffle-reporters@1.0.8
 - truffle-solidity-loader@0.1.12
 - truffle@5.0.12
  • Loading branch information
Faina Shalts committed Apr 8, 2019
1 parent 3b46090 commit 10dbf4f
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 31 deletions.
2 changes: 1 addition & 1 deletion packages/truffle-box/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "truffle-box",
"version": "1.0.19",
"version": "1.0.20",
"description": "Truffle project boilerplate utility",
"main": "box.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion packages/truffle-code-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "truffle-code-utils",
"version": "1.2.0",
"version": "1.2.1",
"description": "",
"main": "index.js",
"scripts": {},
Expand Down
12 changes: 6 additions & 6 deletions packages/truffle-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "truffle-core",
"namespace": "consensys",
"version": "5.0.11",
"version": "5.0.12",
"description": "Core code for Truffle command line tool",
"dependencies": {
"app-module-path": "^2.2.0",
Expand Down Expand Up @@ -34,19 +34,19 @@
"spawn-args": "^0.1.0",
"temp": "^0.8.3",
"truffle-artifactor": "^4.0.10",
"truffle-box": "^1.0.19",
"truffle-box": "^1.0.20",
"truffle-compile": "^4.0.10",
"truffle-config": "^1.1.7",
"truffle-contract": "^4.0.11",
"truffle-contract-sources": "^0.1.3",
"truffle-debug-utils": "^1.0.14",
"truffle-debugger": "^5.0.5",
"truffle-deployer": "^3.0.11",
"truffle-debug-utils": "^1.0.15",
"truffle-debugger": "^5.0.6",
"truffle-deployer": "^3.0.12",
"truffle-error": "^0.0.4",
"truffle-expect": "^0.0.7",
"truffle-init": "^1.0.7",
"truffle-interface-adapter": "^0.1.2",
"truffle-migrate": "^3.0.11",
"truffle-migrate": "^3.0.12",
"truffle-provider": "^0.1.6",
"truffle-provisioner": "^0.1.4",
"truffle-require": "^2.0.7",
Expand Down
2 changes: 1 addition & 1 deletion packages/truffle-debug-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "truffle-debug-utils",
"version": "1.0.14",
"version": "1.0.15",
"description": "Integration utils for truffle/truffle-debugger",
"dependencies": {
"async": "2.6.1",
Expand Down
14 changes: 7 additions & 7 deletions packages/truffle-debugger/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "truffle-debugger",
"version": "5.0.5",
"version": "5.0.6",
"description": "Core functionality for debugging Solidity files built with Truffle",
"main": "dist/debugger.js",
"scripts": {
Expand Down Expand Up @@ -31,9 +31,9 @@
"redux-saga": "1.0.0",
"remote-redux-devtools": "^0.5.12",
"reselect-tree": "^1.3.0",
"truffle-code-utils": "^1.2.0",
"truffle-decode-utils": "^1.0.7",
"truffle-decoder": "^2.0.4",
"truffle-code-utils": "^1.2.1",
"truffle-decode-utils": "^1.0.8",
"truffle-decoder": "^2.0.5",
"truffle-expect": "^0.0.7",
"truffle-solidity-utils": "^1.2.2",
"web3": "1.0.0-beta.37",
Expand Down Expand Up @@ -63,9 +63,9 @@
"nyc": "^13.0.1",
"remotedev-server": "^0.3.1",
"truffle-artifactor": "^4.0.10",
"truffle-box": "^1.0.19",
"truffle-debug-utils": "^1.0.14",
"truffle-migrate": "^3.0.11",
"truffle-box": "^1.0.20",
"truffle-debug-utils": "^1.0.15",
"truffle-migrate": "^3.0.12",
"truffle-resolver": "^5.0.10",
"truffle-workflow-compile": "^2.0.10",
"webpack": "^3.8.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/truffle-decode-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "truffle-decode-utils",
"version": "1.0.7",
"version": "1.0.8",
"description": "Utilities for decoding data from the EVM",
"dependencies": {
"bn.js": "^4.11.8",
Expand Down
6 changes: 3 additions & 3 deletions packages/truffle-decoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "truffle-decoder",
"version": "2.0.4",
"version": "2.0.5",
"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 @@ -36,7 +36,7 @@
"@types/lodash.range": "^3.2.5",
"@types/web3": "^1.0.5",
"json-schema-to-typescript": "^5.5.0",
"truffle": "^5.0.10",
"truffle": "^5.0.12",
"truffle-contract-schema": "^3.0.6",
"typescript": "^3.1.3"
},
Expand All @@ -49,7 +49,7 @@
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.1",
"lodash.range": "^3.2.0",
"truffle-decode-utils": "^1.0.7",
"truffle-decode-utils": "^1.0.8",
"web3": "1.0.0-beta.37"
},
"gitHead": "b207efb3c1409746537293b3e0fc27350029188e"
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle-deployer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "truffle-deployer",
"version": "3.0.11",
"version": "3.0.12",
"description": "Light deployment module for easily deploying Ethereum contracts",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"ganache-core": "2.5.1",
"mocha": "5.2.0",
"truffle-reporters": "^1.0.7",
"truffle-reporters": "^1.0.8",
"truffle-workflow-compile": "^2.0.10",
"web3": "1.0.0-beta.37"
},
Expand Down
6 changes: 3 additions & 3 deletions packages/truffle-migrate/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "truffle-migrate",
"version": "3.0.11",
"version": "3.0.12",
"description": "On-chain migrations management",
"main": "index.js",
"scripts": {},
Expand All @@ -21,10 +21,10 @@
"async": "2.6.1",
"emittery": "^0.4.0",
"node-dir": "0.1.17",
"truffle-deployer": "^3.0.11",
"truffle-deployer": "^3.0.12",
"truffle-expect": "^0.0.7",
"truffle-interface-adapter": "^0.1.2",
"truffle-reporters": "^1.0.7",
"truffle-reporters": "^1.0.8",
"truffle-require": "^2.0.7",
"web3": "1.0.0-beta.37"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/truffle-reporters/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "truffle-reporters",
"version": "1.0.7",
"version": "1.0.8",
"description": "Reporters for Truffle modules",
"main": "index.js",
"scripts": {},
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle-solidity-loader/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "truffle-solidity-loader",
"version": "0.1.11",
"version": "0.1.12",
"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.7",
"truffle-core": "^5.0.11"
"truffle-core": "^5.0.12"
},
"devDependencies": {
"standard": "^11.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/truffle/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "truffle",
"namespace": "consensys",
"version": "5.0.11",
"version": "5.0.12",
"description": "Truffle - Simple development framework for Ethereum",
"dependencies": {
"app-module-path": "^2.2.0",
Expand Down Expand Up @@ -29,9 +29,9 @@
"shebang-loader": "0.0.1",
"stream-buffers": "^3.0.1",
"tmp": "0.0.33",
"truffle-box": "^1.0.19",
"truffle-box": "^1.0.20",
"truffle-contract": "^4.0.11",
"truffle-core": "5.0.11",
"truffle-core": "^5.0.12",
"web3": "1.0.0-beta.37",
"webpack": "^2.5.1",
"webpack-bundle-analyzer": "^3.0.3",
Expand Down

0 comments on commit 10dbf4f

Please sign in to comment.