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
  • Loading branch information
fainashalts committed May 13, 2022
1 parent 3acd562 commit e0ca042
Show file tree
Hide file tree
Showing 22 changed files with 87 additions and 87 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 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.0.153",
"version": "4.0.154",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -27,7 +27,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@truffle/contract": "^4.5.9",
"@truffle/contract": "^4.5.10",
"@types/fs-extra": "^8.1.0",
"@types/lodash": "^4.14.179",
"@types/node": "12.12.21",
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.11",
"version": "0.12.12",
"main": "dist/lib/index.js",
"files": [
"dist"
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 @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "6.0.26",
"version": "6.0.27",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
Expand All @@ -38,9 +38,9 @@
"solc": "0.8.12"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.153",
"@truffle/artifactor": "^4.0.154",
"@truffle/box": "^2.1.48",
"@truffle/resolver": "^8.0.20",
"@truffle/resolver": "^9.0.0",
"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 @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.1.61",
"version": "3.1.62",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand All @@ -22,7 +22,7 @@
"@truffle/compile-common": "^0.7.31",
"@truffle/config": "^1.3.28",
"@truffle/profiler": "^0.1.20",
"@truffle/resolver": "^8.0.20",
"@truffle/resolver": "^9.0.0",
"colors": "1.4.0",
"debug": "^4.3.1",
"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.89",
"version": "0.1.90",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh",
Expand All @@ -22,8 +22,8 @@
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.1.3",
"@truffle/compile-solidity": "^6.0.26",
"@truffle/contract": "^4.5.9",
"@truffle/compile-solidity": "^6.0.27",
"@truffle/contract": "^4.5.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 @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "4.5.9",
"version": "4.5.10",
"main": "index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -25,7 +25,7 @@
"@ensdomains/ensjs": "^2.0.1",
"@truffle/blockchain-utils": "^0.1.3",
"@truffle/contract-schema": "^3.4.7",
"@truffle/debug-utils": "^6.0.21",
"@truffle/debug-utils": "^6.0.22",
"@truffle/error": "^0.1.0",
"@truffle/interface-adapter": "^0.5.16",
"bignumber.js": "^7.2.1",
Expand Down
28 changes: 14 additions & 14 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.13",
"version": "5.5.14",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -22,23 +22,23 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.153",
"@truffle/artifactor": "^4.0.154",
"@truffle/box": "^2.1.48",
"@truffle/codec": "^0.12.11",
"@truffle/compile-solidity": "^6.0.26",
"@truffle/codec": "^0.12.12",
"@truffle/compile-solidity": "^6.0.27",
"@truffle/config": "^1.3.28",
"@truffle/contract": "^4.5.9",
"@truffle/contract": "^4.5.10",
"@truffle/dashboard": "^0.1.6",
"@truffle/debug-utils": "^6.0.21",
"@truffle/debugger": "^10.0.9",
"@truffle/decoder": "^5.2.11",
"@truffle/deployer": "^3.2.79",
"@truffle/environment": "^0.2.106",
"@truffle/debug-utils": "^6.0.22",
"@truffle/debugger": "^10.0.10",
"@truffle/decoder": "^5.2.12",
"@truffle/deployer": "^3.2.80",
"@truffle/environment": "^0.2.107",
"@truffle/error": "^0.1.0",
"@truffle/expect": "^0.1.1",
"@truffle/fetch-and-compile": "^0.5.1",
"@truffle/fetch-and-compile": "^0.5.2",
"@truffle/interface-adapter": "^0.5.16",
"@truffle/migrate": "^3.2.79",
"@truffle/migrate": "^3.2.80",
"@truffle/plugins": "^0.2.7",
"@truffle/preserve": "^0.2.7",
"@truffle/preserve-fs": "^0.2.7",
Expand All @@ -48,10 +48,10 @@
"@truffle/provider": "^0.2.54",
"@truffle/provisioner": "^0.2.51",
"@truffle/require": "^2.0.97",
"@truffle/resolver": "^8.0.20",
"@truffle/resolver": "^9.0.0",
"@truffle/source-fetcher": "^1.0.4",
"@truffle/spinners": "^0.2.0",
"@truffle/workflow-compile": "^4.0.16",
"@truffle/workflow-compile": "^4.0.17",
"address": "^1.1.2",
"chai": "^4.2.0",
"colors": "1.4.0",
Expand Down
14 changes: 7 additions & 7 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.68",
"version": "0.1.69",
"description": "Utility belt for Truffle and @truffle/db",
"license": "MIT",
"author": "g. nicholas d'andrea <[email protected]>",
Expand Down Expand Up @@ -33,14 +33,14 @@
"test": "jest --verbose --detectOpenHandles --forceExit --passWithNoTests"
},
"dependencies": {
"@truffle/codec": "^0.12.11",
"@truffle/codec": "^0.12.12",
"@truffle/compile-common": "^0.7.31",
"@truffle/compile-solidity": "^6.0.26",
"@truffle/compile-solidity": "^6.0.27",
"@truffle/config": "^1.3.28",
"@truffle/db": "^1.0.5",
"@truffle/decoder": "^5.2.11",
"@truffle/environment": "^0.2.106",
"@truffle/fetch-and-compile": "^0.5.1",
"@truffle/db": "^1.0.6",
"@truffle/decoder": "^5.2.12",
"@truffle/environment": "^0.2.107",
"@truffle/fetch-and-compile": "^0.5.2",
"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.15",
"version": "0.1.16",
"main": "dist/index.js",
"keywords": [
"ethereum",
Expand All @@ -31,7 +31,7 @@
"prepare": "yarn build"
},
"optionalDependencies": {
"@truffle/db": "^1.0.5"
"@truffle/db": "^1.0.6"
},
"devDependencies": {
"typescript": "^4.1.4"
Expand Down
4 changes: 2 additions & 2 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": "1.0.5",
"version": "1.0.6",
"main": "dist/src/index.js",
"files": [
"dist",
Expand Down Expand Up @@ -62,7 +62,7 @@
"@graphql-tools/utils": "^8.5.5",
"@truffle/compile-common": "^0.7.31",
"@truffle/contract-schema": "^3.4.7",
"@truffle/resolver": "^8.0.20",
"@truffle/resolver": "^9.0.0",
"@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.21",
"version": "6.0.22",
"main": "index.js",
"scripts": {
"prepare": "exit 0"
},
"dependencies": {
"@truffle/codec": "^0.12.11",
"@truffle/codec": "^0.12.12",
"@trufflesuite/chromafi": "^3.0.0",
"bn.js": "^5.1.3",
"chalk": "^2.4.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 @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "10.0.9",
"version": "10.0.10",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand All @@ -23,8 +23,8 @@
},
"dependencies": {
"@truffle/abi-utils": "^0.2.13",
"@truffle/codec": "^0.12.11",
"@truffle/source-map-utils": "^1.3.83",
"@truffle/codec": "^0.12.12",
"@truffle/source-map-utils": "^1.3.84",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"json-pointer": "^0.6.1",
Expand All @@ -42,11 +42,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.153",
"@truffle/artifactor": "^4.0.154",
"@truffle/box": "^2.1.48",
"@truffle/migrate": "^3.2.79",
"@truffle/resolver": "^8.0.20",
"@truffle/workflow-compile": "^4.0.16",
"@truffle/migrate": "^3.2.80",
"@truffle/resolver": "^9.0.0",
"@truffle/workflow-compile": "^4.0.17",
"babel-loader": "^8.2.3",
"babel-runtime": "^6.26.0",
"chai": "^4.2.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.2.11",
"version": "5.2.12",
"main": "dist/index.js",
"directories": {
"lib": "lib"
Expand All @@ -26,20 +26,20 @@
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/abi-utils": "^0.2.13",
"@truffle/codec": "^0.12.11",
"@truffle/codec": "^0.12.12",
"@truffle/compile-common": "^0.7.31",
"@truffle/encoder": "^0.1.8",
"@truffle/source-map-utils": "^1.3.83",
"@truffle/encoder": "^0.1.9",
"@truffle/source-map-utils": "^1.3.84",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"web3-utils": "1.5.3"
},
"devDependencies": {
"@truffle/config": "^1.3.28",
"@truffle/contract-schema": "^3.4.7",
"@truffle/migrate": "^3.2.79",
"@truffle/migrate": "^3.2.80",
"@truffle/provider": "^0.2.54",
"@truffle/workflow-compile": "^4.0.16",
"@truffle/workflow-compile": "^4.0.17",
"@types/big.js": "^6.0.2",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
Expand Down
8 changes: 4 additions & 4 deletions packages/deployer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,23 +12,23 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.2.79",
"version": "3.2.80",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha --no-warnings --timeout 10000 --exit"
},
"dependencies": {
"@ensdomains/ensjs": "^2.0.1",
"@truffle/contract": "^4.5.9",
"@truffle/contract": "^4.5.10",
"@truffle/expect": "^0.1.1",
"eth-ens-namehash": "^2.0.8",
"web3-utils": "1.5.3"
},
"devDependencies": {
"@truffle/config": "^1.3.28",
"@truffle/environment": "^0.2.106",
"@truffle/workflow-compile": "^4.0.16",
"@truffle/environment": "^0.2.107",
"@truffle/workflow-compile": "^4.0.17",
"ganache": "^7.1.0",
"mocha": "9.2.2",
"sinon": "^9.0.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/encoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/encoder",
"version": "0.1.8",
"version": "0.1.9",
"description": "Recognizes user input for Soldiity values, resolves overloads, and encodes to binary",
"license": "MIT",
"author": "Harry Altman",
Expand Down Expand Up @@ -28,7 +28,7 @@
"@ensdomains/ensjs": "^2.0.0",
"@ethersproject/address": "^5.0.10",
"@ethersproject/bignumber": "^5.0.14",
"@truffle/codec": "^0.12.11",
"@truffle/codec": "^0.12.12",
"@truffle/compile-common": "^0.7.31",
"big.js": "^6.0.3",
"bignumber.js": "^9.0.1",
Expand All @@ -42,9 +42,9 @@
"@truffle/box": "^2.1.48",
"@truffle/config": "^1.3.28",
"@truffle/contract-schema": "^3.4.7",
"@truffle/deployer": "^3.2.79",
"@truffle/resolver": "^8.0.20",
"@truffle/workflow-compile": "^4.0.16",
"@truffle/deployer": "^3.2.80",
"@truffle/resolver": "^9.0.0",
"@truffle/workflow-compile": "^4.0.17",
"@types/big.js": "^6.0.2",
"@types/bignumber.js": "^5.0.0",
"@types/bn.js": "^5.1.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/environment/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.2.106",
"version": "0.2.107",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.153",
"@truffle/artifactor": "^4.0.154",
"@truffle/error": "^0.1.0",
"@truffle/expect": "^0.1.1",
"@truffle/interface-adapter": "^0.5.16",
"@truffle/resolver": "^8.0.20",
"@truffle/resolver": "^9.0.0",
"ganache": "^7.1.0",
"node-ipc": "9.2.1",
"source-map-support": "^0.5.19",
Expand Down
Loading

0 comments on commit e0ca042

Please sign in to comment.