@injectivelabs/utils
Advanced tools
Comparing version 0.0.32 to 0.0.33
@@ -6,2 +6,10 @@ # Change Log | ||
## [0.0.33](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/utils@0.0.31...@injectivelabs/utils@0.0.33) (2021-06-17) | ||
**Note:** Version bump only for package @injectivelabs/utils | ||
## [0.0.32](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/utils@0.0.28...@injectivelabs/utils@0.0.32) (2021-06-14) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@injectivelabs/utils", | ||
"description": "List of utils and helper functions that can be reused throughout Injective's projects.", | ||
"version": "0.0.32", | ||
"version": "0.0.33", | ||
"license": "MIT", | ||
@@ -30,4 +30,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@injectivelabs/exceptions": "^0.0.25", | ||
"@injectivelabs/ts-types": "^0.0.21", | ||
"@injectivelabs/exceptions": "^0.0.26", | ||
"@injectivelabs/ts-types": "^0.0.22", | ||
"@injectivelabs/web3-contract-typings": "^0.1.12", | ||
@@ -41,3 +41,3 @@ "@types/ethereumjs-util": "^6.1.0", | ||
}, | ||
"gitHead": "b718b497ac03d58fd39e76f3c8a48c105acb7f9f" | ||
"gitHead": "e88bd251a37e5a8930a13ade37ac588b0e6a81d5" | ||
} |
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
47112
+ Added@injectivelabs/exceptions@0.0.26(transitive)
+ Added@injectivelabs/ts-types@0.0.22(transitive)
- Removed@injectivelabs/exceptions@0.0.25(transitive)
- Removed@injectivelabs/ts-types@0.0.21(transitive)