Skip to content

Commit

Permalink
chore: added missing references (#1460)
Browse files Browse the repository at this point in the history
  • Loading branch information
freemanzMrojo authored Oct 31, 2024
1 parent 2b1dc6e commit 92100a2
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions packages/aws-kms-adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,24 @@
{
"name": "sdk-aws-kms-adapter",
"description": "This module implements the VeChain abstract signer so it is integrated with AWS KMS",
"version": "1.0.0-beta.32",
"description": "This module implements the VeChain abstract signer so it is integrated with AWS KMS",
"author": "VeChain Foundation",
"license": "MIT",
"homepage": "https://github.com/vechain/vechain-sdk-js",
"repository": {
"type": "git",
"url": "github:vechain/vechain-sdk-js"
},
"keywords": [
"VeChain",
"AWS",
"KMS",
"adapter",
"signer"
],
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"author": "VeChain Foundation",
"license": "MIT",
"files": [
"dist",
"src",
Expand Down

1 comment on commit 92100a2

@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.06% (4352/4393) 97.71% (1413/1446) 99.11% (896/904)
Title Tests Skipped Failures Errors Time
core 808 0 πŸ’€ 0 ❌ 0 πŸ”₯ 2m 19s ⏱️
network 734 0 πŸ’€ 0 ❌ 0 πŸ”₯ 4m 57s ⏱️
errors 42 0 πŸ’€ 0 ❌ 0 πŸ”₯ 15.84s ⏱️
logging 3 0 πŸ’€ 0 ❌ 0 πŸ”₯ 17.593s ⏱️
hardhat-plugin 19 0 πŸ’€ 0 ❌ 0 πŸ”₯ 57.551s ⏱️
aws-kms-adapter 23 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 16s ⏱️
ethers-adapter 5 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 9s ⏱️
rpc-proxy 37 0 πŸ’€ 0 ❌ 0 πŸ”₯ 1m 5s ⏱️

Please sign in to comment.