@orpc/json-schema 2.0.0-beta.33 → 2.0.0-beta.35

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
@@ -55,20 +55,20 @@ You can read the documentation [here](https://orpc.dev).
55
55
 
56
56
  **Framework & ecosystem integrations**
57
57
 
58
- | Package | Purpose | Docs |
59
- | ------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
60
- | [@orpc/next](https://www.npmjs.com/package/@orpc/next) | Integrate with [Next.js Server Functions](https://nextjs.org/docs/app/getting-started/mutating-data). | [Next.js](https://orpc.dev/docs/integrations/next) |
61
- | [@orpc/ai-sdk](https://www.npmjs.com/package/@orpc/ai-sdk) | Turn contracts and procedures into [AI SDK](https://ai-sdk.dev/) tools. | [AI SDK](https://orpc.dev/docs/integrations/ai-sdk) |
62
- | [@orpc/tanstack-query](https://www.npmjs.com/package/@orpc/tanstack-query) | Integrate with [TanStack Query](https://tanstack.com/query/latest). | [TanStack Query](https://orpc.dev/docs/integrations/tanstack-query) |
63
- | [@orpc/pinia-colada](https://www.npmjs.com/package/@orpc/pinia-colada) | Integrate with [Pinia Colada](https://pinia-colada.esm.dev/). | [Pinia Colada](https://orpc.dev/docs/integrations/pinia-colada) |
64
- | [@orpc/swr](https://www.npmjs.com/package/@orpc/swr) | Integrate with [SWR](https://swr.vercel.app/). | [SWR](https://orpc.dev/docs/integrations/swr) |
65
- | [@orpc/experimental-msw](https://www.npmjs.com/package/@orpc/experimental-msw) | Mock procedures with [Mock Service Worker](https://mswjs.io/). | [MSW](https://orpc.dev/docs/integrations/msw) |
66
- | [@orpc/experimental-effect](https://www.npmjs.com/package/@orpc/experimental-effect) | Integrate with [Effect](https://effect.website/). | [Effect](https://orpc.dev/docs/integrations/effect) |
67
- | [@orpc/nest](https://www.npmjs.com/package/@orpc/nest) | Implement your contract with [NestJS](https://nestjs.com/). | [NestJS](https://orpc.dev/docs/integrations/nest) |
68
- | [@orpc/node](https://www.npmjs.com/package/@orpc/node) | [Node.js](https://nodejs.org/) plugins for static file serving and large uploads. | [Static File](https://orpc.dev/docs/plugins/static-file), [Tmp File Upload](https://orpc.dev/docs/plugins/tmp-file-upload), [Batch Response Compression](https://orpc.dev/docs/plugins/batch-response-compression) |
69
- | [@orpc/bun](https://www.npmjs.com/package/@orpc/bun) | Adapters for [Bun's Redis](https://bun.sh/). | [Publisher](https://orpc.dev/docs/helpers/publisher), [Rate Limit](https://orpc.dev/docs/helpers/ratelimit) |
70
- | [@orpc/cloudflare](https://www.npmjs.com/package/@orpc/cloudflare) | Adapters for [Cloudflare's RateLimit and Durable Objects](https://developers.cloudflare.com/workers/). | [Publisher](https://orpc.dev/docs/helpers/publisher), [Rate Limit](https://orpc.dev/docs/helpers/ratelimit) |
71
- | [@orpc/trpc](https://www.npmjs.com/package/@orpc/trpc) | Reuse existing [tRPC](https://trpc.io/) routers within oRPC. | [tRPC](https://orpc.dev/docs/integrations/trpc) |
58
+ | Package | Purpose | Docs |
59
+ | ------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
60
+ | [@orpc/next](https://www.npmjs.com/package/@orpc/next) | Integrate with [Next.js Server Functions](https://nextjs.org/docs/app/getting-started/mutating-data). | [Next.js](https://orpc.dev/docs/integrations/next) |
61
+ | [@orpc/ai-sdk](https://www.npmjs.com/package/@orpc/ai-sdk) | Turn contracts and procedures into [AI SDK](https://ai-sdk.dev/) tools. | [AI SDK](https://orpc.dev/docs/integrations/ai-sdk) |
62
+ | [@orpc/tanstack-query](https://www.npmjs.com/package/@orpc/tanstack-query) | Integrate with [TanStack Query](https://tanstack.com/query/latest). | [TanStack Query](https://orpc.dev/docs/integrations/tanstack-query) |
63
+ | [@orpc/pinia-colada](https://www.npmjs.com/package/@orpc/pinia-colada) | Integrate with [Pinia Colada](https://pinia-colada.esm.dev/). | [Pinia Colada](https://orpc.dev/docs/integrations/pinia-colada) |
64
+ | [@orpc/swr](https://www.npmjs.com/package/@orpc/swr) | Integrate with [SWR](https://swr.vercel.app/). | [SWR](https://orpc.dev/docs/integrations/swr) |
65
+ | [@orpc/experimental-msw](https://www.npmjs.com/package/@orpc/experimental-msw) | Mock procedures with [Mock Service Worker](https://mswjs.io/). | [MSW](https://orpc.dev/docs/integrations/msw) |
66
+ | [@orpc/experimental-effect](https://www.npmjs.com/package/@orpc/experimental-effect) | Integrate with [Effect](https://effect.website/). | [Effect](https://orpc.dev/docs/integrations/effect) |
67
+ | [@orpc/nest](https://www.npmjs.com/package/@orpc/nest) | Implement your contract with [NestJS](https://nestjs.com/). | [NestJS](https://orpc.dev/docs/integrations/nest) |
68
+ | [@orpc/node](https://www.npmjs.com/package/@orpc/node) | [Node.js](https://nodejs.org/) plugins for static file serving and large uploads. | [Static File](https://orpc.dev/docs/plugins/static-file), [Tmp File Upload](https://orpc.dev/docs/plugins/tmp-file-upload), [Batch Response Compression](https://orpc.dev/docs/plugins/batch-response-compression) |
69
+ | [@orpc/bun](https://www.npmjs.com/package/@orpc/bun) | Adapters for [Bun's Redis](https://bun.sh/). | [Publisher](https://orpc.dev/docs/helpers/publisher), [Rate Limit](https://orpc.dev/docs/helpers/ratelimit) |
70
+ | [@orpc/cloudflare](https://www.npmjs.com/package/@orpc/cloudflare) | Adapters for [Cloudflare Workers](https://developers.cloudflare.com/workers/). | [Publisher](https://orpc.dev/docs/helpers/publisher), [Rate Limit](https://orpc.dev/docs/helpers/ratelimit), [Traces](https://orpc.dev/docs/integrations/cloudflare-traces) |
71
+ | [@orpc/trpc](https://www.npmjs.com/package/@orpc/trpc) | Reuse existing [tRPC](https://trpc.io/) routers within oRPC. | [tRPC](https://orpc.dev/docs/integrations/trpc) |
72
72
 
73
73
  **Observability**
74
74
 
@@ -127,6 +127,7 @@ Like what we build over at [middleapi](https://github.com/middleapi)? You can he
127
127
  <td align="center"><a href="https://github.com/ellis-driscoll?ref=middleapi&amp;utm_source=middleapi&amp;utm_medium=sponsor" target="_blank" rel="noopener sponsored" title="Ellis Driscoll"><img src="https://avatars.githubusercontent.com/u/70685966?u=c5f95bc33b5991d9744abe00052542e4a2ed3cb9&amp;v=4" width="139" alt="Ellis Driscoll"/><br />Ellis Driscoll</a></td>
128
128
  <td align="center"><a href="https://github.com/hoangbn?ref=middleapi&amp;utm_source=middleapi&amp;utm_medium=sponsor" target="_blank" rel="noopener sponsored" title="Hoang Nguyen"><img src="https://avatars.githubusercontent.com/u/38968280?u=c90084c6de65c56facabab7ba13a72a49ddbc3e4&amp;v=4" width="139" alt="Hoang Nguyen"/><br />Hoang Nguyen</a></td>
129
129
  <td align="center"><a href="https://opencollective.com/guest-ac41de3b?ref=middleapi&amp;utm_source=middleapi&amp;utm_medium=sponsor" target="_blank" rel="noopener sponsored" title="Orestis Ioannou"><img src="https://images.opencollective.com/guest-ac41de3b/avatar/460.png" width="139" alt="Orestis Ioannou"/><br />Orestis Ioannou</a></td>
130
+ <td align="center"><a href="https://automatio.ai/?ref=middleapi&amp;utm_source=middleapi&amp;utm_medium=sponsor" target="_blank" rel="noopener sponsored" title="Stefan Smiljkovic"><img src="https://avatars.githubusercontent.com/u/1984909?u=b7bf5bc40ed49df3c22f69d2da7b8d78709c49ed&amp;v=4" width="139" alt="Stefan Smiljkovic"/><br />Stefan Smiljkovic</a></td>
130
131
  </tr>
131
132
  </table>
132
133
 
package/dist/index.d.mts CHANGED
@@ -1,5 +1,4 @@
1
- import * as Draft2020 from 'json-schema-typed/draft-2020-12';
2
- export { Format as JsonSchemaFormat, TypeName as JsonSchemaType } from 'json-schema-typed/draft-2020-12';
1
+ import { OpenAPIV3_2 } from '@openapi-spec/types';
3
2
  import { AnySchema, RouterContract } from '@orpc/contract';
4
3
  export { AnySchema, Schema } from '@orpc/contract';
5
4
  import { Context } from '@orpc/server';
@@ -11,10 +10,48 @@ import { StandardJSONSchemaV1 } from '@standard-schema/spec';
11
10
  /**
12
11
  * A JSON Schema (draft 2020-12) representation used across oRPC's JSON schema tooling.
13
12
  *
13
+ * @remarks
14
+ * It is also the OpenAPI 3.2 Schema Object, so converted schemas embed into OpenAPI documents as-is.
15
+ *
14
16
  * @see {@link https://orpc.dev/docs/integrations/standard-schema | Standard Schema Integration}
15
17
  */
16
- type JsonSchema<Value = any> = Draft2020.JSONSchema<Value>;
17
- type JsonSchemaKeywords = typeof Draft2020.keywords[number];
18
+ type JsonSchema<Value = any> = OpenAPIV3_2.SchemaObject<Value>;
19
+ /**
20
+ * The declared JSON Schema keywords, the index signature is filtered out.
21
+ */
22
+ type JsonSchemaKeywords = keyof {
23
+ [K in keyof OpenAPIV3_2.SchemaObjectFields as string extends K ? never : K]: unknown;
24
+ };
25
+ declare enum JsonSchemaType {
26
+ Array = "array",
27
+ Boolean = "boolean",
28
+ Integer = "integer",
29
+ Null = "null",
30
+ Number = "number",
31
+ Object = "object",
32
+ String = "string"
33
+ }
34
+ declare enum JsonSchemaFormat {
35
+ Date = "date",
36
+ DateTime = "date-time",
37
+ Duration = "duration",
38
+ Email = "email",
39
+ Hostname = "hostname",
40
+ IDNEmail = "idn-email",
41
+ IDNHostname = "idn-hostname",
42
+ IPv4 = "ipv4",
43
+ IPv6 = "ipv6",
44
+ IRI = "iri",
45
+ IRIReference = "iri-reference",
46
+ JSONPointer = "json-pointer",
47
+ RegEx = "regex",
48
+ RelativeJSONPointer = "relative-json-pointer",
49
+ Time = "time",
50
+ URI = "uri",
51
+ URIReference = "uri-reference",
52
+ URITemplate = "uri-template",
53
+ UUID = "uuid"
54
+ }
18
55
  declare enum JsonSchemaXNativeType {
19
56
  BigInt = "bigint",
20
57
  RegExp = "regexp",
@@ -215,5 +252,5 @@ declare class StandardJsonSchemaConverter implements JsonSchemaConverter {
215
252
  convertInternal(schema: StandardJSONSchemaV1 & AnySchema, direction: JsonSchemaConverterDirection): [jsonSchema: JsonSchema, optional: boolean];
216
253
  }
217
254
 
218
- export { DelegatingJsonSchemaConverter, JsonSchemaCoercer, JsonSchemaXNativeType, SmartCoercionHandlerPlugin, SmartCoercionLinkPlugin, StandardJsonSchemaConverter, combineJsonObjectSchemaEntries, combineJsonSchemasWithComposition, decodeJsonPointerSegment, deduplicateJsonSchemas, encodeJsonPointerSegment, ensureJsonSchemaObject, extractJsonObjectSchemaEntries, flattenJsonUnionSchema, hoistRecursiveRefToDef, isJsonArraySchema, isJsonFileSchema, isJsonObjectSchema, isJsonPrimitiveSchema, isUnconstrainedSchema, mapJsonSchemaRefs, matchArrayableJsonSchema, resolveJsonSchemaRootLocalRef, visitJsonSchemaRefs };
255
+ export { DelegatingJsonSchemaConverter, JsonSchemaCoercer, JsonSchemaFormat, JsonSchemaType, JsonSchemaXNativeType, SmartCoercionHandlerPlugin, SmartCoercionLinkPlugin, StandardJsonSchemaConverter, combineJsonObjectSchemaEntries, combineJsonSchemasWithComposition, decodeJsonPointerSegment, deduplicateJsonSchemas, encodeJsonPointerSegment, ensureJsonSchemaObject, extractJsonObjectSchemaEntries, flattenJsonUnionSchema, hoistRecursiveRefToDef, isJsonArraySchema, isJsonFileSchema, isJsonObjectSchema, isJsonPrimitiveSchema, isUnconstrainedSchema, mapJsonSchemaRefs, matchArrayableJsonSchema, resolveJsonSchemaRootLocalRef, visitJsonSchemaRefs };
219
256
  export type { JsonArraySchema, JsonFileSchema, JsonObjectSchema, JsonObjectSchemaEntry, JsonSchema, JsonSchemaConverter, JsonSchemaConverterDirection, JsonSchemaKeywords, SmartCoercionHandlerPluginOptions, SmartCoercionLinkPluginOptions };
package/dist/index.d.ts CHANGED
@@ -1,5 +1,4 @@
1
- import * as Draft2020 from 'json-schema-typed/draft-2020-12';
2
- export { Format as JsonSchemaFormat, TypeName as JsonSchemaType } from 'json-schema-typed/draft-2020-12';
1
+ import { OpenAPIV3_2 } from '@openapi-spec/types';
3
2
  import { AnySchema, RouterContract } from '@orpc/contract';
4
3
  export { AnySchema, Schema } from '@orpc/contract';
5
4
  import { Context } from '@orpc/server';
@@ -11,10 +10,48 @@ import { StandardJSONSchemaV1 } from '@standard-schema/spec';
11
10
  /**
12
11
  * A JSON Schema (draft 2020-12) representation used across oRPC's JSON schema tooling.
13
12
  *
13
+ * @remarks
14
+ * It is also the OpenAPI 3.2 Schema Object, so converted schemas embed into OpenAPI documents as-is.
15
+ *
14
16
  * @see {@link https://orpc.dev/docs/integrations/standard-schema | Standard Schema Integration}
15
17
  */
16
- type JsonSchema<Value = any> = Draft2020.JSONSchema<Value>;
17
- type JsonSchemaKeywords = typeof Draft2020.keywords[number];
18
+ type JsonSchema<Value = any> = OpenAPIV3_2.SchemaObject<Value>;
19
+ /**
20
+ * The declared JSON Schema keywords, the index signature is filtered out.
21
+ */
22
+ type JsonSchemaKeywords = keyof {
23
+ [K in keyof OpenAPIV3_2.SchemaObjectFields as string extends K ? never : K]: unknown;
24
+ };
25
+ declare enum JsonSchemaType {
26
+ Array = "array",
27
+ Boolean = "boolean",
28
+ Integer = "integer",
29
+ Null = "null",
30
+ Number = "number",
31
+ Object = "object",
32
+ String = "string"
33
+ }
34
+ declare enum JsonSchemaFormat {
35
+ Date = "date",
36
+ DateTime = "date-time",
37
+ Duration = "duration",
38
+ Email = "email",
39
+ Hostname = "hostname",
40
+ IDNEmail = "idn-email",
41
+ IDNHostname = "idn-hostname",
42
+ IPv4 = "ipv4",
43
+ IPv6 = "ipv6",
44
+ IRI = "iri",
45
+ IRIReference = "iri-reference",
46
+ JSONPointer = "json-pointer",
47
+ RegEx = "regex",
48
+ RelativeJSONPointer = "relative-json-pointer",
49
+ Time = "time",
50
+ URI = "uri",
51
+ URIReference = "uri-reference",
52
+ URITemplate = "uri-template",
53
+ UUID = "uuid"
54
+ }
18
55
  declare enum JsonSchemaXNativeType {
19
56
  BigInt = "bigint",
20
57
  RegExp = "regexp",
@@ -215,5 +252,5 @@ declare class StandardJsonSchemaConverter implements JsonSchemaConverter {
215
252
  convertInternal(schema: StandardJSONSchemaV1 & AnySchema, direction: JsonSchemaConverterDirection): [jsonSchema: JsonSchema, optional: boolean];
216
253
  }
217
254
 
218
- export { DelegatingJsonSchemaConverter, JsonSchemaCoercer, JsonSchemaXNativeType, SmartCoercionHandlerPlugin, SmartCoercionLinkPlugin, StandardJsonSchemaConverter, combineJsonObjectSchemaEntries, combineJsonSchemasWithComposition, decodeJsonPointerSegment, deduplicateJsonSchemas, encodeJsonPointerSegment, ensureJsonSchemaObject, extractJsonObjectSchemaEntries, flattenJsonUnionSchema, hoistRecursiveRefToDef, isJsonArraySchema, isJsonFileSchema, isJsonObjectSchema, isJsonPrimitiveSchema, isUnconstrainedSchema, mapJsonSchemaRefs, matchArrayableJsonSchema, resolveJsonSchemaRootLocalRef, visitJsonSchemaRefs };
255
+ export { DelegatingJsonSchemaConverter, JsonSchemaCoercer, JsonSchemaFormat, JsonSchemaType, JsonSchemaXNativeType, SmartCoercionHandlerPlugin, SmartCoercionLinkPlugin, StandardJsonSchemaConverter, combineJsonObjectSchemaEntries, combineJsonSchemasWithComposition, decodeJsonPointerSegment, deduplicateJsonSchemas, encodeJsonPointerSegment, ensureJsonSchemaObject, extractJsonObjectSchemaEntries, flattenJsonUnionSchema, hoistRecursiveRefToDef, isJsonArraySchema, isJsonFileSchema, isJsonObjectSchema, isJsonPrimitiveSchema, isUnconstrainedSchema, mapJsonSchemaRefs, matchArrayableJsonSchema, resolveJsonSchemaRootLocalRef, visitJsonSchemaRefs };
219
256
  export type { JsonArraySchema, JsonFileSchema, JsonObjectSchema, JsonObjectSchemaEntry, JsonSchema, JsonSchemaConverter, JsonSchemaConverterDirection, JsonSchemaKeywords, SmartCoercionHandlerPluginOptions, SmartCoercionLinkPluginOptions };
package/dist/index.mjs CHANGED
@@ -1,5 +1,4 @@
1
1
  import { get, isPlainObject, tryOrUndefined, toArray, isDeepEqual, omit, isTypescriptObject, getOwn } from '@orpc/shared';
2
- export { Format as JsonSchemaFormat, TypeName as JsonSchemaType } from 'json-schema-typed/draft-2020-12';
3
2
  import { ORPCError, cloneORPCError } from '@orpc/client';
4
3
  import { getProcedureContractOrThrow } from '@orpc/contract';
5
4
 
@@ -159,6 +158,38 @@ function findRecursiveJsonSchemaDefName(defs) {
159
158
  return `__schema${index}`;
160
159
  }
161
160
 
161
+ var JsonSchemaType = /* @__PURE__ */ ((JsonSchemaType2) => {
162
+ JsonSchemaType2["Array"] = "array";
163
+ JsonSchemaType2["Boolean"] = "boolean";
164
+ JsonSchemaType2["Integer"] = "integer";
165
+ JsonSchemaType2["Null"] = "null";
166
+ JsonSchemaType2["Number"] = "number";
167
+ JsonSchemaType2["Object"] = "object";
168
+ JsonSchemaType2["String"] = "string";
169
+ return JsonSchemaType2;
170
+ })(JsonSchemaType || {});
171
+ var JsonSchemaFormat = /* @__PURE__ */ ((JsonSchemaFormat2) => {
172
+ JsonSchemaFormat2["Date"] = "date";
173
+ JsonSchemaFormat2["DateTime"] = "date-time";
174
+ JsonSchemaFormat2["Duration"] = "duration";
175
+ JsonSchemaFormat2["Email"] = "email";
176
+ JsonSchemaFormat2["Hostname"] = "hostname";
177
+ JsonSchemaFormat2["IDNEmail"] = "idn-email";
178
+ JsonSchemaFormat2["IDNHostname"] = "idn-hostname";
179
+ JsonSchemaFormat2["IPv4"] = "ipv4";
180
+ JsonSchemaFormat2["IPv6"] = "ipv6";
181
+ JsonSchemaFormat2["IRI"] = "iri";
182
+ JsonSchemaFormat2["IRIReference"] = "iri-reference";
183
+ JsonSchemaFormat2["JSONPointer"] = "json-pointer";
184
+ JsonSchemaFormat2["RegEx"] = "regex";
185
+ JsonSchemaFormat2["RelativeJSONPointer"] = "relative-json-pointer";
186
+ JsonSchemaFormat2["Time"] = "time";
187
+ JsonSchemaFormat2["URI"] = "uri";
188
+ JsonSchemaFormat2["URIReference"] = "uri-reference";
189
+ JsonSchemaFormat2["URITemplate"] = "uri-template";
190
+ JsonSchemaFormat2["UUID"] = "uuid";
191
+ return JsonSchemaFormat2;
192
+ })(JsonSchemaFormat || {});
162
193
  var JsonSchemaXNativeType = /* @__PURE__ */ ((JsonSchemaXNativeType2) => {
163
194
  JsonSchemaXNativeType2["BigInt"] = "bigint";
164
195
  JsonSchemaXNativeType2["RegExp"] = "regexp";
@@ -984,4 +1015,4 @@ class SmartCoercionLinkPlugin {
984
1015
  }
985
1016
  }
986
1017
 
987
- export { DelegatingJsonSchemaConverter, JsonSchemaCoercer, JsonSchemaXNativeType, SmartCoercionHandlerPlugin, SmartCoercionLinkPlugin, StandardJsonSchemaConverter, combineJsonObjectSchemaEntries, combineJsonSchemasWithComposition, decodeJsonPointerSegment, deduplicateJsonSchemas, encodeJsonPointerSegment, ensureJsonSchemaObject, extractJsonObjectSchemaEntries, flattenJsonUnionSchema, hoistRecursiveRefToDef, isJsonArraySchema, isJsonFileSchema, isJsonObjectSchema, isJsonPrimitiveSchema, isUnconstrainedSchema, mapJsonSchemaRefs, matchArrayableJsonSchema, resolveJsonSchemaRootLocalRef, visitJsonSchemaRefs };
1018
+ export { DelegatingJsonSchemaConverter, JsonSchemaCoercer, JsonSchemaFormat, JsonSchemaType, JsonSchemaXNativeType, SmartCoercionHandlerPlugin, SmartCoercionLinkPlugin, StandardJsonSchemaConverter, combineJsonObjectSchemaEntries, combineJsonSchemasWithComposition, decodeJsonPointerSegment, deduplicateJsonSchemas, encodeJsonPointerSegment, ensureJsonSchemaObject, extractJsonObjectSchemaEntries, flattenJsonUnionSchema, hoistRecursiveRefToDef, isJsonArraySchema, isJsonFileSchema, isJsonObjectSchema, isJsonPrimitiveSchema, isUnconstrainedSchema, mapJsonSchemaRefs, matchArrayableJsonSchema, resolveJsonSchemaRootLocalRef, visitJsonSchemaRefs };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/json-schema",
3
3
  "type": "module",
4
- "version": "2.0.0-beta.33",
4
+ "version": "2.0.0-beta.35",
5
5
  "description": "JSON Schema conversion and smart request coercion for oRPC and OpenAPI",
6
6
  "license": "MIT",
7
7
  "funding": [
@@ -35,12 +35,12 @@
35
35
  "dist"
36
36
  ],
37
37
  "dependencies": {
38
- "@orpc/client": "2.0.0-beta.33",
39
- "@orpc/contract": "2.0.0-beta.33",
40
- "@orpc/server": "2.0.0-beta.33",
41
- "@orpc/shared": "2.0.0-beta.33",
42
- "@standard-schema/spec": "^1.1.0",
43
- "json-schema-typed": "^8.0.2"
38
+ "@openapi-spec/types": "~0.1.0",
39
+ "@orpc/client": "2.0.0-beta.35",
40
+ "@orpc/contract": "2.0.0-beta.35",
41
+ "@orpc/server": "2.0.0-beta.35",
42
+ "@orpc/shared": "2.0.0-beta.35",
43
+ "@standard-schema/spec": "^1.1.0"
44
44
  },
45
45
  "devDependencies": {
46
46
  "zod": "^4.5.4"