@temporary-name/json-schema 1.9.3-alpha.9f176ca3f9388d51e8dffa98a15fcf9f14f6a75e → 1.9.3-alpha.a252b3ff8cb6bf7deaa6d41dc9ac8a8d50edd80e

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,8 +1,8 @@
1
1
  import * as Draft07 from '@temporary-name/interop/json-schema-typed/draft-07';
2
2
  import * as Draft2019 from '@temporary-name/interop/json-schema-typed/draft-2019-09';
3
3
  import * as Draft2020 from '@temporary-name/interop/json-schema-typed/draft-2020-12';
4
- import { ConditionalSchemaConverter } from '@temporary-name/openapi';
5
4
  import { Context } from '@temporary-name/server';
5
+ import { ConditionalSchemaConverter } from '@temporary-name/server/openapi';
6
6
  import { StandardHandlerPlugin, StandardHandlerOptions } from '@temporary-name/server/standard';
7
7
 
8
8
  type JsonSchema = Draft2020.JSONSchema | Draft2019.JSONSchema | Draft07.JSONSchema;
package/dist/index.d.ts CHANGED
@@ -1,8 +1,8 @@
1
1
  import * as Draft07 from '@temporary-name/interop/json-schema-typed/draft-07';
2
2
  import * as Draft2019 from '@temporary-name/interop/json-schema-typed/draft-2019-09';
3
3
  import * as Draft2020 from '@temporary-name/interop/json-schema-typed/draft-2020-12';
4
- import { ConditionalSchemaConverter } from '@temporary-name/openapi';
5
4
  import { Context } from '@temporary-name/server';
5
+ import { ConditionalSchemaConverter } from '@temporary-name/server/openapi';
6
6
  import { StandardHandlerPlugin, StandardHandlerOptions } from '@temporary-name/server/standard';
7
7
 
8
8
  type JsonSchema = Draft2020.JSONSchema | Draft2019.JSONSchema | Draft07.JSONSchema;
package/dist/index.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  import { isObject, toArray, guard } from '@temporary-name/shared';
2
- import { CompositeSchemaConverter } from '@temporary-name/openapi';
2
+ import { CompositeSchemaConverter } from '@temporary-name/server/openapi';
3
3
 
4
4
  var JsonSchemaXNativeType = /* @__PURE__ */ ((JsonSchemaXNativeType2) => {
5
5
  JsonSchemaXNativeType2["BigInt"] = "bigint";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@temporary-name/json-schema",
3
3
  "type": "module",
4
- "version": "1.9.3-alpha.9f176ca3f9388d51e8dffa98a15fcf9f14f6a75e",
4
+ "version": "1.9.3-alpha.a252b3ff8cb6bf7deaa6d41dc9ac8a8d50edd80e",
5
5
  "license": "MIT",
6
6
  "homepage": "https://www.stainless.com/",
7
7
  "repository": {
@@ -23,11 +23,10 @@
23
23
  "dist"
24
24
  ],
25
25
  "dependencies": {
26
- "@temporary-name/interop": "1.9.3-alpha.9f176ca3f9388d51e8dffa98a15fcf9f14f6a75e",
27
- "@temporary-name/contract": "1.9.3-alpha.9f176ca3f9388d51e8dffa98a15fcf9f14f6a75e",
28
- "@temporary-name/shared": "1.9.3-alpha.9f176ca3f9388d51e8dffa98a15fcf9f14f6a75e",
29
- "@temporary-name/server": "1.9.3-alpha.9f176ca3f9388d51e8dffa98a15fcf9f14f6a75e",
30
- "@temporary-name/openapi": "1.9.3-alpha.9f176ca3f9388d51e8dffa98a15fcf9f14f6a75e"
26
+ "@temporary-name/interop": "1.9.3-alpha.a252b3ff8cb6bf7deaa6d41dc9ac8a8d50edd80e",
27
+ "@temporary-name/server": "1.9.3-alpha.a252b3ff8cb6bf7deaa6d41dc9ac8a8d50edd80e",
28
+ "@temporary-name/shared": "1.9.3-alpha.a252b3ff8cb6bf7deaa6d41dc9ac8a8d50edd80e",
29
+ "@temporary-name/contract": "1.9.3-alpha.a252b3ff8cb6bf7deaa6d41dc9ac8a8d50edd80e"
31
30
  },
32
31
  "devDependencies": {
33
32
  "zod": "^4.1.11"