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/compile-solidity-tests@0.1.18
 - @truffle/compile-solidity@6.0.59
 - @truffle/compile-vyper@3.1.94
 - @truffle/contract-tests@0.1.122
 - @truffle/core@5.7.6
 - @truffle/dashboard-message-bus-e2e-test@0.1.19
 - @truffle/dashboard@0.3.9
 - @truffle/db-kit@0.2.15
 - @truffle/db-loader@0.2.15
 - @truffle/db@2.0.15
 - @truffle/debugger@11.0.26
 - @truffle/decoder@5.3.9
 - @truffle/deployer@3.3.6
 - @truffle/encoder@1.0.6
 - @truffle/environment@0.2.139
 - @truffle/fetch-and-compile@0.5.35
 - @truffle/from-hardhat@0.2.0
 - @truffle/migrate@3.3.27
 - @truffle/require@2.1.22
 - @truffle/resolver@9.0.32
 - @truffle/test@0.1.11
 - truffle@5.7.6
 - @truffle/workflow-compile@4.0.50
  • Loading branch information
gnidan committed Feb 11, 2023
1 parent d1af23f commit 3130426
Show file tree
Hide file tree
Showing 23 changed files with 86 additions and 86 deletions.
6 changes: 3 additions & 3 deletions packages/compile-solidity-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"url": "https://github.com/trufflesuite/truffle/issues"
},
"private": true,
"version": "0.1.17",
"version": "0.1.18",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
Expand All @@ -22,9 +22,9 @@
},
"devDependencies": {
"@truffle/artifactor": "^4.0.182",
"@truffle/compile-solidity": "^6.0.58",
"@truffle/compile-solidity": "^6.0.59",
"@truffle/config": "^1.3.51",
"@truffle/resolver": "^9.0.31",
"@truffle/resolver": "^9.0.32",
"@types/node": "12.12.21",
"@types/sinon": "^9.0.10",
"babel-core": "^6.26.0",
Expand Down
2 changes: 1 addition & 1 deletion 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.58",
"version": "6.0.59",
"main": "dist/index.js",
"scripts": {
"build": "ttsc",
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.93",
"version": "3.1.94",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand All @@ -23,7 +23,7 @@
"@truffle/config": "^1.3.51",
"@truffle/contract-sources": "^0.2.0",
"@truffle/profiler": "^0.1.43",
"@truffle/resolver": "^9.0.31",
"@truffle/resolver": "^9.0.32",
"colors": "1.4.0",
"debug": "^4.3.1",
"lodash": "^4.17.21",
Expand Down
4 changes: 2 additions & 2 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.121",
"version": "0.1.122",
"scripts": {
"prepare": "exit 0",
"test": "./scripts/test.sh",
Expand All @@ -22,7 +22,7 @@
},
"devDependencies": {
"@truffle/blockchain-utils": "^0.1.6",
"@truffle/compile-solidity": "^6.0.58",
"@truffle/compile-solidity": "^6.0.59",
"@truffle/contract": "^4.6.14",
"bignumber.js": "^7.2.1",
"chai": "^4.2.0",
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.7.5",
"version": "5.7.6",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -27,34 +27,34 @@
"@truffle/code-utils": "^3.0.1",
"@truffle/codec": "^0.14.14",
"@truffle/compile-common": "^0.9.2",
"@truffle/compile-solidity": "^6.0.58",
"@truffle/compile-solidity": "^6.0.59",
"@truffle/config": "^1.3.51",
"@truffle/contract": "^4.6.14",
"@truffle/dashboard": "^0.3.8",
"@truffle/db-loader": "^0.2.14",
"@truffle/dashboard": "^0.3.9",
"@truffle/db-loader": "^0.2.15",
"@truffle/debug-utils": "^6.0.45",
"@truffle/debugger": "^11.0.25",
"@truffle/decoder": "^5.3.8",
"@truffle/deployer": "^3.3.5",
"@truffle/environment": "^0.2.138",
"@truffle/debugger": "^11.0.26",
"@truffle/decoder": "^5.3.9",
"@truffle/deployer": "^3.3.6",
"@truffle/environment": "^0.2.139",
"@truffle/error": "^0.2.0",
"@truffle/expect": "^0.1.4",
"@truffle/fetch-and-compile": "^0.5.34",
"@truffle/from-hardhat": "^0.1.19",
"@truffle/fetch-and-compile": "^0.5.35",
"@truffle/from-hardhat": "^0.2.0",
"@truffle/hdwallet": "^0.1.1",
"@truffle/interface-adapter": "^0.5.28",
"@truffle/migrate": "^3.3.26",
"@truffle/migrate": "^3.3.27",
"@truffle/plugins": "^0.2.13",
"@truffle/preserve": "^0.2.15",
"@truffle/promise-tracker": "^0.1.5",
"@truffle/provider": "^0.3.4",
"@truffle/provisioner": "^0.2.74",
"@truffle/require": "^2.1.21",
"@truffle/resolver": "^9.0.31",
"@truffle/require": "^2.1.22",
"@truffle/resolver": "^9.0.32",
"@truffle/source-fetcher": "^1.0.28",
"@truffle/spinners": "^0.2.3",
"@truffle/test": "^0.1.10",
"@truffle/workflow-compile": "^4.0.49",
"@truffle/test": "^0.1.11",
"@truffle/workflow-compile": "^4.0.50",
"JSONStream": "^1.3.5",
"address": "^1.1.2",
"chai": "^4.2.0",
Expand Down
4 changes: 2 additions & 2 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.18",
"version": "0.1.19",
"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,7 +24,7 @@
},
"devDependencies": {
"@ganache/ethereum": "^0.1.5",
"@truffle/dashboard": "^0.3.8",
"@truffle/dashboard": "^0.3.9",
"@truffle/dashboard-message-bus": "^0.1.10",
"@truffle/dashboard-message-bus-client": "^0.1.10",
"@truffle/dashboard-message-bus-common": "^0.1.5",
Expand Down
4 changes: 2 additions & 2 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.8",
"version": "0.3.9",
"main": "dist/lib/index.js",
"browser": {
"ws": false
Expand Down Expand Up @@ -42,7 +42,7 @@
"@truffle/dashboard-message-bus": "^0.1.10",
"@truffle/dashboard-message-bus-client": "^0.1.10",
"@truffle/dashboard-message-bus-common": "^0.1.5",
"@truffle/decoder": "^5.3.8",
"@truffle/decoder": "^5.3.9",
"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.14",
"version": "0.2.15",
"description": "Utility belt for Truffle and @truffle/db",
"license": "MIT",
"author": "g. nicholas d'andrea <gnidan@trufflesuite.com>",
Expand Down Expand Up @@ -35,12 +35,12 @@
"dependencies": {
"@truffle/codec": "^0.14.14",
"@truffle/compile-common": "^0.9.2",
"@truffle/compile-solidity": "^6.0.58",
"@truffle/compile-solidity": "^6.0.59",
"@truffle/config": "^1.3.51",
"@truffle/db": "^2.0.14",
"@truffle/decoder": "^5.3.8",
"@truffle/environment": "^0.2.138",
"@truffle/fetch-and-compile": "^0.5.34",
"@truffle/db": "^2.0.15",
"@truffle/decoder": "^5.3.9",
"@truffle/environment": "^0.2.139",
"@truffle/fetch-and-compile": "^0.5.35",
"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.14",
"version": "0.2.15",
"main": "dist/index.js",
"keywords": [
"ethereum",
Expand All @@ -31,7 +31,7 @@
"prepare": "yarn build"
},
"optionalDependencies": {
"@truffle/db": "^2.0.14"
"@truffle/db": "^2.0.15"
},
"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.14",
"version": "2.0.15",
"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.2",
"@truffle/contract-schema": "^3.4.11",
"@truffle/environment": "^0.2.138",
"@truffle/resolver": "^9.0.31",
"@truffle/environment": "^0.2.139",
"@truffle/resolver": "^9.0.32",
"@types/debug": "^4.1.5",
"@types/express": "^4.16.0",
"@types/graphql": "^14.5.0",
Expand Down
8 changes: 4 additions & 4 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.25",
"version": "11.0.26",
"main": "dist/debugger.js",
"scripts": {
"build": "webpack --config webpack/webpack.config.js",
Expand Down Expand Up @@ -41,9 +41,9 @@
"@jsdevtools/coverage-istanbul-loader": "^3.0.5",
"@truffle/artifactor": "^4.0.182",
"@truffle/config": "^1.3.51",
"@truffle/migrate": "^3.3.26",
"@truffle/resolver": "^9.0.31",
"@truffle/workflow-compile": "^4.0.49",
"@truffle/migrate": "^3.3.27",
"@truffle/resolver": "^9.0.32",
"@truffle/workflow-compile": "^4.0.50",
"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.8",
"version": "5.3.9",
"main": "dist/index.js",
"directories": {
"lib": "lib"
Expand All @@ -28,7 +28,7 @@
"@truffle/abi-utils": "^0.3.7",
"@truffle/codec": "^0.14.14",
"@truffle/compile-common": "^0.9.2",
"@truffle/encoder": "^1.0.5",
"@truffle/encoder": "^1.0.6",
"@truffle/source-map-utils": "^1.3.106",
"bn.js": "^5.1.3",
"debug": "^4.3.1",
Expand All @@ -37,9 +37,9 @@
"devDependencies": {
"@truffle/config": "^1.3.51",
"@truffle/contract-schema": "^3.4.11",
"@truffle/migrate": "^3.3.26",
"@truffle/migrate": "^3.3.27",
"@truffle/provider": "^0.3.4",
"@truffle/workflow-compile": "^4.0.49",
"@truffle/workflow-compile": "^4.0.50",
"@types/big.js": "^6.0.2",
"@types/bn.js": "^5.1.0",
"@types/debug": "^4.1.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/deployer/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.3.5",
"version": "3.3.6",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand All @@ -28,8 +28,8 @@
},
"devDependencies": {
"@truffle/config": "^1.3.51",
"@truffle/environment": "^0.2.138",
"@truffle/workflow-compile": "^4.0.49",
"@truffle/environment": "^0.2.139",
"@truffle/workflow-compile": "^4.0.50",
"ganache": "7.7.3",
"mocha": "10.1.0",
"sinon": "^9.0.2",
Expand Down
8 changes: 4 additions & 4 deletions packages/encoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@truffle/encoder",
"version": "1.0.5",
"version": "1.0.6",
"description": "Recognizes user input for Soldiity values, resolves overloads, and encodes to binary",
"license": "MIT",
"author": "Harry Altman",
Expand Down Expand Up @@ -43,9 +43,9 @@
"@truffle/box": "^2.1.71",
"@truffle/config": "^1.3.51",
"@truffle/contract-schema": "^3.4.11",
"@truffle/deployer": "^3.3.5",
"@truffle/resolver": "^9.0.31",
"@truffle/workflow-compile": "^4.0.49",
"@truffle/deployer": "^3.3.6",
"@truffle/resolver": "^9.0.32",
"@truffle/workflow-compile": "^4.0.50",
"@types/big.js": "^6.0.2",
"@types/bignumber.js": "^5.0.0",
"@types/bn.js": "^5.1.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/environment/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.2.138",
"version": "0.2.139",
"main": "index.js",
"scripts": {
"prepare": "exit 0",
Expand All @@ -26,7 +26,7 @@
"@truffle/expect": "^0.1.4",
"@truffle/interface-adapter": "^0.5.28",
"@truffle/provider": "^0.3.4",
"@truffle/resolver": "^9.0.31",
"@truffle/resolver": "^9.0.32",
"chalk": "^4.1.2",
"ganache": "7.7.3",
"node-ipc": "9.2.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/fetch-and-compile/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.34",
"version": "0.5.35",
"main": "dist/index.js",
"files": [
"dist"
Expand All @@ -28,7 +28,7 @@
"types": "dist/index.d.ts",
"dependencies": {
"@truffle/codec": "^0.14.14",
"@truffle/compile-solidity": "^6.0.58",
"@truffle/compile-solidity": "^6.0.59",
"@truffle/config": "^1.3.51",
"@truffle/source-fetcher": "^1.0.28",
"debug": "^4.3.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/from-hardhat/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.19",
"version": "0.2.0",
"main": "dist/src/index.js",
"scripts": {
"build": "ttsc",
Expand All @@ -21,7 +21,7 @@
},
"dependencies": {
"@truffle/compile-common": "^0.9.2",
"@truffle/compile-solidity": "^6.0.58",
"@truffle/compile-solidity": "^6.0.59",
"@truffle/config": "^1.3.51",
"debug": "^4.3.1",
"find-up": "^2.1.0",
Expand Down
10 changes: 5 additions & 5 deletions packages/migrate/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.3.26",
"version": "3.3.27",
"main": "dist/src/index.js",
"scripts": {
"build": "tsc",
Expand All @@ -21,12 +21,12 @@
},
"dependencies": {
"@truffle/config": "^1.3.51",
"@truffle/db-loader": "^0.2.14",
"@truffle/deployer": "^3.3.5",
"@truffle/db-loader": "^0.2.15",
"@truffle/deployer": "^3.3.6",
"@truffle/expect": "^0.1.4",
"@truffle/interface-adapter": "^0.5.28",
"@truffle/require": "^2.1.21",
"@truffle/resolver": "^9.0.31",
"@truffle/require": "^2.1.22",
"@truffle/resolver": "^9.0.32",
"glob": "^7.1.6",
"inquirer": "8.2.4"
},
Expand Down

0 comments on commit 3130426

Please sign in to comment.