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.98
 - @truffle/blockchain-utils@0.0.27
 - @truffle/compile-solidity@5.2.2
 - @truffle/compile-vyper@3.1.1
 - @truffle/contract-tests@0.1.27
 - @truffle/contract@4.3.10
 - @truffle/core@5.2.4
 - @truffle/db-kit@0.1.5
 - @truffle/db@0.5.4
 - @truffle/debugger@8.0.18
 - @truffle/decoder@4.5.5
 - @truffle/deployer@3.2.17
 - @truffle/environment@0.2.47
 - @truffle/hdwallet-provider@1.2.3
 - @truffle/migrate@3.2.17
 - @truffle/resolver@7.0.4
 - truffle@5.2.4
 - @truffle/workflow-compile@3.2.3
  • Loading branch information
eggplantzzz committed Mar 12, 2021
1 parent 33f574c commit 2079746
Show file tree
Hide file tree
Showing 18 changed files with 62 additions and 62 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.97",
"version": "4.0.98",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
"source-map-support": "^0.5.19"
},
"devDependencies": {
"@truffle/contract": "^4.3.9",
"@truffle/contract": "^4.3.10",
"@types/fs-extra": "^8.1.0",
"@types/lodash.assign": "^4.2.6",
"@types/lodash.merge": "^4.6.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/blockchain-utils/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.0.26",
"version": "0.0.27",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
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,7 +8,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.2.1",
"version": "5.2.2",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand All @@ -31,9 +31,9 @@
"solc": "^0.6.0"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.97",
"@truffle/artifactor": "^4.0.98",
"@truffle/box": "^2.1.6",
"@truffle/resolver": "^7.0.3",
"@truffle/resolver": "^7.0.4",
"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,7 +4,7 @@
"license": "MIT",
"author": "Evgeniy Filatov <evgeniyfilatov@gmail.com>",
"repository": "https://github.com/trufflesuite/truffle/tree/master/packages/compile-vyper",
"version": "3.1.0",
"version": "3.1.1",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand All @@ -13,7 +13,7 @@
"dependencies": {
"@truffle/compile-common": "^0.7.0",
"@truffle/config": "^1.2.35",
"@truffle/resolver": "^7.0.3",
"@truffle/resolver": "^7.0.4",
"colors": "^1.4.0",
"debug": "^4.3.1",
"lodash.partition": "^4.6.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/contract-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.26",
"version": "0.1.27",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh",
"test:debug": "$(yarn bin)/mocha --inspect-brk",
"test:trace": "$(yarn bin)/mocha --trace-warnings"
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.0.26",
"@truffle/compile-solidity": "^5.2.1",
"@truffle/contract": "^4.3.9",
"@truffle/blockchain-utils": "^0.0.27",
"@truffle/compile-solidity": "^5.2.2",
"@truffle/contract": "^4.3.10",
"bignumber.js": "^7.2.1",
"chai": "^4.2.0",
"debug": "^4.3.1",
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.3.9",
"version": "4.3.10",
"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 @@ -17,7 +17,7 @@
},
"typings": "./typings/index.d.ts",
"dependencies": {
"@truffle/blockchain-utils": "^0.0.26",
"@truffle/blockchain-utils": "^0.0.27",
"@truffle/contract-schema": "^3.3.4",
"@truffle/debug-utils": "^5.0.11",
"@truffle/error": "^0.0.12",
Expand Down
24 changes: 12 additions & 12 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.2.3",
"version": "5.2.4",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -17,29 +17,29 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.97",
"@truffle/artifactor": "^4.0.98",
"@truffle/box": "^2.1.6",
"@truffle/codec": "^0.10.1",
"@truffle/compile-solidity": "^5.2.1",
"@truffle/compile-solidity": "^5.2.2",
"@truffle/config": "^1.2.35",
"@truffle/contract": "^4.3.9",
"@truffle/contract": "^4.3.10",
"@truffle/contract-sources": "^0.1.11",
"@truffle/debug-utils": "^5.0.11",
"@truffle/debugger": "^8.0.17",
"@truffle/decoder": "^4.5.4",
"@truffle/deployer": "^3.2.16",
"@truffle/environment": "^0.2.46",
"@truffle/debugger": "^8.0.18",
"@truffle/decoder": "^4.5.5",
"@truffle/deployer": "^3.2.17",
"@truffle/environment": "^0.2.47",
"@truffle/error": "^0.0.12",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.19",
"@truffle/migrate": "^3.2.16",
"@truffle/migrate": "^3.2.17",
"@truffle/plugins": "^0.1.1",
"@truffle/provider": "^0.2.26",
"@truffle/provisioner": "^0.2.13",
"@truffle/require": "^2.0.58",
"@truffle/resolver": "^7.0.3",
"@truffle/resolver": "^7.0.4",
"@truffle/source-fetcher": "^0.3.4",
"@truffle/workflow-compile": "^3.2.2",
"@truffle/workflow-compile": "^3.2.3",
"app-module-path": "^2.2.0",
"chai": "^4.2.0",
"colors": "^1.4.0",
Expand Down Expand Up @@ -75,7 +75,7 @@
"yargs": "^8.0.2"
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.0.26",
"@truffle/blockchain-utils": "^0.0.27",
"memorystream": "^0.3.1"
},
"publishConfig": {
Expand Down
10 changes: 5 additions & 5 deletions packages/db-kit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/db-kit",
"version": "0.1.4",
"version": "0.1.5",
"description": "Utility belt for Truffle and @truffle/db",
"keywords": [
"smart-contract",
Expand Down Expand Up @@ -57,11 +57,11 @@
"dependencies": {
"@truffle/codec": "^0.10.1",
"@truffle/compile-common": "^0.7.0",
"@truffle/compile-solidity": "^5.2.1",
"@truffle/compile-solidity": "^5.2.2",
"@truffle/config": "^1.2.35",
"@truffle/db": "^0.5.3",
"@truffle/decoder": "^4.5.4",
"@truffle/environment": "^0.2.46",
"@truffle/db": "^0.5.4",
"@truffle/decoder": "^4.5.5",
"@truffle/environment": "^0.2.47",
"@truffle/source-fetcher": "^0.3.4",
"ink": "^3.0.8",
"ink-big-text": "^1.2.0",
Expand Down
4 changes: 2 additions & 2 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.5.3",
"version": "0.5.4",
"main": "dist/src/index.js",
"files": [
"dist",
Expand Down Expand Up @@ -60,7 +60,7 @@
"@gql2ts/from-schema": "^2.0.0-4",
"@truffle/compile-common": "^0.7.0",
"@truffle/contract-schema": "^3.3.4",
"@truffle/workflow-compile": "^3.2.2",
"@truffle/workflow-compile": "^3.2.3",
"@types/debug": "^4.1.5",
"@types/express": "^4.16.0",
"@types/graphql": "^14.5.0",
Expand Down
10 changes: 5 additions & 5 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.17",
"version": "8.0.18",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand Down Expand Up @@ -42,11 +42,11 @@
"web3-eth-abi": "1.2.9"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.97",
"@truffle/artifactor": "^4.0.98",
"@truffle/box": "^2.1.6",
"@truffle/migrate": "^3.2.16",
"@truffle/resolver": "^7.0.3",
"@truffle/workflow-compile": "^3.2.2",
"@truffle/migrate": "^3.2.17",
"@truffle/resolver": "^7.0.4",
"@truffle/workflow-compile": "^3.2.3",
"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.5.4",
"version": "4.5.5",
"main": "dist/index.js",
"directories": {
"lib": "lib"
Expand All @@ -33,9 +33,9 @@
"devDependencies": {
"@truffle/config": "^1.2.35",
"@truffle/contract-schema": "^3.3.4",
"@truffle/migrate": "^3.2.16",
"@truffle/migrate": "^3.2.17",
"@truffle/provider": "^0.2.26",
"@truffle/workflow-compile": "^3.2.2",
"@truffle/workflow-compile": "^3.2.3",
"@types/big.js": "^4.0.5",
"@types/bn.js": "^4.11.4",
"@types/debug": "^4.1.5",
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.16",
"version": "3.2.17",
"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.3.9",
"@truffle/contract": "^4.3.10",
"@truffle/expect": "^0.0.15",
"emittery": "^0.4.1",
"eth-ens-namehash": "^2.0.8",
Expand All @@ -26,7 +26,7 @@
},
"devDependencies": {
"@truffle/reporters": "^1.1.2",
"@truffle/workflow-compile": "^3.2.2",
"@truffle/workflow-compile": "^3.2.3",
"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.46",
"version": "0.2.47",
"main": "index.js",
"scripts": {
"prepare": "exit 0"
},
"dependencies": {
"@truffle/artifactor": "^4.0.97",
"@truffle/artifactor": "^4.0.98",
"@truffle/error": "^0.0.12",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.19",
"@truffle/resolver": "^7.0.3",
"@truffle/resolver": "^7.0.4",
"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/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.2.2",
"version": "1.2.3",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
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.16",
"version": "3.2.17",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha ./test/* ./test/**/*"
},
"dependencies": {
"@truffle/config": "^1.2.35",
"@truffle/deployer": "^3.2.16",
"@truffle/deployer": "^3.2.17",
"@truffle/expect": "^0.0.15",
"@truffle/interface-adapter": "^0.4.19",
"@truffle/reporters": "^1.1.2",
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": "7.0.3",
"version": "7.0.4",
"main": "dist/lib/index.js",
"files": [
"dist",
Expand All @@ -21,7 +21,7 @@
},
"types": "dist/lib/index.d.ts",
"dependencies": {
"@truffle/contract": "^4.3.9",
"@truffle/contract": "^4.3.10",
"@truffle/contract-sources": "^0.1.11",
"@truffle/expect": "^0.0.15",
"@truffle/provisioner": "^0.2.13",
Expand Down
10 changes: 5 additions & 5 deletions packages/truffle/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": "5.2.3",
"version": "5.2.4",
"main": "./build/library.bundled.js",
"bin": {
"truffle": "./build/cli.bundled.js"
Expand All @@ -28,16 +28,16 @@
"test:raw": "NO_BUILD=true mocha"
},
"dependencies": {
"@truffle/debugger": "^8.0.17",
"@truffle/debugger": "^8.0.18",
"app-module-path": "^2.2.0",
"mocha": "8.1.2",
"original-require": "^1.0.1"
},
"devDependencies": {
"@truffle/box": "^2.1.6",
"@truffle/config": "^1.2.35",
"@truffle/contract": "^4.3.9",
"@truffle/core": "^5.2.3",
"@truffle/contract": "^4.3.10",
"@truffle/core": "^5.2.4",
"@truffle/interface-adapter": "^0.4.19",
"clean-webpack-plugin": "^3.0.0",
"copy-webpack-plugin": "^7.0.0",
Expand All @@ -61,7 +61,7 @@
"yargs": "^8.0.2"
},
"optionalDependencies": {
"@truffle/db": "^0.5.3"
"@truffle/db": "^0.5.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 2079746

Please sign in to comment.