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
leeftk committed Mar 17, 2022
1 parent d7cc24d commit 1258916
Show file tree
Hide file tree
Showing 23 changed files with 91 additions and 91 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.144",
"version": "4.0.145",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -27,7 +27,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@truffle/contract": "^4.5.0",
"@truffle/contract": "^4.5.1",
"@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/blockchain-utils/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.0",
"version": "0.1.1",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
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.2",
"version": "0.12.3",
"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.17",
"version": "6.0.18",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
Expand All @@ -38,9 +38,9 @@
"solc": "0.8.12"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.144",
"@truffle/artifactor": "^4.0.145",
"@truffle/box": "^2.1.42",
"@truffle/resolver": "^8.0.11",
"@truffle/resolver": "^8.0.12",
"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 @@
"url": "https://github.com/trufflesuite/truffle.git",
"directory": "packages/compile-vyper"
},
"version": "3.1.52",
"version": "3.1.53",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand All @@ -22,7 +22,7 @@
"@truffle/compile-common": "^0.7.29",
"@truffle/config": "^1.3.22",
"@truffle/profiler": "^0.1.14",
"@truffle/resolver": "^8.0.11",
"@truffle/resolver": "^8.0.12",
"colors": "1.4.0",
"debug": "^4.3.1",
"lodash": "^4.17.21",
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 @@ -13,17 +13,17 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "0.1.80",
"version": "0.1.81",
"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.1.0",
"@truffle/compile-solidity": "^6.0.17",
"@truffle/contract": "^4.5.0",
"@truffle/blockchain-utils": "^0.1.1",
"@truffle/compile-solidity": "^6.0.18",
"@truffle/contract": "^4.5.1",
"bignumber.js": "^7.2.1",
"chai": "^4.2.0",
"debug": "^4.3.1",
Expand Down
6 changes: 3 additions & 3 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.0",
"version": "4.5.1",
"main": "index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -23,9 +23,9 @@
"typings": "./typings/index.d.ts",
"dependencies": {
"@ensdomains/ensjs": "^2.0.1",
"@truffle/blockchain-utils": "^0.1.0",
"@truffle/blockchain-utils": "^0.1.1",
"@truffle/contract-schema": "^3.4.6",
"@truffle/debug-utils": "^6.0.12",
"@truffle/debug-utils": "^6.0.13",
"@truffle/error": "^0.1.0",
"@truffle/interface-adapter": "^0.5.12",
"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 @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.5.4",
"version": "5.5.5",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -22,23 +22,23 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.144",
"@truffle/artifactor": "^4.0.145",
"@truffle/box": "^2.1.42",
"@truffle/codec": "^0.12.2",
"@truffle/compile-solidity": "^6.0.17",
"@truffle/codec": "^0.12.3",
"@truffle/compile-solidity": "^6.0.18",
"@truffle/config": "^1.3.22",
"@truffle/contract": "^4.5.0",
"@truffle/contract": "^4.5.1",
"@truffle/dashboard": "^0.1.1",
"@truffle/debug-utils": "^6.0.12",
"@truffle/debugger": "^10.0.0",
"@truffle/decoder": "^5.2.2",
"@truffle/deployer": "^3.2.70",
"@truffle/environment": "^0.2.97",
"@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/error": "^0.1.0",
"@truffle/expect": "^0.1.0",
"@truffle/fetch-and-compile": "^0.4.5",
"@truffle/fetch-and-compile": "^0.4.6",
"@truffle/interface-adapter": "^0.5.12",
"@truffle/migrate": "^3.2.70",
"@truffle/migrate": "^3.2.71",
"@truffle/plugins": "^0.2.5",
"@truffle/preserve": "^0.2.7",
"@truffle/preserve-fs": "^0.2.7",
Expand All @@ -48,9 +48,9 @@
"@truffle/provider": "^0.2.48",
"@truffle/provisioner": "^0.2.45",
"@truffle/require": "^2.0.91",
"@truffle/resolver": "^8.0.11",
"@truffle/resolver": "^8.0.12",
"@truffle/source-fetcher": "^1.0.1",
"@truffle/workflow-compile": "^4.0.7",
"@truffle/workflow-compile": "^4.0.8",
"address": "^1.1.2",
"chai": "^4.2.0",
"colors": "1.4.0",
Expand Down Expand Up @@ -87,7 +87,7 @@
"yargs": "^8.0.2"
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.1.0",
"@truffle/blockchain-utils": "^0.1.1",
"app-module-path": "^2.2.0",
"chai-as-promised": "^7.1.1",
"memorystream": "^0.3.1",
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.59",
"version": "0.1.60",
"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.2",
"@truffle/codec": "^0.12.3",
"@truffle/compile-common": "^0.7.29",
"@truffle/compile-solidity": "^6.0.17",
"@truffle/compile-solidity": "^6.0.18",
"@truffle/config": "^1.3.22",
"@truffle/db": "^0.5.56",
"@truffle/decoder": "^5.2.2",
"@truffle/environment": "^0.2.97",
"@truffle/fetch-and-compile": "^0.4.5",
"@truffle/db": "^0.5.57",
"@truffle/decoder": "^5.2.3",
"@truffle/environment": "^0.2.98",
"@truffle/fetch-and-compile": "^0.4.6",
"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.6",
"version": "0.1.7",
"main": "dist/index.js",
"keywords": [
"ethereum",
Expand All @@ -31,7 +31,7 @@
"prepare": "yarn build"
},
"optionalDependencies": {
"@truffle/db": "^0.5.56"
"@truffle/db": "^0.5.57"
},
"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": "0.5.56",
"version": "0.5.57",
"main": "dist/src/index.js",
"files": [
"dist",
Expand Down Expand Up @@ -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.11",
"@truffle/resolver": "^8.0.12",
"@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.12",
"version": "6.0.13",
"main": "index.js",
"scripts": {
"prepare": "exit 0"
},
"dependencies": {
"@truffle/codec": "^0.12.2",
"@truffle/codec": "^0.12.3",
"@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.0",
"version": "10.0.1",
"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.2",
"@truffle/source-map-utils": "^1.3.74",
"@truffle/codec": "^0.12.3",
"@truffle/source-map-utils": "^1.3.75",
"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.144",
"@truffle/artifactor": "^4.0.145",
"@truffle/box": "^2.1.42",
"@truffle/migrate": "^3.2.70",
"@truffle/resolver": "^8.0.11",
"@truffle/workflow-compile": "^4.0.7",
"@truffle/migrate": "^3.2.71",
"@truffle/resolver": "^8.0.12",
"@truffle/workflow-compile": "^4.0.8",
"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.2",
"version": "5.2.3",
"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.2",
"@truffle/codec": "^0.12.3",
"@truffle/compile-common": "^0.7.29",
"@truffle/encoder": "^0.1.0-0",
"@truffle/source-map-utils": "^1.3.74",
"@truffle/encoder": "^0.1.0",
"@truffle/source-map-utils": "^1.3.75",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
"web3-utils": "1.5.3"
},
"devDependencies": {
"@truffle/config": "^1.3.22",
"@truffle/contract-schema": "^3.4.6",
"@truffle/migrate": "^3.2.70",
"@truffle/migrate": "^3.2.71",
"@truffle/provider": "^0.2.48",
"@truffle/workflow-compile": "^4.0.7",
"@truffle/workflow-compile": "^4.0.8",
"@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.70",
"version": "3.2.71",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha --no-warnings --timeout 10000 --exit"
},
"dependencies": {
"@ensdomains/ensjs": "^2.0.1",
"@truffle/contract": "^4.5.0",
"@truffle/contract": "^4.5.1",
"@truffle/expect": "^0.1.0",
"eth-ens-namehash": "^2.0.8",
"web3-utils": "1.5.3"
},
"devDependencies": {
"@truffle/config": "^1.3.22",
"@truffle/environment": "^0.2.97",
"@truffle/workflow-compile": "^4.0.7",
"@truffle/environment": "^0.2.98",
"@truffle/workflow-compile": "^4.0.8",
"ganache": "^7.0.3",
"mocha": "8.1.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.0-0",
"version": "0.1.0",
"description": "Recognizes user input for Soldiity values, resolves overloads, and encodes to binary",
"author": "Harry Altman",
"license": "MIT",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@ensdomains/ensjs": "^2.0.0",
"@ethersproject/address": "^5.0.10",
"@ethersproject/bignumber": "^5.0.14",
"@truffle/codec": "^0.12.2",
"@truffle/codec": "^0.12.3",
"@truffle/compile-common": "^0.7.29",
"big.js": "^6.0.3",
"bignumber.js": "^9.0.1",
Expand All @@ -54,9 +54,9 @@
"@truffle/box": "^2.1.42",
"@truffle/config": "^1.3.22",
"@truffle/contract-schema": "^3.4.6",
"@truffle/deployer": "^3.2.70",
"@truffle/resolver": "^8.0.11",
"@truffle/workflow-compile": "^4.0.7",
"@truffle/deployer": "^3.2.71",
"@truffle/resolver": "^8.0.12",
"@truffle/workflow-compile": "^4.0.8",
"@types/big.js": "^6.0.2",
"@types/bignumber.js": "^5.0.0",
"@types/bn.js": "^5.1.0",
Expand Down
Loading

0 comments on commit 1258916

Please sign in to comment.