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.42
 - @truffle/code-utils@1.2.9
 - @truffle/core@5.0.41
 - @truffle/debugger@5.0.32
 - @truffle/decoder@3.0.14
 - @truffle/environment@0.1.16
 - @truffle/hdwallet-provider@1.0.22
 - @truffle/solidity-loader@0.1.40
 - truffle@5.0.41
  • Loading branch information
CruzMolina committed Oct 17, 2019
1 parent 04e5f3f commit f645a0e
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion packages/box/package.json
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/box",
"version": "1.0.41",
"version": "1.0.42",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand Down
2 changes: 1 addition & 1 deletion packages/code-utils/package.json
Expand Up @@ -4,7 +4,7 @@
"license": "MIT",
"author": "",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/code-utils",
"version": "1.2.8",
"version": "1.2.9",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand Down
6 changes: 3 additions & 3 deletions packages/core/package.json
Expand Up @@ -7,7 +7,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.0.40",
"version": "5.0.41",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -17,13 +17,13 @@
},
"dependencies": {
"@truffle/artifactor": "^4.0.35",
"@truffle/box": "^1.0.41",
"@truffle/box": "^1.0.42",
"@truffle/compile-solidity": "^4.2.8",
"@truffle/config": "^1.2.2",
"@truffle/contract": "^4.0.36",
"@truffle/contract-sources": "^0.1.6",
"@truffle/debug-utils": "^1.0.19",
"@truffle/debugger": "^5.0.31",
"@truffle/debugger": "^5.0.32",
"@truffle/deployer": "^3.0.37",
"@truffle/error": "^0.0.7",
"@truffle/expect": "^0.0.11",
Expand Down
8 changes: 4 additions & 4 deletions packages/debugger/package.json
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.0.31",
"version": "5.0.32",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand All @@ -20,9 +20,9 @@
"test:debug": "NODE_ENV=testing node --inspect ./node_modules/.bin/mocha-webpack --webpack-config webpack/webpack.config-test.js --recursive"
},
"dependencies": {
"@truffle/code-utils": "^1.2.8",
"@truffle/code-utils": "^1.2.9",
"@truffle/decode-utils": "^1.0.18",
"@truffle/decoder": "^3.0.13",
"@truffle/decoder": "^3.0.14",
"@truffle/expect": "^0.0.11",
"@truffle/solidity-utils": "^1.2.5",
"bn.js": "^4.11.8",
Expand All @@ -39,7 +39,7 @@
},
"devDependencies": {
"@truffle/artifactor": "^4.0.35",
"@truffle/box": "^1.0.41",
"@truffle/box": "^1.0.42",
"@truffle/debug-utils": "^1.0.19",
"@truffle/migrate": "^3.0.37",
"@truffle/resolver": "^5.0.17",
Expand Down
2 changes: 1 addition & 1 deletion packages/decoder/package.json
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.0.13",
"version": "3.0.14",
"main": "dist/interface/index.js",
"directories": {
"lib": "lib"
Expand Down
2 changes: 1 addition & 1 deletion packages/environment/package.json
Expand Up @@ -9,7 +9,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.15",
"version": "0.1.16",
"main": "index.js",
"dependencies": {
"@truffle/artifactor": "^4.0.35",
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-provider/package.json
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "1.0.21",
"version": "1.0.22",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions packages/solidity-loader/package.json
@@ -1,6 +1,6 @@
{
"name": "@truffle/solidity-loader",
"version": "0.1.39",
"version": "0.1.40",
"description": "A Webpack loader that uses Truffle to load and provision solidity contracts, with Truffle migrations.",
"main": "index.js",
"scripts": {
Expand All @@ -15,7 +15,7 @@
"license": "MIT",
"dependencies": {
"@truffle/config": "^1.2.2",
"@truffle/core": "^5.0.40",
"@truffle/core": "^5.0.41",
"chalk": "^1.1.3",
"find-up": "^1.1.2",
"loader-utils": "^1.1.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/truffle/package.json
Expand Up @@ -7,7 +7,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.0.40",
"version": "5.0.41",
"main": "./build/library.bundled.js",
"bin": {
"truffle": "./build/cli.bundled.js"
Expand All @@ -31,10 +31,10 @@
"original-require": "1.0.1"
},
"devDependencies": {
"@truffle/box": "^1.0.41",
"@truffle/box": "^1.0.42",
"@truffle/contract": "^4.0.36",
"@truffle/core": "^5.0.40",
"@truffle/debugger": "^5.0.31",
"@truffle/core": "^5.0.41",
"@truffle/debugger": "^5.0.32",
"clean-webpack-plugin": "^0.1.16",
"copy-webpack-plugin": "^4.0.1",
"eslint": "^5.7.0",
Expand Down

0 comments on commit f645a0e

Please sign in to comment.