Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mhanson-github committed Jan 14, 2025
1 parent 2b6d8d4 commit 2af314d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 19 deletions.
27 changes: 11 additions & 16 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@shardeum-foundation/collector",
"version": "1.0.1-prerelease.1",
"version": "1.0.1",
"main": "dist/src/collector.js",
"scripts": {
"collector": "npm run prepare && node dist/src/collector.js",
Expand All @@ -23,8 +23,8 @@
"release:major": "npm run prepare && npm version major && git push --follow-tags && npm publish"
},
"dependencies": {
"@shardeum-foundation/lib-crypto-utils": "4.1.6-prerelease.0",
"@shardeum-foundation/lib-types": "1.2.22-prerelease.1",
"@shardeum-foundation/lib-crypto-utils": "4.1.7",
"@shardeum-foundation/lib-types": "1.2.23",
"@ethereumjs/block": "5.0.0",
"@ethereumjs/common": "4.0.0",
"@ethereumjs/rlp": "5.0.0",
Expand Down

0 comments on commit 2af314d

Please sign in to comment.