@orpc/tanstack-query 2.0.0-beta.30 → 2.0.0-beta.31

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.
package/dist/index.d.mts CHANGED
@@ -422,7 +422,7 @@ interface ContractUtilsFactoryOptions<TClientContext extends ClientContext> exte
422
422
  * @remarks
423
423
  * **Note**: The contract must define a `path` meta matching its position in the root router contract.
424
424
  *
425
- * @see {@link https://orpc.dev/docs/advanced/scaling-large-projects#tanstack-query-integration | Scaling Large Projects - TanStack Query Integration}
425
+ * @see {@link https://orpc.dev/docs/contract/client-factory#tanstack-query-integration | Contract Client Factory - TanStack Query Integration}
426
426
  */
427
427
  declare function createContractUtilsFactory<TClientContext extends ClientContext>(clientFactory: ContractClientFactory<TClientContext>, options: ContractUtilsFactoryOptions<TClientContext>): ContractUtilsFactory<TClientContext>;
428
428
  interface ContractJsonifiedUtilsFactory<TClientContext extends ClientContext> {
package/dist/index.d.ts CHANGED
@@ -422,7 +422,7 @@ interface ContractUtilsFactoryOptions<TClientContext extends ClientContext> exte
422
422
  * @remarks
423
423
  * **Note**: The contract must define a `path` meta matching its position in the root router contract.
424
424
  *
425
- * @see {@link https://orpc.dev/docs/advanced/scaling-large-projects#tanstack-query-integration | Scaling Large Projects - TanStack Query Integration}
425
+ * @see {@link https://orpc.dev/docs/contract/client-factory#tanstack-query-integration | Contract Client Factory - TanStack Query Integration}
426
426
  */
427
427
  declare function createContractUtilsFactory<TClientContext extends ClientContext>(clientFactory: ContractClientFactory<TClientContext>, options: ContractUtilsFactoryOptions<TClientContext>): ContractUtilsFactory<TClientContext>;
428
428
  interface ContractJsonifiedUtilsFactory<TClientContext extends ClientContext> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/tanstack-query",
3
3
  "type": "module",
4
- "version": "2.0.0-beta.30",
4
+ "version": "2.0.0-beta.31",
5
5
  "description": "TanStack Query integration for oRPC: typesafe queries, mutations, streaming, and SSR for React, Vue, Solid, Svelte, and Angular",
6
6
  "license": "MIT",
7
7
  "funding": [
@@ -44,10 +44,10 @@
44
44
  "@tanstack/query-core": ">=5.80.2"
45
45
  },
46
46
  "dependencies": {
47
- "@orpc/client": "2.0.0-beta.30",
48
- "@orpc/contract": "2.0.0-beta.30",
49
- "@orpc/openapi": "2.0.0-beta.30",
50
- "@orpc/shared": "2.0.0-beta.30"
47
+ "@orpc/client": "2.0.0-beta.31",
48
+ "@orpc/shared": "2.0.0-beta.31",
49
+ "@orpc/contract": "2.0.0-beta.31",
50
+ "@orpc/openapi": "2.0.0-beta.31"
51
51
  },
52
52
  "devDependencies": {
53
53
  "@angular/core": "^22.1.3",