Skip to content

Commit

Permalink
Remove duplicated tsup (#1629)
Browse files Browse the repository at this point in the history
* chore: remove duplicated tsup

* chore: remove duplicated typescript
  • Loading branch information
fabiorigam authored Jan 3, 2025
1 parent b026340 commit d804def
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions apps/sdk-node-integration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
}
}
}
6 changes: 2 additions & 4 deletions packages/rpc-proxy/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,6 @@
"@types/express": "^5.0.0",
"@types/node": "^22.7.9",
"cross-env": "^7.0.3",
"testcontainers": "^10.14.0",
"tsup": "^8.3.5",
"typescript": "^5.6.3"
"testcontainers": "^10.14.0"
}
}
}

1 comment on commit d804def

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test Coverage

Summary

Lines Statements Branches Functions
Coverage: 99%
99% (4370/4414) 97.55% (1399/1434) 99.01% (906/915)
Title Tests Skipped Failures Errors Time
core 836 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 22s ⏱️
network 729 0 πŸ’€ 0 ❌ 0 πŸ”₯ 4m 48s ⏱️
errors 40 0 πŸ’€ 0 ❌ 0 πŸ”₯ 17.578s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.844s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 58.616s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 20s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 14s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 4s ⏱️

Please sign in to comment.