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
sukanyaparashar committed Dec 8, 2022
1 parent 868fb10 commit 28d00b8
Show file tree
Hide file tree
Showing 29 changed files with 113 additions and 113 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.176",
"version": "4.0.177",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -27,7 +27,7 @@
"lodash": "^4.17.21"
},
"devDependencies": {
"@truffle/contract": "^4.6.8",
"@truffle/contract": "^4.6.9",
"@types/fs-extra": "^8.1.0",
"@types/lodash": "^4.14.179",
"@types/node": "~12.12.0",
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.5",
"version": "0.1.6",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
Expand Down
8 changes: 4 additions & 4 deletions packages/compile-solidity-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"url": "https://github.com/trufflesuite/truffle/issues"
},
"private": true,
"version": "0.1.10",
"version": "0.1.11",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
"prepare": "yarn build",
"test": "./scripts/test.sh"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.176",
"@truffle/compile-solidity": "^6.0.51",
"@truffle/artifactor": "^4.0.177",
"@truffle/compile-solidity": "^6.0.52",
"@truffle/config": "^1.3.45",
"@truffle/resolver": "^9.0.24",
"@truffle/resolver": "^9.0.25",
"@types/node": "12.12.21",
"@types/sinon": "^9.0.10",
"babel-core": "^6.26.0",
Expand Down
4 changes: 2 additions & 2 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.51",
"version": "6.0.52",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
Expand All @@ -37,7 +37,7 @@
"solc": "0.8.17"
},
"devDependencies": {
"@truffle/artifactor": "^4.0.176",
"@truffle/artifactor": "^4.0.177",
"@truffle/box": "^2.1.65",
"@types/node": "~12.12.0",
"@types/sinon": "^9.0.10",
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.86",
"version": "3.1.87",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand All @@ -23,7 +23,7 @@
"@truffle/config": "^1.3.45",
"@truffle/contract-sources": "^0.2.0",
"@truffle/profiler": "^0.1.37",
"@truffle/resolver": "^9.0.24",
"@truffle/resolver": "^9.0.25",
"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.114",
"version": "0.1.115",
"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.5",
"@truffle/compile-solidity": "^6.0.51",
"@truffle/contract": "^4.6.8",
"@truffle/blockchain-utils": "^0.1.6",
"@truffle/compile-solidity": "^6.0.52",
"@truffle/contract": "^4.6.9",
"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.6.8",
"version": "4.6.9",
"main": "index.js",
"scripts": {
"build": "yarn compile",
Expand All @@ -22,7 +22,7 @@
},
"dependencies": {
"@ensdomains/ensjs": "^2.1.0",
"@truffle/blockchain-utils": "^0.1.5",
"@truffle/blockchain-utils": "^0.1.6",
"@truffle/contract-schema": "^3.4.11",
"@truffle/debug-utils": "^6.0.41",
"@truffle/error": "^0.1.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 @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "5.6.8",
"version": "5.6.9",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -22,38 +22,38 @@
"test": "mocha ./test/** ./test/**/*"
},
"dependencies": {
"@truffle/artifactor": "^4.0.176",
"@truffle/artifactor": "^4.0.177",
"@truffle/box": "^2.1.65",
"@truffle/code-utils": "^3.0.1",
"@truffle/codec": "^0.14.10",
"@truffle/compile-common": "^0.9.1",
"@truffle/compile-solidity": "^6.0.51",
"@truffle/compile-solidity": "^6.0.52",
"@truffle/config": "^1.3.45",
"@truffle/contract": "^4.6.8",
"@truffle/dashboard": "^0.3.1",
"@truffle/contract": "^4.6.9",
"@truffle/dashboard": "^0.3.2",
"@truffle/debug-utils": "^6.0.41",
"@truffle/debugger": "^11.0.18",
"@truffle/decoder": "^5.3.1",
"@truffle/deployer": "^3.2.105",
"@truffle/environment": "^0.2.131",
"@truffle/debugger": "^11.0.19",
"@truffle/decoder": "^5.3.2",
"@truffle/deployer": "^3.2.106",
"@truffle/environment": "^0.2.132",
"@truffle/error": "^0.1.1",
"@truffle/expect": "^0.1.4",
"@truffle/fetch-and-compile": "^0.5.27",
"@truffle/from-hardhat": "^0.1.12",
"@truffle/fetch-and-compile": "^0.5.28",
"@truffle/from-hardhat": "^0.1.13",
"@truffle/hdwallet": "^0.1.1",
"@truffle/interface-adapter": "^0.5.25",
"@truffle/migrate": "^3.3.19",
"@truffle/migrate": "^3.3.20",
"@truffle/plugins": "^0.2.12",
"@truffle/preserve": "^0.2.14",
"@truffle/promise-tracker": "^0.1.5",
"@truffle/provider": "^0.2.64",
"@truffle/provisioner": "^0.2.68",
"@truffle/require": "^2.1.14",
"@truffle/resolver": "^9.0.24",
"@truffle/source-fetcher": "^1.0.23",
"@truffle/require": "^2.1.15",
"@truffle/resolver": "^9.0.25",
"@truffle/source-fetcher": "^1.0.24",
"@truffle/spinners": "^0.2.3",
"@truffle/test": "^0.1.3",
"@truffle/workflow-compile": "^4.0.42",
"@truffle/test": "^0.1.4",
"@truffle/workflow-compile": "^4.0.43",
"address": "^1.1.2",
"chai": "^4.2.0",
"colors": "1.4.0",
Expand Down Expand Up @@ -85,7 +85,7 @@
"yargs": "^13.3.0"
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.1.5",
"@truffle/blockchain-utils": "^0.1.6",
"app-module-path": "^2.2.0",
"chai-as-promised": "^7.1.1",
"memorystream": "^0.3.1",
Expand Down
6 changes: 3 additions & 3 deletions packages/dashboard-message-bus-e2e-test/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@truffle/dashboard-message-bus-e2e-test",
"version": "0.1.11",
"version": "0.1.12",
"description": "Private e2e test package for testing the dashboard-message-bus and the dashboard-message-bus-client without circular dependencies",
"scripts": {
"test": "jest --verbose"
Expand All @@ -24,8 +24,8 @@
},
"devDependencies": {
"@ganache/ethereum": "^0.1.5",
"@truffle/dashboard": "^0.3.1",
"@truffle/dashboard-message-bus": "^0.1.9",
"@truffle/dashboard": "^0.3.2",
"@truffle/dashboard-message-bus": "^0.1.10",
"@truffle/dashboard-message-bus-client": "^0.1.9",
"@truffle/dashboard-message-bus-common": "^0.1.5",
"@types/debug": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-message-bus/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.9",
"version": "0.1.10",
"main": "dist/lib/index.js",
"browser": {
"ws": false
Expand Down
6 changes: 3 additions & 3 deletions packages/dashboard/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.3.1",
"version": "0.3.2",
"main": "dist/lib/index.js",
"browser": {
"ws": false
Expand All @@ -38,10 +38,10 @@
"@mantine/notifications": "^5.0.0",
"@mantine/prism": "^5.0.0",
"@truffle/codec": "^0.14.10",
"@truffle/dashboard-message-bus": "^0.1.9",
"@truffle/dashboard-message-bus": "^0.1.10",
"@truffle/dashboard-message-bus-client": "^0.1.9",
"@truffle/dashboard-message-bus-common": "^0.1.5",
"@truffle/decoder": "^5.3.1",
"@truffle/decoder": "^5.3.2",
"cors": "^2.8.5",
"debug": "^4.3.2",
"ethers": "^5.6.9",
Expand Down
12 changes: 6 additions & 6 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.2.7",
"version": "0.2.8",
"description": "Utility belt for Truffle and @truffle/db",
"license": "MIT",
"author": "g. nicholas d'andrea <[email protected]>",
Expand Down Expand Up @@ -35,12 +35,12 @@
"dependencies": {
"@truffle/codec": "^0.14.10",
"@truffle/compile-common": "^0.9.1",
"@truffle/compile-solidity": "^6.0.51",
"@truffle/compile-solidity": "^6.0.52",
"@truffle/config": "^1.3.45",
"@truffle/db": "^2.0.7",
"@truffle/decoder": "^5.3.1",
"@truffle/environment": "^0.2.131",
"@truffle/fetch-and-compile": "^0.5.27",
"@truffle/db": "^2.0.8",
"@truffle/decoder": "^5.3.2",
"@truffle/environment": "^0.2.132",
"@truffle/fetch-and-compile": "^0.5.28",
"graphql": "^15.3.0",
"graphql-tag": "^2.12.6",
"ink": "^3.0.8",
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.2.7",
"version": "0.2.8",
"main": "dist/index.js",
"keywords": [
"ethereum",
Expand All @@ -31,7 +31,7 @@
"prepare": "yarn build"
},
"optionalDependencies": {
"@truffle/db": "^2.0.7"
"@truffle/db": "^2.0.8"
},
"devDependencies": {
"typescript": "^4.7.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": "2.0.7",
"version": "2.0.8",
"main": "dist/src/index.js",
"files": [
"dist",
Expand Down Expand Up @@ -58,8 +58,8 @@
"@graphql-tools/utils": "^8.5.5",
"@truffle/compile-common": "^0.9.1",
"@truffle/contract-schema": "^3.4.11",
"@truffle/environment": "^0.2.131",
"@truffle/resolver": "^9.0.24",
"@truffle/environment": "^0.2.132",
"@truffle/resolver": "^9.0.25",
"@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 @@ -12,7 +12,7 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "11.0.18",
"version": "11.0.19",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand All @@ -39,11 +39,11 @@
},
"devDependencies": {
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@truffle/artifactor": "^4.0.176",
"@truffle/artifactor": "^4.0.177",
"@truffle/config": "^1.3.45",
"@truffle/migrate": "^3.3.19",
"@truffle/resolver": "^9.0.24",
"@truffle/workflow-compile": "^4.0.42",
"@truffle/migrate": "^3.3.20",
"@truffle/resolver": "^9.0.25",
"@truffle/workflow-compile": "^4.0.43",
"chai": "^4.2.0",
"change-case": "3.0.2",
"faker": "5.5.3",
Expand Down
8 changes: 4 additions & 4 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.3.1",
"version": "5.3.2",
"main": "dist/index.js",
"directories": {
"lib": "lib"
Expand All @@ -28,7 +28,7 @@
"@truffle/abi-utils": "^0.3.5",
"@truffle/codec": "^0.14.10",
"@truffle/compile-common": "^0.9.1",
"@truffle/encoder": "^0.2.14",
"@truffle/encoder": "^0.2.15",
"@truffle/source-map-utils": "^1.3.102",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
Expand All @@ -37,9 +37,9 @@
"devDependencies": {
"@truffle/config": "^1.3.45",
"@truffle/contract-schema": "^3.4.11",
"@truffle/migrate": "^3.3.19",
"@truffle/migrate": "^3.3.20",
"@truffle/provider": "^0.2.64",
"@truffle/workflow-compile": "^4.0.42",
"@truffle/workflow-compile": "^4.0.43",
"@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,24 +12,24 @@
"bugs": {
"url": "https://github.com/trufflesuite/truffle/issues"
},
"version": "3.2.105",
"version": "3.2.106",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
"test": "mocha --no-warnings --timeout 10000 --exit"
},
"dependencies": {
"@ensdomains/ensjs": "^2.1.0",
"@truffle/contract": "^4.6.8",
"@truffle/contract": "^4.6.9",
"@truffle/expect": "^0.1.4",
"debug": "^4.3.1",
"eth-ens-namehash": "^2.0.8",
"web3-utils": "1.7.4"
},
"devDependencies": {
"@truffle/config": "^1.3.45",
"@truffle/environment": "^0.2.131",
"@truffle/workflow-compile": "^4.0.42",
"@truffle/environment": "^0.2.132",
"@truffle/workflow-compile": "^4.0.43",
"ganache": "7.5.0",
"mocha": "10.1.0",
"sinon": "^9.0.2",
Expand Down
Loading

0 comments on commit 28d00b8

Please sign in to comment.