@orpc/contract 0.46.0 → 0.47.0

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
@@ -214,7 +214,7 @@ interface ContractConfig {
214
214
  defaultSuccessStatus: number;
215
215
  defaultSuccessDescription: string;
216
216
  defaultInputStructure: InputStructure;
217
- defaultOutputStructure: InputStructure;
217
+ defaultOutputStructure: OutputStructure;
218
218
  }
219
219
  declare function fallbackContractConfig<T extends keyof ContractConfig>(key: T, value: ContractConfig[T] | undefined): ContractConfig[T];
220
220
 
package/dist/index.d.ts CHANGED
@@ -214,7 +214,7 @@ interface ContractConfig {
214
214
  defaultSuccessStatus: number;
215
215
  defaultSuccessDescription: string;
216
216
  defaultInputStructure: InputStructure;
217
- defaultOutputStructure: InputStructure;
217
+ defaultOutputStructure: OutputStructure;
218
218
  }
219
219
  declare function fallbackContractConfig<T extends keyof ContractConfig>(key: T, value: ContractConfig[T] | undefined): ContractConfig[T];
220
220
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/contract",
3
3
  "type": "module",
4
- "version": "0.46.0",
4
+ "version": "0.47.0",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -25,14 +25,14 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@standard-schema/spec": "^1.0.0",
28
- "@orpc/client": "0.46.0",
29
- "@orpc/shared": "0.46.0",
30
- "@orpc/standard-server": "0.46.0"
28
+ "@orpc/client": "0.47.0",
29
+ "@orpc/shared": "0.47.0",
30
+ "@orpc/standard-server": "0.47.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "arktype": "2.0.0-rc.26",
34
34
  "valibot": "1.0.0-beta.9",
35
- "zod": "^3.24.1"
35
+ "zod": "^3.24.2"
36
36
  },
37
37
  "scripts": {
38
38
  "build": "unbuild",