Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: microverse-dev/hardhat-kms-signer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 64c9de228538d480391393b64f33348317482f40
Choose a base ref
..
head repository: microverse-dev/hardhat-kms-signer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4406b53439843182bb2be26fd1511579c5b4314e
Choose a head ref
Showing with 1,281 additions and 8 deletions.
  1. +2 −1 package.json
  2. +1,275 −6 pnpm-lock.yaml
  3. +4 −1 publish.sh
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@microverse-dev/hardhat-gcp-kms-signer",
"version": "0.0.1",
"version": "1.0.0",
"description": "Hardhat plugin for GCP KMS Signer",
"main": "dist/index.js",
"types": "dist/index.d.ts",
@@ -39,6 +39,7 @@
"hardhat": "2.12.6",
"husky": "^8.0.3",
"prettier": "2.8.8",
"semantic-release": "^21.1.1",
"ts-node": "10.9.1",
"typescript": "4.9.5"
},
Loading