@harmony-js/crypto
Advanced tools
Comparing version 0.0.60 to 0.1.0
{ | ||
"name": "@harmony-js/crypto", | ||
"version": "0.0.60", | ||
"version": "0.1.0", | ||
"description": "crypto libraries for harmony", | ||
@@ -21,3 +21,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@harmony-js/utils": "0.0.60", | ||
"@harmony-js/utils": "0.1.0", | ||
"aes-js": "^3.1.2", | ||
@@ -34,3 +34,3 @@ "bip39": "^2.5.0", | ||
}, | ||
"gitHead": "dce1b4d29ea5261dea16799fccde857c8ae365eb" | ||
"gitHead": "2c07e706979b3c891e927e3b97a222e47b8a2f55" | ||
} |
{ | ||
"extends": "../../tsconfig.base.json", | ||
"compilerOptions": { | ||
"outDir": "dist", | ||
"rootDir": "src", | ||
"declarationDir": "dist" | ||
"outDir": "dist" | ||
}, | ||
"include": ["src", "../../typings/**/*.d.ts"], | ||
"references": [{ "path": "../harmony-utils" }] | ||
"references": [{"path": "../harmony-utils"}] | ||
} |
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
601801
71
7389
1
+ Added@harmony-js/utils@0.1.0(transitive)
- Removed@harmony-js/utils@0.0.60(transitive)
Updated@harmony-js/utils@0.1.0