@orpc/json-schema 1.7.10 → 1.7.11

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
@@ -1,6 +1,6 @@
1
- import * as Draft07 from 'json-schema-typed/draft-07';
2
- import * as Draft2019 from 'json-schema-typed/draft-2019-09';
3
- import * as Draft2020 from 'json-schema-typed/draft-2020-12';
1
+ import * as Draft07 from '@orpc/json-schema-typed/draft-07';
2
+ import * as Draft2019 from '@orpc/json-schema-typed/draft-2019-09';
3
+ import * as Draft2020 from '@orpc/json-schema-typed/draft-2020-12';
4
4
  import { ConditionalSchemaConverter } from '@orpc/openapi';
5
5
  import { Context } from '@orpc/server';
6
6
  import { StandardHandlerPlugin, StandardHandlerOptions } from '@orpc/server/standard';
package/dist/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import * as Draft07 from 'json-schema-typed/draft-07';
2
- import * as Draft2019 from 'json-schema-typed/draft-2019-09';
3
- import * as Draft2020 from 'json-schema-typed/draft-2020-12';
1
+ import * as Draft07 from '@orpc/json-schema-typed/draft-07';
2
+ import * as Draft2019 from '@orpc/json-schema-typed/draft-2019-09';
3
+ import * as Draft2020 from '@orpc/json-schema-typed/draft-2020-12';
4
4
  import { ConditionalSchemaConverter } from '@orpc/openapi';
5
5
  import { Context } from '@orpc/server';
6
6
  import { StandardHandlerPlugin, StandardHandlerOptions } from '@orpc/server/standard';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orpc/json-schema",
3
3
  "type": "module",
4
- "version": "1.7.10",
4
+ "version": "1.7.11",
5
5
  "license": "MIT",
6
6
  "homepage": "https://orpc.unnoq.com",
7
7
  "repository": {
@@ -24,11 +24,11 @@
24
24
  "dist"
25
25
  ],
26
26
  "dependencies": {
27
- "json-schema-typed": "^8.0.1",
28
- "@orpc/openapi": "1.7.10",
29
- "@orpc/shared": "1.7.10",
30
- "@orpc/server": "1.7.10",
31
- "@orpc/contract": "1.7.10"
27
+ "@orpc/contract": "1.7.11",
28
+ "@orpc/json-schema-typed": "1.7.11",
29
+ "@orpc/openapi": "1.7.11",
30
+ "@orpc/server": "1.7.11",
31
+ "@orpc/shared": "1.7.11"
32
32
  },
33
33
  "devDependencies": {
34
34
  "zod": "^4.0.14"