@joystream/hydra-db-utils
Advanced tools
Comparing version 4.0.0-alpha.1 to 4.0.0-alpha.2
@@ -6,2 +6,11 @@ # Change Log | ||
## 4.0.0-alpha.2 (2022-07-12) | ||
### Features | ||
* deterministic id generator - take deletions into account ([#498](https://github.com/Joystream/hydra/issues/498)) ([a626fb6](https://github.com/Joystream/hydra/commit/a626fb6d8389ee246efdbb3a48c84c55a4b118d4)) | ||
## 4.0.0-alpha.1 (2022-07-07) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@joystream/hydra-db-utils", | ||
"version": "4.0.0-alpha.1", | ||
"version": "4.0.0-alpha.2", | ||
"description": "Hydra Database tools", | ||
@@ -22,3 +22,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@joystream/hydra-common": "^4.0.0-alpha.1", | ||
"@joystream/hydra-common": "^4.0.0-alpha.2", | ||
"@types/ioredis": "^4.17.4", | ||
@@ -37,3 +37,3 @@ "bn.js": "^5.2.1", | ||
}, | ||
"gitHead": "ca87229c89fa1aa2a1d2f40c0a1ad114b06b5d46" | ||
"gitHead": "89f8319b2233dde350335d12b2669227ed873a81" | ||
} |
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
24191