@harmony-js/transaction
Advanced tools
Comparing version 0.0.60 to 0.1.0
{ | ||
"name": "@harmony-js/transaction", | ||
"version": "0.0.60", | ||
"version": "0.1.0", | ||
"description": "transaction package for harmony", | ||
@@ -21,8 +21,7 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@harmony-js/core": "0.0.60", | ||
"@harmony-js/crypto": "0.0.60", | ||
"@harmony-js/network": "0.0.60", | ||
"@harmony-js/utils": "0.0.60" | ||
"@harmony-js/crypto": "0.1.0", | ||
"@harmony-js/network": "0.1.0", | ||
"@harmony-js/utils": "0.1.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" }, | ||
{ "path": "../harmony-crypto" }, | ||
{ "path": "../harmony-network" } | ||
{"path": "../harmony-utils"}, | ||
{"path": "../harmony-crypto"}, | ||
{"path": "../harmony-network"} | ||
] | ||
} |
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
3
472438
39
5222
1
+ Added@harmony-js/crypto@0.1.0(transitive)
+ Added@harmony-js/network@0.1.0(transitive)
+ Added@harmony-js/utils@0.1.0(transitive)
- Removed@harmony-js/core@0.0.60
- Removed@harmony-js/account@0.0.60(transitive)
- Removed@harmony-js/contract@0.0.60(transitive)
- Removed@harmony-js/core@0.0.60(transitive)
- Removed@harmony-js/crypto@0.0.60(transitive)
- Removed@harmony-js/network@0.0.60(transitive)
- Removed@harmony-js/utils@0.0.60(transitive)
Updated@harmony-js/crypto@0.1.0
Updated@harmony-js/network@0.1.0
Updated@harmony-js/utils@0.1.0