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.88
 - @truffle/codec@0.9.0
 - @truffle/compile-common@0.5.0
 - @truffle/compile-solidity@5.1.0
 - @truffle/compile-vyper@2.2.0
 - @truffle/contract-tests@0.1.14
 - @truffle/contract@4.3.0
 - @truffle/core@5.1.55
 - @truffle/db@0.2.0-4
 - @truffle/debug-utils@5.0.3
 - @truffle/debugger@8.0.3
 - @truffle/decoder@4.4.12
 - @truffle/deployer@3.2.2
 - @truffle/environment@0.2.35
 - @truffle/external-compile@2.0.5
 - @truffle/migrate@3.2.2
 - @truffle/provisioner@0.2.11
 - @truffle/resolver@6.1.3
 - @truffle/solidity-utils@1.3.28
 - @truffle/source-fetcher@0.3.0
 - truffle@5.1.55
 - @truffle/workflow-compile@3.1.0
  • Loading branch information
g. nicholas d'andrea committed Nov 28, 2020
1 parent 9d43f6b commit 7b6c7c4
Show file tree
Hide file tree
Showing 22 changed files with 74 additions and 74 deletions.
4 changes: 2 additions & 2 deletions 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.87",
"version": "4.0.88",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@truffle/contract": "^4.2.31",
"@truffle/contract": "^4.3.0",
"@types/fs-extra": "^8.1.0",
"@types/lodash.assign": "^4.2.6",
"@types/lodash.merge": "^4.6.6",
Expand Down
4 changes: 2 additions & 2 deletions packages/codec/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": "0.8.1",
"version": "0.9.0",
"main": "dist/lib/index.js",
"files": [
"dist"
Expand Down Expand Up @@ -37,7 +37,7 @@
"devDependencies": {
"@gnd/typedoc": "0.15.0-0",
"@truffle/abi-utils": "^0.1.1",
"@truffle/compile-common": "^0.4.3",
"@truffle/compile-common": "^0.5.0",
"@truffle/contract-schema": "^3.3.2",
"@trufflesuite/typedoc-default-themes": "^0.6.1",
"@types/big.js": "^4.0.5",
Expand Down
2 changes: 1 addition & 1 deletion 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.4.3",
"version": "0.5.0",
"description": "Common compiler integration support infrastructure for Truffle",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
Expand Down
6 changes: 3 additions & 3 deletions packages/compile-solidity/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": "5.0.9",
"version": "5.1.0",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh"
},
"dependencies": {
"@truffle/compile-common": "^0.4.3",
"@truffle/compile-common": "^0.5.0",
"@truffle/config": "^1.2.33",
"@truffle/contract-sources": "^0.1.8",
"@truffle/error": "^0.0.11",
Expand All @@ -32,7 +32,7 @@
"solc": "^0.6.0"
},
"devDependencies": {
"@truffle/resolver": "^6.1.2",
"@truffle/resolver": "^6.1.3",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/compile-vyper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
"license": "MIT",
"author": "Evgeniy Filatov <evgeniyfilatov@gmail.com>",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/compile-vyper",
"version": "2.1.6",
"version": "2.2.0",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-solidity": "^5.0.9",
"@truffle/compile-solidity": "^5.1.0",
"colors": "^1.1.2",
"eslint": "^5.5.0",
"minimatch": "^3.0.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/contract-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.13",
"version": "0.1.14",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh",
Expand All @@ -21,8 +21,8 @@
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.0.25",
"@truffle/compile-solidity": "^5.0.9",
"@truffle/contract": "^4.2.31",
"@truffle/compile-solidity": "^5.1.0",
"@truffle/contract": "^4.3.0",
"bignumber.js": "^7.2.1",
"chai": "4.2.0",
"debug": "^4.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/contract/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.2.31",
"version": "4.3.0",
"main": "index.js",
"scripts": {
"compile": "sh -c \"mkdir -p ./dist\" && browserify --debug ./index.js | exorcist ./dist/truffle-contract.js.map > ./dist/truffle-contract.js && uglifyjs ./dist/truffle-contract.js -o ./dist/truffle-contract.min.js",
Expand All @@ -19,7 +19,7 @@
"dependencies": {
"@truffle/blockchain-utils": "^0.0.25",
"@truffle/contract-schema": "^3.3.2",
"@truffle/debug-utils": "^5.0.2",
"@truffle/debug-utils": "^5.0.3",
"@truffle/error": "^0.0.11",
"@truffle/interface-adapter": "^0.4.18",
"bignumber.js": "^7.2.1",
Expand Down
30 changes: 15 additions & 15 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.54",
"version": "5.1.55",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -17,28 +17,28 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.87",
"@truffle/artifactor": "^4.0.88",
"@truffle/box": "^2.1.4",
"@truffle/codec": "^0.8.1",
"@truffle/compile-solidity": "^5.0.9",
"@truffle/codec": "^0.9.0",
"@truffle/compile-solidity": "^5.1.0",
"@truffle/config": "^1.2.33",
"@truffle/contract": "^4.2.31",
"@truffle/contract": "^4.3.0",
"@truffle/contract-sources": "^0.1.8",
"@truffle/debug-utils": "^5.0.2",
"@truffle/debugger": "^8.0.2",
"@truffle/decoder": "^4.4.11",
"@truffle/deployer": "^3.2.1",
"@truffle/environment": "^0.2.34",
"@truffle/debug-utils": "^5.0.3",
"@truffle/debugger": "^8.0.3",
"@truffle/decoder": "^4.4.12",
"@truffle/deployer": "^3.2.2",
"@truffle/environment": "^0.2.35",
"@truffle/error": "^0.0.11",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.18",
"@truffle/migrate": "^3.2.1",
"@truffle/migrate": "^3.2.2",
"@truffle/provider": "^0.2.25",
"@truffle/provisioner": "^0.2.10",
"@truffle/provisioner": "^0.2.11",
"@truffle/require": "^2.0.56",
"@truffle/resolver": "^6.1.2",
"@truffle/source-fetcher": "^0.2.4",
"@truffle/workflow-compile": "^3.0.9",
"@truffle/resolver": "^6.1.3",
"@truffle/source-fetcher": "^0.3.0",
"@truffle/workflow-compile": "^3.1.0",
"app-module-path": "^2.2.0",
"chai": "4.2.0",
"colors": "^1.1.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/db/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.2.0-3",
"version": "0.2.0-4",
"main": "dist/src/index.js",
"files": [
"dist",
Expand All @@ -37,9 +37,9 @@
"dependencies": {
"@truffle/abi-utils": "^0.1.1",
"@truffle/code-utils": "^1.2.22",
"@truffle/compile-common": "^0.4.3",
"@truffle/compile-common": "^0.5.0",
"@truffle/config": "^1.2.33",
"@truffle/workflow-compile": "^3.0.9",
"@truffle/workflow-compile": "^3.1.0",
"apollo-server": "^2.18.2",
"debug": "^4.2.0",
"fse": "^4.0.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/debug-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.0.2",
"version": "5.0.3",
"main": "index.js",
"scripts": {
"prepare": "exit 0"
},
"dependencies": {
"@truffle/codec": "^0.8.1",
"@truffle/codec": "^0.9.0",
"@trufflesuite/chromafi": "^2.2.1",
"chalk": "^2.4.2",
"debug": "^4.1.0",
Expand Down
16 changes: 8 additions & 8 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": "8.0.2",
"version": "8.0.3",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand All @@ -21,10 +21,10 @@
},
"dependencies": {
"@truffle/abi-utils": "^0.1.1",
"@truffle/codec": "^0.8.1",
"@truffle/compile-solidity": "^5.0.9",
"@truffle/codec": "^0.9.0",
"@truffle/compile-solidity": "^5.1.0",
"@truffle/expect": "^0.0.15",
"@truffle/solidity-utils": "^1.3.27",
"@truffle/solidity-utils": "^1.3.28",
"bn.js": "^4.11.8",
"debug": "^4.1.0",
"json-pointer": "^0.6.0",
Expand All @@ -44,11 +44,11 @@
"web3-eth-abi": "1.2.9"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.87",
"@truffle/artifactor": "^4.0.88",
"@truffle/box": "^2.1.4",
"@truffle/migrate": "^3.2.1",
"@truffle/resolver": "^6.1.2",
"@truffle/workflow-compile": "^3.0.9",
"@truffle/migrate": "^3.2.2",
"@truffle/resolver": "^6.1.3",
"@truffle/workflow-compile": "^3.1.0",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down
8 changes: 4 additions & 4 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.11",
"version": "4.4.12",
"main": "dist/index.js",
"directories": {
"lib": "lib"
Expand All @@ -22,9 +22,9 @@
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/abi-utils": "^0.1.1",
"@truffle/codec": "^0.8.1",
"@truffle/compile-solidity": "^5.0.9",
"@truffle/solidity-utils": "^1.3.27",
"@truffle/codec": "^0.9.0",
"@truffle/compile-solidity": "^5.1.0",
"@truffle/solidity-utils": "^1.3.28",
"bn.js": "^4.11.8",
"debug": "^4.1.0",
"source-map-support": "^0.5.19",
Expand Down
6 changes: 3 additions & 3 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.2.1",
"version": "3.2.2",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand All @@ -17,7 +17,7 @@
"dependencies": {
"@ensdomains/ens": "^0.4.0",
"@ensdomains/resolver": "^0.2.0",
"@truffle/contract": "^4.2.31",
"@truffle/contract": "^4.3.0",
"@truffle/expect": "^0.0.15",
"emittery": "^0.4.0",
"eth-ens-namehash": "^2.0.8",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@truffle/reporters": "^1.1.2",
"@truffle/workflow-compile": "^3.0.9",
"@truffle/workflow-compile": "^3.1.0",
"ganache-core": "2.13.0",
"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.34",
"version": "0.2.35",
"main": "index.js",
"scripts": {
"prepare": "exit 0"
},
"dependencies": {
"@truffle/artifactor": "^4.0.87",
"@truffle/artifactor": "^4.0.88",
"@truffle/error": "^0.0.11",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.18",
"@truffle/resolver": "^6.1.2",
"@truffle/resolver": "^6.1.3",
"ganache-core": "2.13.0",
"node-ipc": "^9.1.1",
"source-map-support": "^0.5.19",
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": "2.0.4",
"version": "2.0.5",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand Down
4 changes: 2 additions & 2 deletions packages/migrate/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": "3.2.1",
"version": "3.2.2",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha ./test/* ./test/**/*"
},
"dependencies": {
"@truffle/config": "^1.2.33",
"@truffle/deployer": "^3.2.1",
"@truffle/deployer": "^3.2.2",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.18",
"@truffle/reporters": "^1.1.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/provisioner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/provisioner",
"version": "0.2.10",
"version": "0.2.11",
"description": "Provision contract objects for use from multiple sources",
"main": "./dist/src/index.js",
"types": "./dist/src/index.d.ts",
Expand Down
6 changes: 3 additions & 3 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.1.2",
"version": "6.1.3",
"main": "dist/lib/index.js",
"files": [
"dist",
Expand All @@ -21,10 +21,10 @@
},
"types": "dist/lib/index.d.ts",
"dependencies": {
"@truffle/contract": "^4.2.31",
"@truffle/contract": "^4.3.0",
"@truffle/contract-sources": "^0.1.8",
"@truffle/expect": "^0.0.15",
"@truffle/provisioner": "^0.2.10",
"@truffle/provisioner": "^0.2.11",
"abi-to-sol": "^0.2.0",
"debug": "^4.1.1",
"detect-installed": "^2.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/solidity-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/solidity-utils",
"version": "1.3.27",
"version": "1.3.28",
"description": "Utilities for Solidity contracts",
"main": "index.js",
"scripts": {
Expand All @@ -24,7 +24,7 @@
},
"dependencies": {
"@truffle/code-utils": "^1.2.22",
"@truffle/codec": "^0.8.1",
"@truffle/codec": "^0.9.0",
"debug": "^4.1.1",
"json-pointer": "^0.6.0",
"node-interval-tree": "^1.3.3"
Expand Down
Loading

0 comments on commit 7b6c7c4

Please sign in to comment.