@quenty/aggregator
Advanced tools
Comparing version 1.1.0 to 1.2.0-canary.524.4bb843b.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [1.2.0-canary.524.4bb843b.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/aggregator@1.1.0...@quenty/aggregator@1.2.0-canary.524.4bb843b.0) (2024-12-15) | ||
### Features | ||
* Add rate aggregation and batching ([8b3b2a6](https://github.com/Quenty/NevermoreEngine/commit/8b3b2a62d5f272980a404b72e2c0d36eae04dfec)) | ||
# 1.1.0 (2024-12-03) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@quenty/aggregator", | ||
"version": "1.1.0", | ||
"version": "1.2.0-canary.524.4bb843b.0", | ||
"description": "Aggregates async promise requests", | ||
@@ -28,9 +28,9 @@ "keywords": [ | ||
"dependencies": { | ||
"@quenty/baseobject": "^10.7.1", | ||
"@quenty/loader": "^10.7.1", | ||
"@quenty/lrucache": "^1.5.1", | ||
"@quenty/promise": "^10.8.0", | ||
"@quenty/queue": "^2.3.0", | ||
"@quenty/rx": "^13.14.0", | ||
"@quenty/tuple": "^1.4.1" | ||
"@quenty/baseobject": "10.7.1", | ||
"@quenty/loader": "10.7.1", | ||
"@quenty/lrucache": "1.5.1", | ||
"@quenty/promise": "10.9.0-canary.524.4bb843b.0", | ||
"@quenty/queue": "2.3.0", | ||
"@quenty/rx": "13.15.0-canary.524.4bb843b.0", | ||
"@quenty/tuple": "1.4.1" | ||
}, | ||
@@ -40,3 +40,3 @@ "publishConfig": { | ||
}, | ||
"gitHead": "66190e48c1ca93b07040326e9cfcf97e8eb4b0e1" | ||
"gitHead": "4bb843bfb89c18579a80ba2f11b1d48faa86b48f" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
10759
2
+ Added@quenty/canceltoken@11.10.0-canary.524.4bb843b.0(transitive)
+ Added@quenty/promise@10.9.0-canary.524.4bb843b.0(transitive)
+ Added@quenty/rx@13.15.0-canary.524.4bb843b.0(transitive)
- Removed@quenty/canceltoken@11.10.0(transitive)
- Removed@quenty/promise@10.9.0(transitive)
- Removed@quenty/rx@13.15.0(transitive)
Updated@quenty/baseobject@10.7.1
Updated@quenty/loader@10.7.1
Updated@quenty/lrucache@1.5.1
Updated@quenty/queue@2.3.0
Updated@quenty/tuple@1.4.1