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.19
 - truffle-contract-schema@3.0.11
 - truffle-contract@4.0.20
 - truffle-core@5.0.22
 - truffle-debugger@5.0.15
 - truffle-decode-utils@1.0.14
 - truffle-decoder@3.0.5
 - truffle-deployer@3.0.21
 - truffle-external-compile@1.0.11
 - truffle-migrate@3.0.21
 - truffle-solidity-loader@0.1.21
 - truffle-workflow-compile@2.0.19
 - truffle@5.0.22
  • Loading branch information
CruzMolina committed Jun 12, 2019
1 parent 2b3c5a5 commit ca18121
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 39 deletions.
6 changes: 3 additions & 3 deletions packages/truffle-artifactor/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-artifactor",
"version": "4.0.18",
"version": "4.0.19",
"description": "A contract packager for Ethereum and Javascript",
"author": "Tim Coulter",
"main": "./index.js",
Expand All @@ -17,13 +17,13 @@
"mocha": "5.2.0",
"require-nocache": "^1.0.0",
"temp": "^0.8.3",
"truffle-contract": "^4.0.19",
"truffle-contract": "^4.0.20",
"web3": "1.0.0-beta.37"
},
"dependencies": {
"fs-extra": "6.0.1",
"lodash": "4.17.11",
"truffle-contract-schema": "^3.0.10"
"truffle-contract-schema": "^3.0.11"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/truffle-contract-schema/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-contract-schema",
"version": "3.0.10",
"version": "3.0.11",
"description": "JSON schema for contract artifacts",
"main": "index.js",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle-contract/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-contract",
"version": "4.0.19",
"version": "4.0.20",
"description": "A better contract abstraction for Ethereum (formerly EtherPudding)",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,7 +28,7 @@
"bignumber.js": "^7.2.1",
"ethers": "^4.0.0-beta.1",
"truffle-blockchain-utils": "^0.0.10",
"truffle-contract-schema": "^3.0.10",
"truffle-contract-schema": "^3.0.11",
"truffle-error": "^0.0.5",
"truffle-interface-adapter": "^0.1.6",
"web3": "1.0.0-beta.37",
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.21",
"version": "5.0.22",
"description": "Core code for Truffle command line tool",
"dependencies": {
"app-module-path": "^2.2.0",
Expand Down Expand Up @@ -32,26 +32,26 @@
"source-map-support": "^0.5.3",
"spawn-args": "^0.1.0",
"temp": "^0.8.3",
"truffle-artifactor": "^4.0.18",
"truffle-artifactor": "^4.0.19",
"truffle-box": "^1.0.27",
"truffle-compile": "^4.1.0",
"truffle-config": "^1.1.13",
"truffle-contract": "^4.0.19",
"truffle-contract": "^4.0.20",
"truffle-contract-sources": "^0.1.4",
"truffle-debug-utils": "^1.0.18",
"truffle-debugger": "^5.0.14",
"truffle-deployer": "^3.0.20",
"truffle-debugger": "^5.0.15",
"truffle-deployer": "^3.0.21",
"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.20",
"truffle-migrate": "^3.0.21",
"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.18",
"truffle-workflow-compile": "^2.0.19",
"universal-analytics": "^0.4.17",
"web3": "1.0.0-beta.37",
"xregexp": "^4.2.4",
Expand Down
12 changes: 6 additions & 6 deletions packages/truffle-debugger/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-debugger",
"version": "5.0.14",
"version": "5.0.15",
"description": "Core functionality for debugging Solidity files built with Truffle",
"main": "dist/debugger.js",
"scripts": {
Expand Down Expand Up @@ -31,8 +31,8 @@
"remote-redux-devtools": "^0.5.12",
"reselect-tree": "^1.3.1",
"truffle-code-utils": "^1.2.4",
"truffle-decode-utils": "^1.0.13",
"truffle-decoder": "^3.0.4",
"truffle-decode-utils": "^1.0.14",
"truffle-decoder": "^3.0.5",
"truffle-expect": "^0.0.9",
"truffle-solidity-utils": "^1.2.3",
"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.3.1",
"truffle-artifactor": "^4.0.18",
"truffle-artifactor": "^4.0.19",
"truffle-box": "^1.0.27",
"truffle-debug-utils": "^1.0.18",
"truffle-migrate": "^3.0.20",
"truffle-migrate": "^3.0.21",
"truffle-resolver": "^5.0.14",
"truffle-workflow-compile": "^2.0.18",
"truffle-workflow-compile": "^2.0.19",
"webpack": "^3.8.1",
"webpack-dev-middleware": "^2.0.4",
"webpack-merge": "^4.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/truffle-decode-utils/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-decode-utils",
"version": "1.0.13",
"version": "1.0.14",
"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
@@ -1,6 +1,6 @@
{
"name": "truffle-decoder",
"version": "3.0.4",
"version": "3.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 @@ -35,7 +35,7 @@
"@types/lodash.merge": "^4.6.4",
"@types/web3": "^1.0.5",
"json-schema-to-typescript": "^5.5.0",
"truffle-contract-schema": "^3.0.10",
"truffle-contract-schema": "^3.0.11",
"typescript": "^3.1.3"
},
"dependencies": {
Expand All @@ -46,7 +46,7 @@
"lodash.clonedeep": "^4.5.0",
"lodash.isequal": "^4.5.0",
"lodash.merge": "^4.6.1",
"truffle-decode-utils": "^1.0.13",
"truffle-decode-utils": "^1.0.14",
"web3": "1.0.0-beta.37"
},
"peerDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions packages/truffle-deployer/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-deployer",
"version": "3.0.20",
"version": "3.0.21",
"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.19",
"truffle-contract": "^4.0.20",
"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.18",
"truffle-workflow-compile": "^2.0.19",
"web3": "1.0.0-beta.37"
},
"publishConfig": {
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle-external-compile/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-external-compile",
"version": "1.0.10",
"version": "1.0.11",
"description": "Wrapper to compile Truffle contracts with arbitrary shell command",
"keywords": [
"truffle",
Expand All @@ -21,7 +21,7 @@
"dependencies": {
"debug": "^4.1.0",
"glob": "^7.1.2",
"truffle-contract-schema": "^3.0.10",
"truffle-contract-schema": "^3.0.11",
"truffle-expect": "^0.0.9",
"web3-utils": "1.0.0-beta.37"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle-migrate/package.json
@@ -1,6 +1,6 @@
{
"name": "truffle-migrate",
"version": "3.0.20",
"version": "3.0.21",
"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.20",
"truffle-deployer": "^3.0.21",
"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.20",
"version": "0.1.21",
"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.21"
"truffle-core": "^5.0.22"
},
"devDependencies": {
"standard": "^11.0.1"
Expand Down
6 changes: 3 additions & 3 deletions packages/truffle-workflow-compile/package.json
@@ -1,15 +1,15 @@
{
"name": "truffle-workflow-compile",
"version": "2.0.18",
"version": "2.0.19",
"description": "Core workflow behavior for `truffle compile` command",
"dependencies": {
"mkdirp": "^0.5.1",
"truffle-artifactor": "^4.0.18",
"truffle-artifactor": "^4.0.19",
"truffle-compile": "^4.1.0",
"truffle-compile-vyper": "^1.0.17",
"truffle-config": "^1.1.13",
"truffle-expect": "^0.0.9",
"truffle-external-compile": "^1.0.10",
"truffle-external-compile": "^1.0.11",
"truffle-resolver": "^5.0.14"
},
"main": "index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/truffle/package.json
@@ -1,7 +1,7 @@
{
"name": "truffle",
"namespace": "consensys",
"version": "5.0.21",
"version": "5.0.22",
"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.19",
"truffle-core": "^5.0.21",
"truffle-debugger": "^5.0.14",
"truffle-contract": "^4.0.20",
"truffle-core": "^5.0.22",
"truffle-debugger": "^5.0.15",
"web3": "1.0.0-beta.37",
"webpack": "^2.5.1",
"webpack-bundle-analyzer": "^3.0.3",
Expand Down

0 comments on commit ca18121

Please sign in to comment.