@emeryld/rrroutes-client 2.4.9 → 2.4.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -209,7 +209,7 @@ export type BuiltCommon<L extends AnyLeafLowProfile> = {
209
209
  * @param args Optional params/query tuple for the leaf.
210
210
  * @returns Query key tuple.
211
211
  */
212
- getQueryKeys: <const A extends ArgsTuple<L> = ArgsTuple<L>>(...args: A) => QueryKeysFor<L, A>;
212
+ getQueryKeys: (...args: ArgsTuple<L>) => QueryKeysFor<L, ArgsTuple<L>>;
213
213
  /**
214
214
  * Invalidate exactly this endpoint instance.
215
215
  * @param args Optional params/query tuple for the leaf.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emeryld/rrroutes-client",
3
- "version": "2.4.9",
3
+ "version": "2.4.11",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -19,7 +19,7 @@
19
19
  "dist"
20
20
  ],
21
21
  "dependencies": {
22
- "@emeryld/rrroutes-contract": "^2.4.20",
22
+ "@emeryld/rrroutes-contract": "^2.4.23",
23
23
  "zod": "^4.1.13"
24
24
  },
25
25
  "peerDependencies": {