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.126
 - @truffle/box@2.1.30
 - @truffle/codec@0.11.17
 - @truffle/compile-solidity@5.3.25
 - @truffle/compile-vyper@3.1.29
 - @truffle/config@1.3.10
 - @truffle/contract-tests@0.1.57
 - @truffle/contract@4.3.38
 - @truffle/core@5.4.14
 - @truffle/db-kit@0.1.35
 - @truffle/db-loader@0.0.13
 - @truffle/db@0.5.34
 - @truffle/debug-utils@5.1.18
 - @truffle/debugger@9.1.19
 - @truffle/decoder@5.0.10
 - @truffle/deployer@3.2.47
 - @truffle/environment@0.2.75
 - @truffle/events@0.0.16
 - @truffle/external-compile@2.0.27
 - @truffle/fetch-and-compile@0.1.10
 - @truffle/hdwallet-provider@1.5.1
 - @truffle/migrate@3.2.47
 - @truffle/profiler@0.1.1
 - @truffle/provisioner@0.2.33
 - @truffle/require@2.0.78
 - @truffle/resolver@7.0.32
 - @truffle/source-map-utils@1.3.61
 - truffle@5.4.14
 - @truffle/workflow-compile@3.2.33
  • Loading branch information
eggplantzzz committed Oct 7, 2021
1 parent f82e28d commit e0c903d
Show file tree
Hide file tree
Showing 29 changed files with 117 additions and 117 deletions.
4 changes: 2 additions & 2 deletions packages/artifactor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/trufflesuite/truffle.git",
"directory": "packages/artifactor"
},
"version": "4.0.125",
"version": "4.0.126",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -28,7 +28,7 @@
"lodash.merge": "^4.6.2"
},
"devDependencies": {
"@truffle/contract": "^4.3.37",
"@truffle/contract": "^4.3.38",
"@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/box/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": "2.1.29",
"version": "2.1.30",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.3.9",
"@truffle/config": "^1.3.10",
"axios": "^0.21.1",
"download-git-repo": "^3.0.2",
"fs-extra": "^9.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/codec/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.11.16",
"version": "0.11.17",
"main": "dist/lib/index.js",
"files": [
"dist"
Expand Down
12 changes: 6 additions & 6 deletions packages/compile-solidity/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.3.24",
"version": "5.3.25",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh"
},
"dependencies": {
"@truffle/compile-common": "^0.7.22",
"@truffle/config": "^1.3.9",
"@truffle/config": "^1.3.10",
"@truffle/contract-sources": "^0.1.12",
"@truffle/expect": "^0.0.18",
"@truffle/profiler": "^0.1.0",
"@truffle/profiler": "^0.1.1",
"axios": "^0.21.1",
"debug": "^4.3.1",
"fs-extra": "^9.1.0",
Expand All @@ -36,9 +36,9 @@
"solc": "0.6.9"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.125",
"@truffle/box": "^2.1.29",
"@truffle/resolver": "^7.0.31",
"@truffle/artifactor": "^4.0.126",
"@truffle/box": "^2.1.30",
"@truffle/resolver": "^7.0.32",
"babel-core": "^6.26.0",
"babel-polyfill": "^6.26.0",
"babel-preset-env": "^1.6.1",
Expand Down
8 changes: 4 additions & 4 deletions packages/compile-vyper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@
"url": "https://github.com/trufflesuite/truffle.git",
"directory": "packages/compile-vyper"
},
"version": "3.1.28",
"version": "3.1.29",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-common": "^0.7.22",
"@truffle/config": "^1.3.9",
"@truffle/profiler": "^0.1.0",
"@truffle/resolver": "^7.0.31",
"@truffle/config": "^1.3.10",
"@truffle/profiler": "^0.1.1",
"@truffle/resolver": "^7.0.32",
"colors": "^1.4.0",
"debug": "^4.3.1",
"lodash.partition": "^4.6.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/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": "1.3.9",
"version": "1.3.10",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -22,7 +22,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/error": "^0.0.14",
"@truffle/events": "^0.0.15",
"@truffle/events": "^0.0.16",
"@truffle/provider": "^0.2.42",
"conf": "^10.0.2",
"find-up": "^2.1.0",
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 @@ -13,7 +13,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.56",
"version": "0.1.57",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh",
Expand All @@ -22,8 +22,8 @@
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.0.31",
"@truffle/compile-solidity": "^5.3.24",
"@truffle/contract": "^4.3.37",
"@truffle/compile-solidity": "^5.3.25",
"@truffle/contract": "^4.3.38",
"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 @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.3.37",
"version": "4.3.38",
"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 @@ -24,7 +24,7 @@
"@ensdomains/ensjs": "^2.0.1",
"@truffle/blockchain-utils": "^0.0.31",
"@truffle/contract-schema": "^3.4.3",
"@truffle/debug-utils": "^5.1.17",
"@truffle/debug-utils": "^5.1.18",
"@truffle/error": "^0.0.14",
"@truffle/interface-adapter": "^0.5.8",
"bignumber.js": "^7.2.1",
Expand Down
36 changes: 18 additions & 18 deletions packages/core/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": "5.4.13",
"version": "5.4.14",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -21,34 +21,34 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.125",
"@truffle/box": "^2.1.29",
"@truffle/codec": "^0.11.16",
"@truffle/compile-solidity": "^5.3.24",
"@truffle/config": "^1.3.9",
"@truffle/contract": "^4.3.37",
"@truffle/debug-utils": "^5.1.17",
"@truffle/debugger": "^9.1.18",
"@truffle/decoder": "^5.0.9",
"@truffle/deployer": "^3.2.46",
"@truffle/environment": "^0.2.74",
"@truffle/artifactor": "^4.0.126",
"@truffle/box": "^2.1.30",
"@truffle/codec": "^0.11.17",
"@truffle/compile-solidity": "^5.3.25",
"@truffle/config": "^1.3.10",
"@truffle/contract": "^4.3.38",
"@truffle/debug-utils": "^5.1.18",
"@truffle/debugger": "^9.1.19",
"@truffle/decoder": "^5.0.10",
"@truffle/deployer": "^3.2.47",
"@truffle/environment": "^0.2.75",
"@truffle/error": "^0.0.14",
"@truffle/expect": "^0.0.18",
"@truffle/fetch-and-compile": "^0.1.9",
"@truffle/fetch-and-compile": "^0.1.10",
"@truffle/interface-adapter": "^0.5.8",
"@truffle/migrate": "^3.2.46",
"@truffle/migrate": "^3.2.47",
"@truffle/plugins": "^0.2.3",
"@truffle/preserve": "^0.2.4",
"@truffle/preserve-fs": "^0.2.4",
"@truffle/preserve-to-buckets": "^0.2.4",
"@truffle/preserve-to-filecoin": "^0.2.4",
"@truffle/preserve-to-ipfs": "^0.2.4",
"@truffle/provider": "^0.2.42",
"@truffle/provisioner": "^0.2.32",
"@truffle/require": "^2.0.77",
"@truffle/resolver": "^7.0.31",
"@truffle/provisioner": "^0.2.33",
"@truffle/require": "^2.0.78",
"@truffle/resolver": "^7.0.32",
"@truffle/source-fetcher": "^0.5.9",
"@truffle/workflow-compile": "^3.2.32",
"@truffle/workflow-compile": "^3.2.33",
"chai": "^4.2.0",
"colors": "^1.4.0",
"command-exists": "^1.2.8",
Expand Down
16 changes: 8 additions & 8 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.34",
"version": "0.1.35",
"description": "Utility belt for Truffle and @truffle/db",
"keywords": [
"smart-contract",
Expand Down Expand Up @@ -55,14 +55,14 @@
"url": "https://github.com/trufflesuite/truffle/issues"
},
"dependencies": {
"@truffle/codec": "^0.11.16",
"@truffle/codec": "^0.11.17",
"@truffle/compile-common": "^0.7.22",
"@truffle/compile-solidity": "^5.3.24",
"@truffle/config": "^1.3.9",
"@truffle/db": "^0.5.33",
"@truffle/decoder": "^5.0.9",
"@truffle/environment": "^0.2.74",
"@truffle/fetch-and-compile": "^0.1.9",
"@truffle/compile-solidity": "^5.3.25",
"@truffle/config": "^1.3.10",
"@truffle/db": "^0.5.34",
"@truffle/decoder": "^5.0.10",
"@truffle/environment": "^0.2.75",
"@truffle/fetch-and-compile": "^0.1.10",
"ink": "^3.0.8",
"ink-big-text": "^1.2.0",
"ink-divider": "^3.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/db-loader/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.0.12",
"version": "0.0.13",
"main": "dist/index.js",
"keywords": [
"ethereum",
Expand All @@ -30,7 +30,7 @@
"prepare": "tsc"
},
"optionalDependencies": {
"@truffle/db": "^0.5.33"
"@truffle/db": "^0.5.34"
},
"devDependencies": {
"typescript": "^4.1.4"
Expand Down
6 changes: 3 additions & 3 deletions packages/db/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.5.33",
"version": "0.5.34",
"main": "dist/src/index.js",
"files": [
"dist",
Expand All @@ -38,8 +38,8 @@
"dependencies": {
"@truffle/abi-utils": "^0.2.4",
"@truffle/code-utils": "^1.2.30",
"@truffle/config": "^1.3.9",
"@truffle/resolver": "^7.0.31",
"@truffle/config": "^1.3.10",
"@truffle/resolver": "^7.0.32",
"apollo-server": "^2.18.2",
"debug": "^4.3.1",
"fs-extra": "^9.1.0",
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 @@ -12,13 +12,13 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.1.17",
"version": "5.1.18",
"main": "index.js",
"scripts": {
"prepare": "exit 0"
},
"dependencies": {
"@truffle/codec": "^0.11.16",
"@truffle/codec": "^0.11.17",
"@trufflesuite/chromafi": "^2.2.2",
"bn.js": "^5.1.3",
"chalk": "^2.4.2",
Expand Down
16 changes: 8 additions & 8 deletions packages/debugger/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": "9.1.18",
"version": "9.1.19",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand All @@ -25,8 +25,8 @@
},
"dependencies": {
"@truffle/abi-utils": "^0.2.4",
"@truffle/codec": "^0.11.16",
"@truffle/source-map-utils": "^1.3.60",
"@truffle/codec": "^0.11.17",
"@truffle/source-map-utils": "^1.3.61",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"json-pointer": "^0.6.0",
Expand All @@ -44,11 +44,11 @@
"web3-eth-abi": "1.5.3"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.125",
"@truffle/box": "^2.1.29",
"@truffle/migrate": "^3.2.46",
"@truffle/resolver": "^7.0.31",
"@truffle/workflow-compile": "^3.2.32",
"@truffle/artifactor": "^4.0.126",
"@truffle/box": "^2.1.30",
"@truffle/migrate": "^3.2.47",
"@truffle/resolver": "^7.0.32",
"@truffle/workflow-compile": "^3.2.33",
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-plugin-transform-object-rest-spread": "^6.26.0",
Expand Down
12 changes: 6 additions & 6 deletions packages/decoder/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": "5.0.9",
"version": "5.0.10",
"main": "dist/index.js",
"directories": {
"lib": "lib"
Expand All @@ -26,19 +26,19 @@
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/abi-utils": "^0.2.4",
"@truffle/codec": "^0.11.16",
"@truffle/codec": "^0.11.17",
"@truffle/compile-common": "^0.7.22",
"@truffle/source-map-utils": "^1.3.60",
"@truffle/source-map-utils": "^1.3.61",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"web3": "1.5.3"
},
"devDependencies": {
"@truffle/config": "^1.3.9",
"@truffle/config": "^1.3.10",
"@truffle/contract-schema": "^3.4.3",
"@truffle/migrate": "^3.2.46",
"@truffle/migrate": "^3.2.47",
"@truffle/provider": "^0.2.42",
"@truffle/workflow-compile": "^3.2.32",
"@truffle/workflow-compile": "^3.2.33",
"@types/big.js": "^4.0.5",
"@types/bn.js": "^4.11.4",
"@types/debug": "^4.1.5",
Expand Down
Loading

0 comments on commit e0c903d

Please sign in to comment.