@orpc/pinia-colada 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
@@ -446,7 +446,7 @@ interface ContractUtilsFactoryOptions<TClientContext extends ClientContext> exte
446
446
  * @remarks
447
447
  * **Note**: The contract must define a `path` meta matching its position in the root router contract.
448
448
  *
449
- * @see {@link https://orpc.dev/docs/advanced/scaling-large-projects#pinia-colada-integration | Scaling Large Projects - Pinia Colada Integration}
449
+ * @see {@link https://orpc.dev/docs/contract/client-factory#pinia-colada-integration | Contract Client Factory - Pinia Colada Integration}
450
450
  */
451
451
  declare function createContractUtilsFactory<TClientContext extends ClientContext>(clientFactory: ContractClientFactory<TClientContext>, options: ContractUtilsFactoryOptions<TClientContext>): ContractUtilsFactory<TClientContext>;
452
452
  interface ContractJsonifiedUtilsFactory<TClientContext extends ClientContext> {
package/dist/index.d.ts CHANGED
@@ -446,7 +446,7 @@ interface ContractUtilsFactoryOptions<TClientContext extends ClientContext> exte
446
446
  * @remarks
447
447
  * **Note**: The contract must define a `path` meta matching its position in the root router contract.
448
448
  *
449
- * @see {@link https://orpc.dev/docs/advanced/scaling-large-projects#pinia-colada-integration | Scaling Large Projects - Pinia Colada Integration}
449
+ * @see {@link https://orpc.dev/docs/contract/client-factory#pinia-colada-integration | Contract Client Factory - Pinia Colada Integration}
450
450
  */
451
451
  declare function createContractUtilsFactory<TClientContext extends ClientContext>(clientFactory: ContractClientFactory<TClientContext>, options: ContractUtilsFactoryOptions<TClientContext>): ContractUtilsFactory<TClientContext>;
452
452
  interface ContractJsonifiedUtilsFactory<TClientContext extends ClientContext> {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/pinia-colada",
3
3
  "type": "module",
4
- "version": "2.0.0-beta.30",
4
+ "version": "2.0.0-beta.31",
5
5
  "description": "Pinia Colada integration for oRPC: typesafe queries and mutations for Vue",
6
6
  "license": "MIT",
7
7
  "funding": [
@@ -41,10 +41,10 @@
41
41
  "vue": ">=3.5.17"
42
42
  },
43
43
  "dependencies": {
44
- "@orpc/client": "2.0.0-beta.30",
45
- "@orpc/contract": "2.0.0-beta.30",
46
- "@orpc/openapi": "2.0.0-beta.30",
47
- "@orpc/shared": "2.0.0-beta.30"
44
+ "@orpc/client": "2.0.0-beta.31",
45
+ "@orpc/contract": "2.0.0-beta.31",
46
+ "@orpc/openapi": "2.0.0-beta.31",
47
+ "@orpc/shared": "2.0.0-beta.31"
48
48
  },
49
49
  "devDependencies": {
50
50
  "@pinia/colada": "^1.4.2",