Skip to content

Commit

Permalink
bump dappnode toolkit dep (#1818)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablomendezroyo authored Jan 26, 2024
1 parent f93a471 commit 1b89594
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/dappmanager/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@dappnode/optimism": "^0.1.0",
"@dappnode/params": "^0.1.0",
"@dappnode/stakers": "^0.1.0",
"@dappnode/toolkit": "^0.1.19",
"@dappnode/toolkit": "^0.1.21",
"@dappnode/upnpc": "^0.1.0",
"@dappnode/utils": "^0.1.0",
"@types/async-retry": "^1.4.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/installer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"@dappnode/logger": "^0.1.0",
"@dappnode/params": "^0.1.0",
"@dappnode/schemas": "^0.1.11",
"@dappnode/toolkit": "^0.1.0",
"@dappnode/toolkit": "^0.1.21",
"@dappnode/utils": "^0.1.0",
"deepmerge": "2.2.1",
"ethers": "^6.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolkit/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@dappnode/toolkit",
"type": "module",
"version": "0.1.20",
"version": "0.1.21",
"description": "The DappNode Toolkit is a collection of shared smart contracts, types, and utility functions that can be used across various DappNode projects. This toolkit aims to simplify development by providing reusable code and a consistent set of interfaces and types. The package includes modules for ACL, APM, Apps, EVMScript, Params, Registry, and Types, each with their own set of submodules and functionalities. The toolkit is designed to be extensible, allowing for the easy addition of new modules as needed. Additionally, the toolkit includes comprehensive testing functionality and documentation to ensure the quality and usability of the code.",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit 1b89594

Please sign in to comment.