@injectivelabs/test-utils
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -6,2 +6,19 @@ # Change Log | ||
## 0.0.5 (2021-03-01) | ||
### Bug Fixes | ||
* added types for ethereum-utils, fixed bech32 import ([1bec7b4](https://github.com/InjectiveLabs/injective-ts/commit/1bec7b41a7b612f0f5f08292483c2090fc9a84d5)) | ||
* fixed compiling issue with the assert package ([c27ec59](https://github.com/InjectiveLabs/injective-ts/commit/c27ec59f862a7b6de61593309f446a148b2f8c52)) | ||
### Features | ||
* added more packages initial versions ([c3bde24](https://github.com/InjectiveLabs/injective-ts/commit/c3bde245e1eb55174a1687ff9fe08074b9482506)) | ||
## 0.0.4 (2021-02-24) | ||
@@ -8,0 +25,0 @@ |
{ | ||
"name": "@injectivelabs/test-utils", | ||
"description": "Testing utils that can be reused throughout Injective's projects.", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"license": "MIT", | ||
@@ -33,3 +33,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "1bec7b41a7b612f0f5f08292483c2090fc9a84d5" | ||
"gitHead": "7e8f213d44bca4bb15329ee32cf843a11dc549ae" | ||
} |
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
4592