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/core@5.11.1
 - @truffle/dashboard-message-bus-e2e-test@0.1.38
 - @truffle/dashboard@0.4.1
 - truffle@5.11.1
  • Loading branch information
eggplantzzz committed Jul 25, 2023
1 parent 9ec657f commit 49350e7
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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.11.0",
"version": "5.11.1",
"bin": {
"truffle": "./cli.js",
"truffle-exec": "./exec.js"
Expand All @@ -30,7 +30,7 @@
"@truffle/compile-solidity": "^6.0.75",
"@truffle/config": "^1.3.59",
"@truffle/contract": "^4.6.27",
"@truffle/dashboard": "^0.4.0",
"@truffle/dashboard": "^0.4.1",
"@truffle/db-loader": "^0.2.32",
"@truffle/debug-utils": "^6.0.55",
"@truffle/debugger": "^12.1.1",
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.37",
"version": "0.1.38",
"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.4.0",
"@truffle/dashboard": "^0.4.1",
"@truffle/dashboard-message-bus": "^0.1.11",
"@truffle/dashboard-message-bus-client": "^0.1.11",
"@truffle/dashboard-message-bus-common": "^0.1.6",
Expand Down
2 changes: 1 addition & 1 deletion 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.4.0",
"version": "0.4.1",
"main": "dist/lib/index.js",
"browser": {
"ws": false
Expand Down
4 changes: 2 additions & 2 deletions packages/truffle/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.11.0",
"version": "5.11.1",
"main": "./build/library.bundled.js",
"bin": {
"truffle": "./build/cli.bundled.js"
Expand Down Expand Up @@ -46,7 +46,7 @@
"@truffle/box": "^2.1.79",
"@truffle/config": "^1.3.59",
"@truffle/contract": "^4.6.27",
"@truffle/core": "^5.11.0",
"@truffle/core": "^5.11.1",
"@truffle/interface-adapter": "^0.5.35",
"chai": "^4.2.0",
"clean-webpack-plugin": "^3.0.0",
Expand Down

0 comments on commit 49350e7

Please sign in to comment.