@forklaunch/validator 0.10.25 → 0.10.27
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/lib/__test__/utils/mockSchemaValidator.d.mts +1 -1
- package/lib/__test__/utils/mockSchemaValidator.d.ts +1 -1
- package/lib/index.d.mts +2 -2
- package/lib/index.d.ts +2 -2
- package/lib/{schema.types-CR2kDA3N.d.mts → schema.types-DA-RijFU.d.mts} +1 -1
- package/lib/{schema.types-CR2kDA3N.d.ts → schema.types-DA-RijFU.d.ts} +1 -1
- package/lib/src/typebox/index.d.mts +2 -2
- package/lib/src/typebox/index.d.ts +2 -2
- package/lib/src/zod/index.d.mts +2 -2
- package/lib/src/zod/index.d.ts +2 -2
- package/package.json +7 -7
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SchemaObject } from 'openapi3-ts/oas31';
|
|
2
|
-
import {
|
|
2
|
+
import { e as SchemaValidator, L as LiteralSchema, b as ParseResult } from '../../schema.types-DA-RijFU.mjs';
|
|
3
3
|
import '@forklaunch/common';
|
|
4
4
|
import '@sinclair/typebox';
|
|
5
5
|
import '@sinclair/typebox/compiler';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SchemaObject } from 'openapi3-ts/oas31';
|
|
2
|
-
import {
|
|
2
|
+
import { e as SchemaValidator, L as LiteralSchema, b as ParseResult } from '../../schema.types-DA-RijFU.js';
|
|
3
3
|
import '@forklaunch/common';
|
|
4
4
|
import '@sinclair/typebox';
|
|
5
5
|
import '@sinclair/typebox/compiler';
|
package/lib/index.d.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as ParseError } from './schema.types-
|
|
2
|
-
export { A as AnySchemaValidator, I as IdiomaticSchema,
|
|
1
|
+
import { P as ParseError } from './schema.types-DA-RijFU.mjs';
|
|
2
|
+
export { A as AnySchemaValidator, I as IdiomaticSchema, a as Increment, K as KeyTypes, L as LiteralSchema, b as ParseResult, S as Schema, c as SchemaResolve, d as SchemaTranslate, e as SchemaValidator, U as UnboxedObjectSchema } from './schema.types-DA-RijFU.mjs';
|
|
3
3
|
import '@forklaunch/common';
|
|
4
4
|
import 'openapi3-ts/oas31';
|
|
5
5
|
import '@sinclair/typebox';
|
package/lib/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { P as ParseError } from './schema.types-
|
|
2
|
-
export { A as AnySchemaValidator, I as IdiomaticSchema,
|
|
1
|
+
import { P as ParseError } from './schema.types-DA-RijFU.js';
|
|
2
|
+
export { A as AnySchemaValidator, I as IdiomaticSchema, a as Increment, K as KeyTypes, L as LiteralSchema, b as ParseResult, S as Schema, c as SchemaResolve, d as SchemaTranslate, e as SchemaValidator, U as UnboxedObjectSchema } from './schema.types-DA-RijFU.js';
|
|
3
3
|
import '@forklaunch/common';
|
|
4
4
|
import 'openapi3-ts/oas31';
|
|
5
5
|
import '@sinclair/typebox';
|
|
@@ -756,4 +756,4 @@ type Increment<T extends number> = T extends 0 ? 1 : T extends 1 ? 2 : T extends
|
|
|
756
756
|
*/
|
|
757
757
|
type KeyTypes = string | number;
|
|
758
758
|
|
|
759
|
-
export { type AnySchemaValidator as A, type
|
|
759
|
+
export { type AnySchemaValidator as A, type ZodUnionContainer as B, type IdiomaticSchema as I, type KeyTypes as K, type LiteralSchema as L, type ParseError as P, type Schema as S, TypeboxSchemaValidator as T, type UnboxedObjectSchema as U, ZodSchemaValidator as Z, type Increment as a, type ParseResult as b, type SchemaResolve as c, type SchemaTranslate as d, type SchemaValidator as e, type SafeTObject as f, type TCatchall as g, type TIdiomaticSchema as h, type TObjectShape as i, type TOuterArray as j, type TResolve as k, type TSchemaTranslate as l, type TUnionTupleContainer as m, type UnboxedTObjectSchema as n, type UnionTupleTResolve as o, type TupleZodResolve as p, type UnboxedZodObjectSchema as q, type UnionZodResolve as r, type ZodCatchall as s, type ZodIdiomaticSchema as t, type ZodObjectShape as u, type ZodOuterArray as v, type ZodRecordKey as w, type ZodResolve as x, type ZodSchemaTranslate as y, type ZodTupleContainer as z };
|
|
@@ -756,4 +756,4 @@ type Increment<T extends number> = T extends 0 ? 1 : T extends 1 ? 2 : T extends
|
|
|
756
756
|
*/
|
|
757
757
|
type KeyTypes = string | number;
|
|
758
758
|
|
|
759
|
-
export { type AnySchemaValidator as A, type
|
|
759
|
+
export { type AnySchemaValidator as A, type ZodUnionContainer as B, type IdiomaticSchema as I, type KeyTypes as K, type LiteralSchema as L, type ParseError as P, type Schema as S, TypeboxSchemaValidator as T, type UnboxedObjectSchema as U, ZodSchemaValidator as Z, type Increment as a, type ParseResult as b, type SchemaResolve as c, type SchemaTranslate as d, type SchemaValidator as e, type SafeTObject as f, type TCatchall as g, type TIdiomaticSchema as h, type TObjectShape as i, type TOuterArray as j, type TResolve as k, type TSchemaTranslate as l, type TUnionTupleContainer as m, type UnboxedTObjectSchema as n, type UnionTupleTResolve as o, type TupleZodResolve as p, type UnboxedZodObjectSchema as q, type UnionZodResolve as r, type ZodCatchall as s, type ZodIdiomaticSchema as t, type ZodObjectShape as u, type ZodOuterArray as v, type ZodRecordKey as w, type ZodResolve as x, type ZodSchemaTranslate as y, type ZodTupleContainer as z };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from '@sinclair/typebox';
|
|
2
|
-
import { T as TypeboxSchemaValidator } from '../../schema.types-
|
|
3
|
-
export {
|
|
2
|
+
import { T as TypeboxSchemaValidator } from '../../schema.types-DA-RijFU.mjs';
|
|
3
|
+
export { f as SafeTObject, g as TCatchall, h as TIdiomaticSchema, i as TObjectShape, j as TOuterArray, k as TResolve, l as TSchemaTranslate, m as TUnionTupleContainer, n as UnboxedTObjectSchema, o as UnionTupleTResolve } from '../../schema.types-DA-RijFU.mjs';
|
|
4
4
|
import '@forklaunch/common';
|
|
5
5
|
import 'openapi3-ts/oas31';
|
|
6
6
|
import '@sinclair/typebox/compiler';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export * from '@sinclair/typebox';
|
|
2
|
-
import { T as TypeboxSchemaValidator } from '../../schema.types-
|
|
3
|
-
export {
|
|
2
|
+
import { T as TypeboxSchemaValidator } from '../../schema.types-DA-RijFU.js';
|
|
3
|
+
export { f as SafeTObject, g as TCatchall, h as TIdiomaticSchema, i as TObjectShape, j as TOuterArray, k as TResolve, l as TSchemaTranslate, m as TUnionTupleContainer, n as UnboxedTObjectSchema, o as UnionTupleTResolve } from '../../schema.types-DA-RijFU.js';
|
|
4
4
|
import '@forklaunch/common';
|
|
5
5
|
import 'openapi3-ts/oas31';
|
|
6
6
|
import '@sinclair/typebox/compiler';
|
package/lib/src/zod/index.d.mts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { ZodAny, ZodArray, ZodBigInt, ZodBoolean, ZodDate, ZodEffects, ZodEnum, ZodFunction, ZodLiteral, ZodNever, ZodNull, ZodNumber, ZodObject, ZodOptional, ZodPipeline, ZodPromise, ZodRawShape, ZodRecord, ZodString, ZodSymbol, ZodTuple, ZodType, ZodTypeAny, ZodUndefined, ZodUnion, ZodUnknown, ZodVoid } from 'zod/v3';
|
|
2
|
-
import { Z as ZodSchemaValidator } from '../../schema.types-
|
|
3
|
-
export {
|
|
2
|
+
import { Z as ZodSchemaValidator } from '../../schema.types-DA-RijFU.mjs';
|
|
3
|
+
export { p as TupleZodResolve, q as UnboxedZodObjectSchema, r as UnionZodResolve, s as ZodCatchall, t as ZodIdiomaticSchema, u as ZodObjectShape, v as ZodOuterArray, w as ZodRecordKey, x as ZodResolve, y as ZodSchemaTranslate, z as ZodTupleContainer, B as ZodUnionContainer } from '../../schema.types-DA-RijFU.mjs';
|
|
4
4
|
import '@forklaunch/common';
|
|
5
5
|
import 'openapi3-ts/oas31';
|
|
6
6
|
import '@sinclair/typebox';
|
package/lib/src/zod/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export { ZodAny, ZodArray, ZodBigInt, ZodBoolean, ZodDate, ZodEffects, ZodEnum, ZodFunction, ZodLiteral, ZodNever, ZodNull, ZodNumber, ZodObject, ZodOptional, ZodPipeline, ZodPromise, ZodRawShape, ZodRecord, ZodString, ZodSymbol, ZodTuple, ZodType, ZodTypeAny, ZodUndefined, ZodUnion, ZodUnknown, ZodVoid } from 'zod/v3';
|
|
2
|
-
import { Z as ZodSchemaValidator } from '../../schema.types-
|
|
3
|
-
export {
|
|
2
|
+
import { Z as ZodSchemaValidator } from '../../schema.types-DA-RijFU.js';
|
|
3
|
+
export { p as TupleZodResolve, q as UnboxedZodObjectSchema, r as UnionZodResolve, s as ZodCatchall, t as ZodIdiomaticSchema, u as ZodObjectShape, v as ZodOuterArray, w as ZodRecordKey, x as ZodResolve, y as ZodSchemaTranslate, z as ZodTupleContainer, B as ZodUnionContainer } from '../../schema.types-DA-RijFU.js';
|
|
4
4
|
import '@forklaunch/common';
|
|
5
5
|
import 'openapi3-ts/oas31';
|
|
6
6
|
import '@sinclair/typebox';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forklaunch/validator",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.27",
|
|
4
4
|
"description": "Schema validator for ForkLaunch components.",
|
|
5
5
|
"homepage": "https://github.com/forklaunch/forklaunch-js#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -60,15 +60,15 @@
|
|
|
60
60
|
"dependencies": {
|
|
61
61
|
"@sinclair/typebox": "^0.34.47",
|
|
62
62
|
"ts-deepmerge": "^7.0.3",
|
|
63
|
-
"zod": "^4.3.
|
|
64
|
-
"@forklaunch/common": "0.6.
|
|
63
|
+
"zod": "^4.3.6",
|
|
64
|
+
"@forklaunch/common": "0.6.27"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|
|
67
67
|
"@eslint/js": "^9.39.2",
|
|
68
68
|
"@types/jest": "^30.0.0",
|
|
69
|
-
"@types/node": "^25.0.
|
|
70
|
-
"@typescript/native-preview": "7.0.0-dev.
|
|
71
|
-
"@vitest/coverage-v8": "^4.0.
|
|
69
|
+
"@types/node": "^25.0.10",
|
|
70
|
+
"@typescript/native-preview": "7.0.0-dev.20260122.4",
|
|
71
|
+
"@vitest/coverage-v8": "^4.0.18",
|
|
72
72
|
"eslint-config-prettier": "^10.1.8",
|
|
73
73
|
"eslint-plugin-prettier": "^5.5.5",
|
|
74
74
|
"globals": "^17.0.0",
|
|
@@ -78,7 +78,7 @@
|
|
|
78
78
|
"ts-node": "^10.9.2",
|
|
79
79
|
"tsup": "^8.5.1",
|
|
80
80
|
"typedoc": "^0.28.16",
|
|
81
|
-
"typescript-eslint": "^8.53.
|
|
81
|
+
"typescript-eslint": "^8.53.1"
|
|
82
82
|
},
|
|
83
83
|
"scripts": {
|
|
84
84
|
"build": "tsgo --noEmit && tsup index.ts src/typebox/index.ts src/zod/index.ts __test__/utils/mockSchemaValidator.ts shims/zod-v3-openapi/zod-extensions.ts --format cjs,esm --no-splitting --tsconfig tsconfig.json --outDir lib --dts --clean",
|