@temporary-name/json-schema 1.9.3-alpha.0d2fa3247b6b23bbc2e3097a95f631b86740e4d8 → 1.9.3-alpha.16e8a4f82a5b0af6e22263774a4af4e6f9afd8bc
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 +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +6 -7
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,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@temporary-name/json-schema",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.9.3-alpha.
|
|
4
|
+
"version": "1.9.3-alpha.16e8a4f82a5b0af6e22263774a4af4e6f9afd8bc",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"homepage": "https://www.stainless.com/",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "git+https://github.com/
|
|
9
|
+
"url": "git+https://github.com/stainless-api/krusty.git",
|
|
10
10
|
"directory": "packages/json-schema"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|
|
@@ -23,11 +23,10 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@temporary-name/contract": "1.9.3-alpha.
|
|
27
|
-
"@temporary-name/interop": "1.9.3-alpha.
|
|
28
|
-
"@temporary-name/
|
|
29
|
-
"@temporary-name/shared": "1.9.3-alpha.
|
|
30
|
-
"@temporary-name/server": "1.9.3-alpha.0d2fa3247b6b23bbc2e3097a95f631b86740e4d8"
|
|
26
|
+
"@temporary-name/contract": "1.9.3-alpha.16e8a4f82a5b0af6e22263774a4af4e6f9afd8bc",
|
|
27
|
+
"@temporary-name/interop": "1.9.3-alpha.16e8a4f82a5b0af6e22263774a4af4e6f9afd8bc",
|
|
28
|
+
"@temporary-name/server": "1.9.3-alpha.16e8a4f82a5b0af6e22263774a4af4e6f9afd8bc",
|
|
29
|
+
"@temporary-name/shared": "1.9.3-alpha.16e8a4f82a5b0af6e22263774a4af4e6f9afd8bc"
|
|
31
30
|
},
|
|
32
31
|
"devDependencies": {
|
|
33
32
|
"zod": "^4.1.11"
|