@joystream/hydra-db-utils
Advanced tools
Comparing version 3.1.0-alpha.4 to 3.1.0-alpha.7
@@ -6,2 +6,29 @@ # Change Log | ||
## 3.1.0-alpha.7 (2021-06-28) | ||
### Bug Fixes | ||
* **hydra-cli:** fix array fields ([6c8aa14](https://github.com/Joystream/hydra/commit/6c8aa144a58cb3186cc28991382722112ab5f15e)) | ||
## 3.1.0-alpha.6 (2021-06-28) | ||
### Bug Fixes | ||
* **hydra-indexer:** bump polkadot-api to 4.16.2 ([ec50404](https://github.com/Joystream/hydra/commit/ec50404742ffb5e0eb0fcb7ac5ddac609b712c2b)) | ||
## 3.1.0-alpha.5 (2021-06-22) | ||
### Bug Fixes | ||
* **hydra-indexer:** bump polkadot version to 4.15.1 ([52c215e](https://github.com/Joystream/hydra/commit/52c215eb796f01e06914d55ae819f17456f85205)) | ||
## 3.1.0-alpha.4 (2021-06-22) | ||
@@ -8,0 +35,0 @@ |
{ | ||
"name": "@joystream/hydra-db-utils", | ||
"version": "3.1.0-alpha.4", | ||
"version": "3.1.0-alpha.7", | ||
"description": "Hydra Database tools", | ||
@@ -22,3 +22,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@joystream/hydra-common": "^3.1.0-alpha.4", | ||
"@joystream/hydra-common": "^3.1.0-alpha.7", | ||
"@types/ioredis": "^4.17.4", | ||
@@ -39,3 +39,3 @@ "bn.js": "^5.1.3", | ||
}, | ||
"gitHead": "2fcc72f5883de379bd50370df091e64a7be23179" | ||
"gitHead": "c5fa0bd9a81bca8f1aee317cb2107217b4c7a24e" | ||
} |
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
19883