We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e8062a commit 41e4433Copy full SHA for 41e4433
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@convex-dev/aggregate",
3
"description": "Convex component to calculate counts and sums of values for efficient aggregation.",
4
- "version": "0.1.19",
+ "version": "0.1.20",
5
"keywords": [
6
"convex",
7
"component",
@@ -51,7 +51,7 @@
51
}
52
},
53
"peerDependencies": {
54
- "convex": "~1.16.5 || ~1.17.0 || ~18.0.0"
+ "convex": "~1.16.5 || >=1.17.0 <1.25.0"
55
56
"devDependencies": {
57
"@eslint/js": "^9.9.1",
0 commit comments