Skip to content

Commit

Permalink
1.0.0 rc.1 fix sdk-aws-kms-adapter and docs modules (#1472)
Browse files Browse the repository at this point in the history
* fix: 1.0.0-rc.2

* fix: 1.0.0-rc.2

* fix: 1.0.0-rc.2
  • Loading branch information
lucanicoladebiasi authored Nov 5, 2024
1 parent fdd3a1b commit d2ae285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "docs",
"version": "1.0.0-rc.1",
"private": true,
"description": "Official documentation for the VeChain TypeScript SDK with examples",
"author": "VeChain Foundation",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/aws-kms-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "sdk-aws-kms-adapter",
"name": "@vechain/sdk-aws-kms-adapter",
"version": "1.0.0-rc.1",
"description": "This module implements the VeChain abstract signer so it is integrated with AWS KMS",
"author": "VeChain Foundation",
Expand Down

1 comment on commit d2ae285

@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% (4356/4400) 97.71% (1413/1446) 99.11% (895/903)
Title Tests Skipped Failures Errors Time
core 808 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 14s ⏱️
network 734 0 πŸ’€ 0 ❌ 0 πŸ”₯ 4m 55s ⏱️
errors 42 0 πŸ’€ 0 ❌ 0 πŸ”₯ 17.3s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 18.453s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 0s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 18s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 9s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 1s ⏱️

Please sign in to comment.