@orpc/contract 0.49.0 → 0.51.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/README.md CHANGED
@@ -100,6 +100,14 @@ export const contract = {
100
100
  }
101
101
  ```
102
102
 
103
+ ## Sponsors
104
+
105
+ <p align="center">
106
+ <a href="https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg">
107
+ <img src='https://cdn.jsdelivr.net/gh/unnoq/unnoq/sponsors.svg'/>
108
+ </a>
109
+ </p>
110
+
103
111
  ## License
104
112
 
105
113
  Distributed under the MIT License. See [LICENSE](https://github.com/unnoq/orpc/blob/main/LICENSE) for more information.
package/dist/index.d.mts CHANGED
@@ -22,7 +22,6 @@ declare class ValidationError extends Error {
22
22
  interface ErrorMapItem<TDataSchema extends AnySchema> {
23
23
  status?: number;
24
24
  message?: string;
25
- description?: string;
26
25
  data?: TDataSchema;
27
26
  }
28
27
  type ErrorMap = {
package/dist/index.d.ts CHANGED
@@ -22,7 +22,6 @@ declare class ValidationError extends Error {
22
22
  interface ErrorMapItem<TDataSchema extends AnySchema> {
23
23
  status?: number;
24
24
  message?: string;
25
- description?: string;
26
25
  data?: TDataSchema;
27
26
  }
28
27
  type ErrorMap = {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/contract",
3
3
  "type": "module",
4
- "version": "0.49.0",
4
+ "version": "0.51.0",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -25,9 +25,9 @@
25
25
  ],
26
26
  "dependencies": {
27
27
  "@standard-schema/spec": "^1.0.0",
28
- "@orpc/client": "0.49.0",
29
- "@orpc/shared": "0.49.0",
30
- "@orpc/standard-server": "0.49.0"
28
+ "@orpc/client": "0.51.0",
29
+ "@orpc/shared": "0.51.0",
30
+ "@orpc/standard-server": "0.51.0"
31
31
  },
32
32
  "devDependencies": {
33
33
  "arktype": "2.0.0-rc.26",