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.146
 - @truffle/box@2.1.43
 - @truffle/codec@0.12.4
 - @truffle/compile-solidity@6.0.19
 - @truffle/compile-vyper@3.1.54
 - @truffle/config@1.3.23
 - @truffle/contract-tests@0.1.82
 - @truffle/contract@4.5.2
 - @truffle/core@5.5.6
 - @truffle/db-kit@0.1.61
 - @truffle/db-loader@0.1.8
 - @truffle/db@0.5.58
 - @truffle/debug-utils@6.0.14
 - @truffle/debugger@10.0.2
 - @truffle/decoder@5.2.4
 - @truffle/deployer@3.2.72
 - @truffle/encoder@0.1.1
 - @truffle/environment@0.2.99
 - @truffle/events@0.1.2
 - @truffle/external-compile@2.0.41
 - @truffle/fetch-and-compile@0.4.7
 - @truffle/migrate@3.2.72
 - @truffle/profiler@0.1.15
 - @truffle/provider@0.2.49
 - @truffle/provisioner@0.2.46
 - @truffle/require@2.0.92
 - @truffle/resolver@8.0.13
 - @truffle/source-map-utils@1.3.76
 - truffle@5.5.6
 - @truffle/workflow-compile@4.0.9
  • Loading branch information
haltman-at committed Mar 24, 2022
1 parent 6d08028 commit e7396c1
Show file tree
Hide file tree
Showing 30 changed files with 128 additions and 128 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.145",
"version": "4.0.146",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -27,7 +27,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@truffle/contract": "^4.5.1",
"@truffle/contract": "^4.5.2",
"@types/fs-extra": "^8.1.0",
"@types/lodash": "^4.14.179",
"@types/node": "12.12.21",
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.42",
"version": "2.1.43",
"main": "dist/box.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,7 +21,7 @@
},
"types": "./typings/index.d.ts",
"dependencies": {
"@truffle/config": "^1.3.22",
"@truffle/config": "^1.3.23",
"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.12.3",
"version": "0.12.4",
"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,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "6.0.18",
"version": "6.0.19",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
Expand All @@ -21,10 +21,10 @@
},
"dependencies": {
"@truffle/compile-common": "^0.7.29",
"@truffle/config": "^1.3.22",
"@truffle/config": "^1.3.23",
"@truffle/contract-sources": "^0.1.12",
"@truffle/expect": "^0.1.0",
"@truffle/profiler": "^0.1.14",
"@truffle/profiler": "^0.1.15",
"axios": "^0.21.1",
"axios-retry": "^3.1.9",
"debug": "^4.3.1",
Expand All @@ -38,9 +38,9 @@
"solc": "0.8.12"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.145",
"@truffle/box": "^2.1.42",
"@truffle/resolver": "^8.0.12",
"@truffle/artifactor": "^4.0.146",
"@truffle/box": "^2.1.43",
"@truffle/resolver": "^8.0.13",
"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.53",
"version": "3.1.54",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha"
},
"dependencies": {
"@truffle/compile-common": "^0.7.29",
"@truffle/config": "^1.3.22",
"@truffle/profiler": "^0.1.14",
"@truffle/resolver": "^8.0.12",
"@truffle/config": "^1.3.23",
"@truffle/profiler": "^0.1.15",
"@truffle/resolver": "^8.0.13",
"colors": "1.4.0",
"debug": "^4.3.1",
"lodash": "^4.17.21",
Expand Down
6 changes: 3 additions & 3 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.22",
"version": "1.3.23",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -22,8 +22,8 @@
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/error": "^0.1.0",
"@truffle/events": "^0.1.1",
"@truffle/provider": "^0.2.48",
"@truffle/events": "^0.1.2",
"@truffle/provider": "^0.2.49",
"conf": "^10.0.2",
"find-up": "^2.1.0",
"lodash": "^4.17.21",
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.81",
"version": "0.1.82",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh",
Expand All @@ -22,8 +22,8 @@
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.1.1",
"@truffle/compile-solidity": "^6.0.18",
"@truffle/contract": "^4.5.1",
"@truffle/compile-solidity": "^6.0.19",
"@truffle/contract": "^4.5.2",
"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.5.1",
"version": "4.5.2",
"main": "index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -25,7 +25,7 @@
"@ensdomains/ensjs": "^2.0.1",
"@truffle/blockchain-utils": "^0.1.1",
"@truffle/contract-schema": "^3.4.6",
"@truffle/debug-utils": "^6.0.13",
"@truffle/debug-utils": "^6.0.14",
"@truffle/error": "^0.1.0",
"@truffle/interface-adapter": "^0.5.12",
"bignumber.js": "^7.2.1",
Expand Down
38 changes: 19 additions & 19 deletions packages/core/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.5.5",
"version": "5.5.6",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -22,35 +22,35 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.145",
"@truffle/box": "^2.1.42",
"@truffle/codec": "^0.12.3",
"@truffle/compile-solidity": "^6.0.18",
"@truffle/config": "^1.3.22",
"@truffle/contract": "^4.5.1",
"@truffle/artifactor": "^4.0.146",
"@truffle/box": "^2.1.43",
"@truffle/codec": "^0.12.4",
"@truffle/compile-solidity": "^6.0.19",
"@truffle/config": "^1.3.23",
"@truffle/contract": "^4.5.2",
"@truffle/dashboard": "^0.1.1",
"@truffle/debug-utils": "^6.0.13",
"@truffle/debugger": "^10.0.1",
"@truffle/decoder": "^5.2.3",
"@truffle/deployer": "^3.2.71",
"@truffle/environment": "^0.2.98",
"@truffle/debug-utils": "^6.0.14",
"@truffle/debugger": "^10.0.2",
"@truffle/decoder": "^5.2.4",
"@truffle/deployer": "^3.2.72",
"@truffle/environment": "^0.2.99",
"@truffle/error": "^0.1.0",
"@truffle/expect": "^0.1.0",
"@truffle/fetch-and-compile": "^0.4.6",
"@truffle/fetch-and-compile": "^0.4.7",
"@truffle/interface-adapter": "^0.5.12",
"@truffle/migrate": "^3.2.71",
"@truffle/migrate": "^3.2.72",
"@truffle/plugins": "^0.2.5",
"@truffle/preserve": "^0.2.7",
"@truffle/preserve-fs": "^0.2.7",
"@truffle/preserve-to-buckets": "^0.2.8",
"@truffle/preserve-to-filecoin": "^0.2.8",
"@truffle/preserve-to-ipfs": "^0.2.8",
"@truffle/provider": "^0.2.48",
"@truffle/provisioner": "^0.2.45",
"@truffle/require": "^2.0.91",
"@truffle/resolver": "^8.0.12",
"@truffle/provider": "^0.2.49",
"@truffle/provisioner": "^0.2.46",
"@truffle/require": "^2.0.92",
"@truffle/resolver": "^8.0.13",
"@truffle/source-fetcher": "^1.0.1",
"@truffle/workflow-compile": "^4.0.8",
"@truffle/workflow-compile": "^4.0.9",
"address": "^1.1.2",
"chai": "^4.2.0",
"colors": "1.4.0",
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.60",
"version": "0.1.61",
"description": "Utility belt for Truffle and @truffle/db",
"keywords": [
"smart-contract",
Expand Down Expand Up @@ -56,14 +56,14 @@
"url": "https://github.com/trufflesuite/truffle/issues"
},
"dependencies": {
"@truffle/codec": "^0.12.3",
"@truffle/codec": "^0.12.4",
"@truffle/compile-common": "^0.7.29",
"@truffle/compile-solidity": "^6.0.18",
"@truffle/config": "^1.3.22",
"@truffle/db": "^0.5.57",
"@truffle/decoder": "^5.2.3",
"@truffle/environment": "^0.2.98",
"@truffle/fetch-and-compile": "^0.4.6",
"@truffle/compile-solidity": "^6.0.19",
"@truffle/config": "^1.3.23",
"@truffle/db": "^0.5.58",
"@truffle/decoder": "^5.2.4",
"@truffle/environment": "^0.2.99",
"@truffle/fetch-and-compile": "^0.4.7",
"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.1.7",
"version": "0.1.8",
"main": "dist/index.js",
"keywords": [
"ethereum",
Expand All @@ -31,7 +31,7 @@
"prepare": "yarn build"
},
"optionalDependencies": {
"@truffle/db": "^0.5.57"
"@truffle/db": "^0.5.58"
},
"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.57",
"version": "0.5.58",
"main": "dist/src/index.js",
"files": [
"dist",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@graphql-tools/schema": "^8.3.1",
"@truffle/abi-utils": "^0.2.10",
"@truffle/code-utils": "^1.2.32",
"@truffle/config": "^1.3.22",
"@truffle/config": "^1.3.23",
"abstract-leveldown": "^7.2.0",
"apollo-server": "^3.6.3",
"debug": "^4.3.1",
Expand All @@ -63,7 +63,7 @@
"@graphql-tools/utils": "^8.5.5",
"@truffle/compile-common": "^0.7.29",
"@truffle/contract-schema": "^3.4.6",
"@truffle/resolver": "^8.0.12",
"@truffle/resolver": "^8.0.13",
"@types/debug": "^4.1.5",
"@types/express": "^4.16.0",
"@types/graphql": "^14.5.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": "6.0.13",
"version": "6.0.14",
"main": "index.js",
"scripts": {
"prepare": "exit 0"
},
"dependencies": {
"@truffle/codec": "^0.12.3",
"@truffle/codec": "^0.12.4",
"@trufflesuite/chromafi": "^3.0.0",
"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": "10.0.1",
"version": "10.0.2",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand All @@ -24,8 +24,8 @@
},
"dependencies": {
"@truffle/abi-utils": "^0.2.10",
"@truffle/codec": "^0.12.3",
"@truffle/source-map-utils": "^1.3.75",
"@truffle/codec": "^0.12.4",
"@truffle/source-map-utils": "^1.3.76",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"json-pointer": "^0.6.1",
Expand All @@ -43,11 +43,11 @@
"@babel/plugin-transform-runtime": "^7.16.4",
"@babel/preset-env": "^7.16.4",
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@truffle/artifactor": "^4.0.145",
"@truffle/box": "^2.1.42",
"@truffle/migrate": "^3.2.71",
"@truffle/resolver": "^8.0.12",
"@truffle/workflow-compile": "^4.0.8",
"@truffle/artifactor": "^4.0.146",
"@truffle/box": "^2.1.43",
"@truffle/migrate": "^3.2.72",
"@truffle/resolver": "^8.0.13",
"@truffle/workflow-compile": "^4.0.9",
"babel-loader": "^8.2.3",
"babel-runtime": "^6.26.0",
"chai": "^4.2.0",
Expand Down
16 changes: 8 additions & 8 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.2.3",
"version": "5.2.4",
"main": "dist/index.js",
"directories": {
"lib": "lib"
Expand All @@ -26,20 +26,20 @@
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/abi-utils": "^0.2.10",
"@truffle/codec": "^0.12.3",
"@truffle/codec": "^0.12.4",
"@truffle/compile-common": "^0.7.29",
"@truffle/encoder": "^0.1.0",
"@truffle/source-map-utils": "^1.3.75",
"@truffle/encoder": "^0.1.1",
"@truffle/source-map-utils": "^1.3.76",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"web3-utils": "1.5.3"
},
"devDependencies": {
"@truffle/config": "^1.3.22",
"@truffle/config": "^1.3.23",
"@truffle/contract-schema": "^3.4.6",
"@truffle/migrate": "^3.2.71",
"@truffle/provider": "^0.2.48",
"@truffle/workflow-compile": "^4.0.8",
"@truffle/migrate": "^3.2.72",
"@truffle/provider": "^0.2.49",
"@truffle/workflow-compile": "^4.0.9",
"@types/big.js": "^6.0.2",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
Expand Down
Loading

0 comments on commit e7396c1

Please sign in to comment.