aws-kms-provider
Advanced tools
Comparing version 0.3.5-alpha.5 to 0.3.5-alpha.6
{ | ||
"name": "aws-kms-provider", | ||
"version": "0.3.5-alpha.5", | ||
"version": "0.3.5-alpha.6", | ||
"repository": { | ||
@@ -12,3 +12,3 @@ "type": "git", | ||
}, | ||
"main": "lib/index.js", | ||
"main": "dist/index.js", | ||
"types": "lib/index.d.ts", | ||
@@ -22,8 +22,10 @@ "files": [ | ||
"scripts": { | ||
"prebuild": "rm -rf lib", | ||
"build": "tsc" | ||
"prebuild": "rm -rf lib dist", | ||
"build": "run-p build:*", | ||
"build:esm": "tsc", | ||
"build:cjs": "tsc --module commonjs --outDir dist" | ||
}, | ||
"dependencies": { | ||
"@open-rpc/client-js": "^1.7.1", | ||
"aws-kms-signer": "^0.3.5-alpha.5", | ||
"aws-kms-signer": "^0.3.5-alpha.6", | ||
"ethereumjs-common": "^1.5.2", | ||
@@ -42,3 +44,3 @@ "ethereumjs-tx": "^2.1.2", | ||
}, | ||
"gitHead": "bba64148278f1cd78db07f4c9216b3d8175a05bf" | ||
"gitHead": "ba865547d48e059cf3a2ccd9b30ee84bb403ba32" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
10279
11
222
0