@joystream/hydra-db-utils
Advanced tools
Comparing version 4.0.0-alpha.3 to 4.0.0-alpha.4
@@ -6,2 +6,11 @@ # Change Log | ||
## 4.0.0-alpha.4 (2022-07-20) | ||
### Bug Fixes | ||
* `createdAt` & `updatedAt` fields timestamps inconsistency ([#502](https://github.com/Joystream/hydra/issues/502)) ([cbae090](https://github.com/Joystream/hydra/commit/cbae090e44935b3e0ec1a50a0a949486415413fa)) | ||
## 4.0.0-alpha.3 (2022-07-19) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@joystream/hydra-db-utils", | ||
"version": "4.0.0-alpha.3", | ||
"version": "4.0.0-alpha.4", | ||
"description": "Hydra Database tools", | ||
@@ -22,3 +22,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@joystream/hydra-common": "^4.0.0-alpha.3", | ||
"@joystream/hydra-common": "^4.0.0-alpha.4", | ||
"@types/ioredis": "^4.17.4", | ||
@@ -37,3 +37,3 @@ "bn.js": "^5.2.1", | ||
}, | ||
"gitHead": "dbed2ecf50a3bbaea3d937f70d96763601f6e948" | ||
"gitHead": "6dc2b7c03eeb11116fee7b5157861fb7058ed9df" | ||
} |
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
24699