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.78
 - @truffle/box@2.1.1
 - @truffle/compile-common@0.3.10
 - @truffle/compile-solidity@5.0.0
 - @truffle/compile-vyper@2.0.0
 - @truffle/config@1.2.30
 - @truffle/contract-tests@0.1.4
 - @truffle/core@5.1.45
 - @truffle/debugger@7.7.1
 - @truffle/decoder@4.4.2
 - @truffle/deployer@3.1.39
 - @truffle/environment@0.2.25
 - @truffle/events@0.0.8
 - @truffle/external-compile@2.0.0
 - @truffle/hdwallet-provider@1.1.0
 - @truffle/migrate@3.1.39
 - @truffle/provisioner@0.2.7
 - @truffle/require@2.0.53
 - @truffle/resolver@6.0.19
 - truffle@5.1.45
 - @truffle/workflow-compile@3.0.0
  • Loading branch information
eggplantzzz committed Sep 17, 2020
1 parent 0eacaa9 commit b841a9e
Show file tree
Hide file tree
Showing 21 changed files with 72 additions and 72 deletions.
2 changes: 1 addition & 1 deletion packages/artifactor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"author": "Tim Coulter",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/artifactor",
"version": "4.0.77",
"version": "4.0.78",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand Down
4 changes: 2 additions & 2 deletions packages/box/package.json
Original file line number Diff line number Diff line change
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": "2.1.0",
"version": "2.1.1",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -13,7 +13,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.2.29",
"@truffle/config": "^1.2.30",
"download-git-repo": "^3.0.2",
"fs-extra": "^8.1.0",
"ignore": "^5.1.8",
Expand Down
10 changes: 5 additions & 5 deletions packages/compile-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/compile-common",
"version": "0.3.9",
"version": "0.3.10",
"description": "Common compiler integration support infrastructure for Truffle",
"main": "dist/src/index.js",
"repository": "https://github.com/trufflesuite/truffle/tree/develop/packages/compile-common",
Expand All @@ -17,10 +17,10 @@
"typescript": "3.9.6"
},
"dependencies": {
"mocha": "8.0.1",
"ts-node": "8.10.2",
"@truffle/contract-schema": "^3.2.5",
"@truffle/resolver": "^6.0.18",
"fs-extra": "^8.1.0"
"@truffle/resolver": "^6.0.19",
"fs-extra": "^8.1.0",
"mocha": "8.0.1",
"ts-node": "8.10.2"
}
}
8 changes: 4 additions & 4 deletions packages/compile-solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.3.22",
"version": "5.0.0",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh"
},
"dependencies": {
"@truffle/compile-common": "^0.3.9",
"@truffle/config": "^1.2.29",
"@truffle/compile-common": "^0.3.10",
"@truffle/config": "^1.2.30",
"@truffle/contract-sources": "^0.1.8",
"@truffle/error": "^0.0.11",
"@truffle/expect": "^0.0.15",
Expand All @@ -32,7 +32,7 @@
"solc": "^0.6.0"
},
"devDependencies": {
"@truffle/resolver": "^6.0.18",
"@truffle/resolver": "^6.0.19",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/compile-vyper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@
"license": "MIT",
"author": "Evgeniy Filatov <evgeniyfilatov@gmail.com>",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/compile-vyper",
"version": "1.0.71",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-solidity": "^4.3.22",
"@truffle/compile-solidity": "^5.0.0",
"colors": "^1.1.2",
"eslint": "^5.5.0",
"minimatch": "^3.0.4"
},
"devDependencies": {
"@truffle/config": "^1.2.29",
"@truffle/config": "^1.2.30",
"mocha": "8.1.2"
},
"keywords": [
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "1.2.29",
"version": "1.2.30",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -18,7 +18,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/error": "^0.0.11",
"@truffle/events": "^0.0.7",
"@truffle/events": "^0.0.8",
"@truffle/provider": "^0.2.22",
"configstore": "^4.0.0",
"find-up": "^2.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/contract-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/contract-tests",
"version": "0.1.3",
"version": "0.1.4",
"description": "Test suite for @truffle/contract smart contract abstraction (unpublished)",
"author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
"homepage": "https://github.com/trufflesuite/truffle#readme",
Expand All @@ -21,7 +21,7 @@
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.0.25",
"@truffle/compile-solidity": "^4.3.22",
"@truffle/compile-solidity": "^5.0.0",
"@truffle/contract": "^4.2.22",
"bignumber.js": "^7.2.1",
"chai": "4.2.0",
Expand Down
28 changes: 14 additions & 14 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.1.44",
"version": "5.1.45",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -17,28 +17,28 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.77",
"@truffle/box": "^2.1.0",
"@truffle/artifactor": "^4.0.78",
"@truffle/box": "^2.1.1",
"@truffle/codec": "^0.6.1",
"@truffle/compile-solidity": "^4.3.22",
"@truffle/config": "^1.2.29",
"@truffle/compile-solidity": "^5.0.0",
"@truffle/config": "^1.2.30",
"@truffle/contract": "^4.2.22",
"@truffle/contract-sources": "^0.1.8",
"@truffle/debug-utils": "^4.2.8",
"@truffle/debugger": "^7.7.0",
"@truffle/decoder": "^4.4.1",
"@truffle/deployer": "^3.1.38",
"@truffle/environment": "^0.2.24",
"@truffle/debugger": "^7.7.1",
"@truffle/decoder": "^4.4.2",
"@truffle/deployer": "^3.1.39",
"@truffle/environment": "^0.2.25",
"@truffle/error": "^0.0.11",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.16",
"@truffle/migrate": "^3.1.38",
"@truffle/migrate": "^3.1.39",
"@truffle/provider": "^0.2.22",
"@truffle/provisioner": "^0.2.6",
"@truffle/require": "^2.0.52",
"@truffle/resolver": "^6.0.18",
"@truffle/provisioner": "^0.2.7",
"@truffle/require": "^2.0.53",
"@truffle/resolver": "^6.0.19",
"@truffle/source-fetcher": "^0.2.3",
"@truffle/workflow-compile": "^2.1.51",
"@truffle/workflow-compile": "^3.0.0",
"app-module-path": "^2.2.0",
"chai": "4.2.0",
"colors": "^1.1.2",
Expand Down
14 changes: 7 additions & 7 deletions packages/debugger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "7.7.0",
"version": "7.7.1",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@truffle/codec": "^0.6.1",
"@truffle/compile-solidity": "^4.3.22",
"@truffle/compile-solidity": "^5.0.0",
"@truffle/expect": "^0.0.15",
"@truffle/solidity-utils": "^1.3.19",
"bn.js": "^4.11.8",
Expand All @@ -42,11 +42,11 @@
"web3-eth-abi": "1.2.1"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.77",
"@truffle/box": "^2.1.0",
"@truffle/migrate": "^3.1.38",
"@truffle/resolver": "^6.0.18",
"@truffle/workflow-compile": "^2.1.51",
"@truffle/artifactor": "^4.0.78",
"@truffle/box": "^2.1.1",
"@truffle/migrate": "^3.1.39",
"@truffle/resolver": "^6.0.19",
"@truffle/workflow-compile": "^3.0.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/decoder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.4.1",
"version": "4.4.2",
"main": "dist/index.js",
"directories": {
"lib": "lib"
Expand All @@ -22,7 +22,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/codec": "^0.6.1",
"@truffle/compile-solidity": "^4.3.22",
"@truffle/compile-solidity": "^5.0.0",
"@truffle/solidity-utils": "^1.3.19",
"bn.js": "^4.11.8",
"debug": "^4.1.0",
Expand All @@ -33,7 +33,7 @@
"truffle": "^5.0.14"
},
"devDependencies": {
"@truffle/config": "^1.2.29",
"@truffle/config": "^1.2.30",
"@truffle/contract-schema": "^3.2.5",
"@truffle/provider": "^0.2.22",
"@types/big.js": "^4.0.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.1.38",
"version": "3.1.39",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@truffle/reporters": "^1.1.1",
"@truffle/workflow-compile": "^2.1.51",
"@truffle/workflow-compile": "^3.0.0",
"ganache-core": "2.11.2",
"mocha": "8.1.2",
"sinon": "9.0.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,17 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.2.24",
"version": "0.2.25",
"main": "index.js",
"scripts": {
"prepare": "exit 0"
},
"dependencies": {
"@truffle/artifactor": "^4.0.77",
"@truffle/artifactor": "^4.0.78",
"@truffle/error": "^0.0.11",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.16",
"@truffle/resolver": "^6.0.18",
"@truffle/resolver": "^6.0.19",
"ganache-core": "2.11.2",
"node-ipc": "^9.1.1",
"source-map-support": "^0.5.19",
Expand Down
2 changes: 1 addition & 1 deletion packages/events/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/events",
"version": "0.0.7",
"version": "0.0.8",
"description": "Event system for Truffle",
"main": "index.js",
"keywords": [],
Expand Down
2 changes: 1 addition & 1 deletion packages/external-compile/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "1.0.36",
"version": "2.0.0",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand Down
2 changes: 1 addition & 1 deletion packages/hdwallet-provider/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "1.0.44",
"version": "1.1.0",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand Down
8 changes: 4 additions & 4 deletions packages/migrate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.1.38",
"version": "3.1.39",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha ./test/* ./test/**/*"
},
"dependencies": {
"@truffle/config": "^1.2.29",
"@truffle/deployer": "^3.1.38",
"@truffle/config": "^1.2.30",
"@truffle/deployer": "^3.1.39",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.16",
"@truffle/reporters": "^1.1.1",
"@truffle/require": "^2.0.52",
"@truffle/require": "^2.0.53",
"emittery": "^0.4.0",
"glob": "^7.1.6",
"web3": "1.2.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/provisioner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/provisioner",
"version": "0.2.6",
"version": "0.2.7",
"description": "Provision contract objects for use from multiple sources",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down Expand Up @@ -31,6 +31,6 @@
"typescript": "^3.9.7"
},
"dependencies": {
"@truffle/config": "^1.2.29"
"@truffle/config": "^1.2.30"
}
}
4 changes: 2 additions & 2 deletions packages/require/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "2.0.52",
"version": "2.0.53",
"main": "require.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/config": "^1.2.29",
"@truffle/config": "^1.2.30",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.16",
"original-require": "1.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "6.0.18",
"version": "6.0.19",
"main": "dist/lib/index.js",
"files": [
"dist"
Expand All @@ -22,7 +22,7 @@
"dependencies": {
"@truffle/contract": "^4.2.22",
"@truffle/expect": "^0.0.15",
"@truffle/provisioner": "^0.2.6",
"@truffle/provisioner": "^0.2.7",
"debug": "^4.1.1",
"detect-installed": "^2.0.4",
"get-installed-path": "^4.0.8",
Expand Down
Loading

0 comments on commit b841a9e

Please sign in to comment.