evm-kms-signer 1.1.0 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # evm-kms-signer
2
2
 
3
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
+ [![TypeScript](https://img.shields.io/badge/TypeScript-5.9-blue.svg)](https://www.typescriptlang.org/)
5
+ [![Node](https://img.shields.io/badge/Node-%3E%3D18.0.0-green.svg)](https://nodejs.org/)
6
+ [![npm](https://img.shields.io/npm/v/evm-kms-signer.svg)](https://www.npmjs.com/package/evm-kms-signer)
7
+ [![AWS KMS](https://img.shields.io/badge/AWS-KMS-orange.svg)](https://aws.amazon.com/kms/)
8
+ [![GCP KMS](https://img.shields.io/badge/GCP-KMS-blue.svg)](https://cloud.google.com/kms)
9
+
3
10
  A TypeScript library that integrates AWS/GCP KMS (Key Management Service) with [viem](https://viem.sh) to create secure Ethereum signers. This allows you to sign Ethereum transactions and messages using keys stored in AWS or GCP KMS, providing enterprise-grade security for your Ethereum operations.
4
11
 
5
12
  ## Features
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "evm-kms-signer",
3
- "version": "1.1.0",
3
+ "version": "1.1.3",
4
4
  "type": "module",
5
5
  "description": "AWS/GCP KMS-based Ethereum signer for viem with enterprise-grade security. Sign transactions and messages using keys stored in AWS or GCP KMS without exposing private keys.",
6
6
  "main": "./dist/index.js",
@@ -53,9 +53,9 @@
53
53
  "abitype": "^1.1.1"
54
54
  },
55
55
  "devDependencies": {
56
- "@biomejs/biome": "2.3.4",
56
+ "@biomejs/biome": "2.3.7",
57
57
  "@types/node": "^24.10.0",
58
- "@vitest/coverage-v8": "4.0.8",
58
+ "@vitest/coverage-v8": "4.0.13",
59
59
  "dotenv": "^17.2.3",
60
60
  "tsx": "^4.20.6",
61
61
  "typescript": "^5.9.3",