@forklaunch/validator 0.4.8 → 0.4.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.
@@ -1,5 +1,5 @@
1
1
  import { SchemaObject } from 'openapi3-ts/oas31';
2
- import { S as SchemaValidator, L as LiteralSchema, a as ParseResult } from '../../schema.types-CoFRq_Vn.mjs';
2
+ import { S as SchemaValidator, L as LiteralSchema, a as ParseResult } from '../../schema.types-BA3PeCI5.mjs';
3
3
  import '@forklaunch/common';
4
4
  import '@sinclair/typebox';
5
5
  import '@sinclair/typebox/compiler';
@@ -18,7 +18,7 @@ type RecursiveUnion<T extends readonly string[]> = T extends readonly [
18
18
  ...infer R extends readonly string[]
19
19
  ] ? R extends [] ? F : `${F} | ${RecursiveUnion<R>}` : '';
20
20
  declare class MockSchemaValidator implements SchemaValidator<(<T extends string>(schema: T) => T), <T extends string>(schema: T) => T, <T extends string>(schema: T) => `optional ${T}`, <T extends string>(schema: T) => `array ${T}`, <T extends readonly string[]>(schemas: T) => RecursiveUnion<T>, <T extends LiteralSchema>(schema: T) => `literal ${T}`, <T extends LiteralSchema>(schemaEnum: Record<string, T>) => `enum ${T}`, (value: unknown) => value is string, <T extends string>(schema: T, value: string) => boolean, <T extends string>(schema: T, value: string) => ParseResult<T>, <T extends string>(schema: T) => SchemaObject> {
21
- _Type: 'Mock';
21
+ _Type: "Mock";
22
22
  _SchemaCatchall: string;
23
23
  _ValidSchemaObject: string;
24
24
  string: string;
@@ -44,7 +44,7 @@ declare class MockSchemaValidator implements SchemaValidator<(<T extends string>
44
44
  isSchema(value: unknown): value is string;
45
45
  validate<T extends string>(schema: T, value: string): boolean;
46
46
  parse<T extends string>(schema: T, value: string): ParseResult<T>;
47
- openapi<T extends string>(_schema: T): SchemaObject;
47
+ openapi(): SchemaObject;
48
48
  }
49
49
  declare const mockSchemaValidator: MockSchemaValidator;
50
50
  declare const string: string;
@@ -64,6 +64,6 @@ declare const union: <T extends readonly string[]>(schemas: T) => RecursiveUnion
64
64
  declare const literal: <T extends LiteralSchema>(schema: T) => `literal ${T}`;
65
65
  declare const enum_: <T extends LiteralSchema>(schemaEnum: Record<string, T>) => `enum ${T}`;
66
66
  declare const validate: <T extends string>(schema: T, value: string) => boolean;
67
- declare const openapi: <T extends string>(_schema: T) => SchemaObject;
67
+ declare const openapi: () => SchemaObject;
68
68
 
69
69
  export { MockSchemaValidator, any, array, bigint, boolean, date, enum_, literal, mockSchemaValidator, never, nullish, number, openapi, optional, schemify, string, symbol, union, unknown, validate };
@@ -1,5 +1,5 @@
1
1
  import { SchemaObject } from 'openapi3-ts/oas31';
2
- import { S as SchemaValidator, L as LiteralSchema, a as ParseResult } from '../../schema.types-CoFRq_Vn.js';
2
+ import { S as SchemaValidator, L as LiteralSchema, a as ParseResult } from '../../schema.types-BA3PeCI5.js';
3
3
  import '@forklaunch/common';
4
4
  import '@sinclair/typebox';
5
5
  import '@sinclair/typebox/compiler';
@@ -18,7 +18,7 @@ type RecursiveUnion<T extends readonly string[]> = T extends readonly [
18
18
  ...infer R extends readonly string[]
19
19
  ] ? R extends [] ? F : `${F} | ${RecursiveUnion<R>}` : '';
20
20
  declare class MockSchemaValidator implements SchemaValidator<(<T extends string>(schema: T) => T), <T extends string>(schema: T) => T, <T extends string>(schema: T) => `optional ${T}`, <T extends string>(schema: T) => `array ${T}`, <T extends readonly string[]>(schemas: T) => RecursiveUnion<T>, <T extends LiteralSchema>(schema: T) => `literal ${T}`, <T extends LiteralSchema>(schemaEnum: Record<string, T>) => `enum ${T}`, (value: unknown) => value is string, <T extends string>(schema: T, value: string) => boolean, <T extends string>(schema: T, value: string) => ParseResult<T>, <T extends string>(schema: T) => SchemaObject> {
21
- _Type: 'Mock';
21
+ _Type: "Mock";
22
22
  _SchemaCatchall: string;
23
23
  _ValidSchemaObject: string;
24
24
  string: string;
@@ -44,7 +44,7 @@ declare class MockSchemaValidator implements SchemaValidator<(<T extends string>
44
44
  isSchema(value: unknown): value is string;
45
45
  validate<T extends string>(schema: T, value: string): boolean;
46
46
  parse<T extends string>(schema: T, value: string): ParseResult<T>;
47
- openapi<T extends string>(_schema: T): SchemaObject;
47
+ openapi(): SchemaObject;
48
48
  }
49
49
  declare const mockSchemaValidator: MockSchemaValidator;
50
50
  declare const string: string;
@@ -64,6 +64,6 @@ declare const union: <T extends readonly string[]>(schemas: T) => RecursiveUnion
64
64
  declare const literal: <T extends LiteralSchema>(schema: T) => `literal ${T}`;
65
65
  declare const enum_: <T extends LiteralSchema>(schemaEnum: Record<string, T>) => `enum ${T}`;
66
66
  declare const validate: <T extends string>(schema: T, value: string) => boolean;
67
- declare const openapi: <T extends string>(_schema: T) => SchemaObject;
67
+ declare const openapi: () => SchemaObject;
68
68
 
69
69
  export { MockSchemaValidator, any, array, bigint, boolean, date, enum_, literal, mockSchemaValidator, never, nullish, number, openapi, optional, schemify, string, symbol, union, unknown, validate };
@@ -43,7 +43,7 @@ __export(mockSchemaValidator_exports, {
43
43
  });
44
44
  module.exports = __toCommonJS(mockSchemaValidator_exports);
45
45
  var MockSchemaValidator = class {
46
- _Type;
46
+ _Type = "Mock";
47
47
  _SchemaCatchall;
48
48
  _ValidSchemaObject;
49
49
  string = "string";
@@ -95,7 +95,7 @@ var MockSchemaValidator = class {
95
95
  errors: [{ path: [], message: "Some error" }]
96
96
  };
97
97
  }
98
- openapi(_schema) {
98
+ openapi() {
99
99
  return {
100
100
  type: "string"
101
101
  };
@@ -1,6 +1,6 @@
1
1
  // __test__/utils/mockSchemaValidator.ts
2
2
  var MockSchemaValidator = class {
3
- _Type;
3
+ _Type = "Mock";
4
4
  _SchemaCatchall;
5
5
  _ValidSchemaObject;
6
6
  string = "string";
@@ -52,7 +52,7 @@ var MockSchemaValidator = class {
52
52
  errors: [{ path: [], message: "Some error" }]
53
53
  };
54
54
  }
55
- openapi(_schema) {
55
+ openapi() {
56
56
  return {
57
57
  type: "string"
58
58
  };
package/lib/index.d.mts CHANGED
@@ -1,5 +1,5 @@
1
- import { P as ParseError } from './schema.types-CoFRq_Vn.mjs';
2
- export { A as AnySchemaValidator, I as IdiomaticSchema, e as Increment, K as KeyTypes, L as LiteralSchema, a as ParseResult, d as Schema, b as SchemaResolve, c as SchemaTranslate, S as SchemaValidator, U as UnboxedObjectSchema } from './schema.types-CoFRq_Vn.mjs';
1
+ import { P as ParseError } from './schema.types-BA3PeCI5.mjs';
2
+ export { A as AnySchemaValidator, I as IdiomaticSchema, e as Increment, K as KeyTypes, L as LiteralSchema, a as ParseResult, d as Schema, b as SchemaResolve, c as SchemaTranslate, S as SchemaValidator, U as UnboxedObjectSchema } from './schema.types-BA3PeCI5.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-CoFRq_Vn.js';
2
- export { A as AnySchemaValidator, I as IdiomaticSchema, e as Increment, K as KeyTypes, L as LiteralSchema, a as ParseResult, d as Schema, b as SchemaResolve, c as SchemaTranslate, S as SchemaValidator, U as UnboxedObjectSchema } from './schema.types-CoFRq_Vn.js';
1
+ import { P as ParseError } from './schema.types-BA3PeCI5.js';
2
+ export { A as AnySchemaValidator, I as IdiomaticSchema, e as Increment, K as KeyTypes, L as LiteralSchema, a as ParseResult, d as Schema, b as SchemaResolve, c as SchemaTranslate, S as SchemaValidator, U as UnboxedObjectSchema } from './schema.types-BA3PeCI5.js';
3
3
  import '@forklaunch/common';
4
4
  import 'openapi3-ts/oas31';
5
5
  import '@sinclair/typebox';
@@ -56,9 +56,9 @@ type UnionTResolve<T extends TUnionContainer> = T extends (infer UnionTypes)[] ?
56
56
  * @template T - The schema type to resolve.
57
57
  * @template Depth - The current depth of the resolution.
58
58
  */
59
- type TResolve<T, Depth extends number = 0> = Depth extends 10 ? TUnknown : T extends LiteralSchema ? TLiteral<T> : T extends TSchema ? T : T extends TKind ? T : T extends TObject<TObjectShape> ? T : T extends UnboxedTObjectSchema ? TObject<{
59
+ type TResolve<T, Depth extends number = 0> = Depth extends 10 ? TUnknown : T extends LiteralSchema ? TLiteral<T> : T extends TSchema ? T : T extends TKind ? T : T extends TObject<TObjectShape> ? T : T extends TypeCheck<infer Type> ? TResolve<Type, Increment<Depth>> : T extends UnboxedTObjectSchema ? TObject<{
60
60
  [K in keyof T]: TResolve<T[K], Increment<Depth>>;
61
- }> : T extends TypeCheck<infer Type> ? TResolve<Type, Increment<Depth>> : TNever;
61
+ }> : TNever;
62
62
 
63
63
  /**
64
64
  * This module provides a Zod-based schema definition.
@@ -76,7 +76,7 @@ declare class ZodSchemaValidator implements SchemaValidator<(<T extends ZodObjec
76
76
  [K in keyof T]: ZodLiteral<T[K]>;
77
77
  }[keyof T]
78
78
  ]>, (value: unknown) => value is ZodType, <T extends ZodIdiomaticSchema | ZodCatchall>(schema: T, value: unknown) => boolean, <T extends ZodIdiomaticSchema | ZodCatchall>(schema: T, value: unknown) => ParseResult<ZodResolve<T>>, <T extends ZodIdiomaticSchema | ZodCatchall>(schema: T) => SchemaObject> {
79
- _Type: 'Zod';
79
+ _Type: "Zod";
80
80
  _SchemaCatchall: ZodType;
81
81
  _ValidSchemaObject: ZodObject$1<ZodRawShape> | ZodArray<ZodObject$1<ZodRawShape>>;
82
82
  string: z.ZodString;
@@ -268,7 +268,7 @@ type ParseResult<T> = {
268
268
  */
269
269
  interface SchemaValidator<CompilationFunction = <T>(schema: T) => unknown, SchematicFunction = <T>(schema: T) => unknown, OptionalFunction = <T>(schema: T) => unknown, ArrayFunction = <T>(schema: T) => unknown, UnionFunction = <T>(schemas: T[]) => unknown, LiteralFunction = <T extends LiteralSchema>(schema: T) => unknown, EnumFunction = <T extends LiteralSchema>(schemaEnum: Record<string, T>) => unknown, SchemaGuardFunction = <T>(value: unknown) => value is T, ValidationFunction = <T>(schema: T, value: unknown) => boolean, ParseFunction = <T>(schema: T, value: unknown) => ParseResult<SchemaResolve<T>>, OpenAPIFunction = <T>(schema: T) => SchemaObject> {
270
270
  /**
271
- * The type of the schema validator. Meant to be used with non-null assertions.
271
+ * The type of the schema validator.
272
272
  */
273
273
  _Type: unknown;
274
274
  /**
@@ -56,9 +56,9 @@ type UnionTResolve<T extends TUnionContainer> = T extends (infer UnionTypes)[] ?
56
56
  * @template T - The schema type to resolve.
57
57
  * @template Depth - The current depth of the resolution.
58
58
  */
59
- type TResolve<T, Depth extends number = 0> = Depth extends 10 ? TUnknown : T extends LiteralSchema ? TLiteral<T> : T extends TSchema ? T : T extends TKind ? T : T extends TObject<TObjectShape> ? T : T extends UnboxedTObjectSchema ? TObject<{
59
+ type TResolve<T, Depth extends number = 0> = Depth extends 10 ? TUnknown : T extends LiteralSchema ? TLiteral<T> : T extends TSchema ? T : T extends TKind ? T : T extends TObject<TObjectShape> ? T : T extends TypeCheck<infer Type> ? TResolve<Type, Increment<Depth>> : T extends UnboxedTObjectSchema ? TObject<{
60
60
  [K in keyof T]: TResolve<T[K], Increment<Depth>>;
61
- }> : T extends TypeCheck<infer Type> ? TResolve<Type, Increment<Depth>> : TNever;
61
+ }> : TNever;
62
62
 
63
63
  /**
64
64
  * This module provides a Zod-based schema definition.
@@ -76,7 +76,7 @@ declare class ZodSchemaValidator implements SchemaValidator<(<T extends ZodObjec
76
76
  [K in keyof T]: ZodLiteral<T[K]>;
77
77
  }[keyof T]
78
78
  ]>, (value: unknown) => value is ZodType, <T extends ZodIdiomaticSchema | ZodCatchall>(schema: T, value: unknown) => boolean, <T extends ZodIdiomaticSchema | ZodCatchall>(schema: T, value: unknown) => ParseResult<ZodResolve<T>>, <T extends ZodIdiomaticSchema | ZodCatchall>(schema: T) => SchemaObject> {
79
- _Type: 'Zod';
79
+ _Type: "Zod";
80
80
  _SchemaCatchall: ZodType;
81
81
  _ValidSchemaObject: ZodObject$1<ZodRawShape> | ZodArray<ZodObject$1<ZodRawShape>>;
82
82
  string: z.ZodString;
@@ -268,7 +268,7 @@ type ParseResult<T> = {
268
268
  */
269
269
  interface SchemaValidator<CompilationFunction = <T>(schema: T) => unknown, SchematicFunction = <T>(schema: T) => unknown, OptionalFunction = <T>(schema: T) => unknown, ArrayFunction = <T>(schema: T) => unknown, UnionFunction = <T>(schemas: T[]) => unknown, LiteralFunction = <T extends LiteralSchema>(schema: T) => unknown, EnumFunction = <T extends LiteralSchema>(schemaEnum: Record<string, T>) => unknown, SchemaGuardFunction = <T>(value: unknown) => value is T, ValidationFunction = <T>(schema: T, value: unknown) => boolean, ParseFunction = <T>(schema: T, value: unknown) => ParseResult<SchemaResolve<T>>, OpenAPIFunction = <T>(schema: T) => SchemaObject> {
270
270
  /**
271
- * The type of the schema validator. Meant to be used with non-null assertions.
271
+ * The type of the schema validator.
272
272
  */
273
273
  _Type: unknown;
274
274
  /**
@@ -2,8 +2,8 @@ import * as openapi3_ts_oas31 from 'openapi3-ts/oas31';
2
2
  import { SchemaObject } from 'openapi3-ts/oas31';
3
3
  import * as _sinclair_typebox_compiler from '@sinclair/typebox/compiler';
4
4
  import { TypeCheck } from '@sinclair/typebox/compiler';
5
- import { S as SchemaValidator$1, T as TObject, f as TIdiomaticSchema, g as TResolve, h as TUnionContainer, i as UnionTResolve, L as LiteralSchema, j as TCatchall, a as ParseResult } from '../../schema.types-CoFRq_Vn.mjs';
6
- export { l as TObjectShape, k as TOuterArray, m as TSchemaTranslate, n as UnboxedTObjectSchema } from '../../schema.types-CoFRq_Vn.mjs';
5
+ import { S as SchemaValidator$1, T as TObject, f as TIdiomaticSchema, g as TResolve, h as TUnionContainer, i as UnionTResolve, L as LiteralSchema, j as TCatchall, a as ParseResult } from '../../schema.types-BA3PeCI5.mjs';
6
+ export { l as TObjectShape, k as TOuterArray, m as TSchemaTranslate, n as UnboxedTObjectSchema } from '../../schema.types-BA3PeCI5.mjs';
7
7
  import * as _sinclair_typebox from '@sinclair/typebox';
8
8
  import { TProperties, TOptional, TArray, TUnion, TLiteral, TSchema } from '@sinclair/typebox';
9
9
  import '@forklaunch/common';
@@ -18,7 +18,7 @@ declare class TypeboxSchemaValidator implements SchemaValidator$1<(<T extends TO
18
18
  [K in keyof T]: TLiteral<T[K]>;
19
19
  }[keyof T]
20
20
  ]>, (value: unknown) => value is TSchema, <T extends TIdiomaticSchema | TCatchall>(schema: T, value: unknown) => boolean, <T extends TIdiomaticSchema | TCatchall>(schema: T, value: unknown) => ParseResult<TResolve<T>>, <T extends TIdiomaticSchema | TCatchall>(schema: T) => SchemaObject> {
21
- _Type: 'TypeBox';
21
+ _Type: "TypeBox";
22
22
  _SchemaCatchall: TSchema;
23
23
  _ValidSchemaObject: TObject<TProperties> | TArray<TObject<TProperties>>;
24
24
  string: _sinclair_typebox.TString;
@@ -2,8 +2,8 @@ import * as openapi3_ts_oas31 from 'openapi3-ts/oas31';
2
2
  import { SchemaObject } from 'openapi3-ts/oas31';
3
3
  import * as _sinclair_typebox_compiler from '@sinclair/typebox/compiler';
4
4
  import { TypeCheck } from '@sinclair/typebox/compiler';
5
- import { S as SchemaValidator$1, T as TObject, f as TIdiomaticSchema, g as TResolve, h as TUnionContainer, i as UnionTResolve, L as LiteralSchema, j as TCatchall, a as ParseResult } from '../../schema.types-CoFRq_Vn.js';
6
- export { l as TObjectShape, k as TOuterArray, m as TSchemaTranslate, n as UnboxedTObjectSchema } from '../../schema.types-CoFRq_Vn.js';
5
+ import { S as SchemaValidator$1, T as TObject, f as TIdiomaticSchema, g as TResolve, h as TUnionContainer, i as UnionTResolve, L as LiteralSchema, j as TCatchall, a as ParseResult } from '../../schema.types-BA3PeCI5.js';
6
+ export { l as TObjectShape, k as TOuterArray, m as TSchemaTranslate, n as UnboxedTObjectSchema } from '../../schema.types-BA3PeCI5.js';
7
7
  import * as _sinclair_typebox from '@sinclair/typebox';
8
8
  import { TProperties, TOptional, TArray, TUnion, TLiteral, TSchema } from '@sinclair/typebox';
9
9
  import '@forklaunch/common';
@@ -18,7 +18,7 @@ declare class TypeboxSchemaValidator implements SchemaValidator$1<(<T extends TO
18
18
  [K in keyof T]: TLiteral<T[K]>;
19
19
  }[keyof T]
20
20
  ]>, (value: unknown) => value is TSchema, <T extends TIdiomaticSchema | TCatchall>(schema: T, value: unknown) => boolean, <T extends TIdiomaticSchema | TCatchall>(schema: T, value: unknown) => ParseResult<TResolve<T>>, <T extends TIdiomaticSchema | TCatchall>(schema: T) => SchemaObject> {
21
- _Type: 'TypeBox';
21
+ _Type: "TypeBox";
22
22
  _SchemaCatchall: TSchema;
23
23
  _ValidSchemaObject: TObject<TProperties> | TArray<TObject<TProperties>>;
24
24
  string: _sinclair_typebox.TString;
@@ -64,7 +64,7 @@ var import_value = require("@sinclair/typebox/value");
64
64
  }
65
65
  });
66
66
  var TypeboxSchemaValidator = class {
67
- _Type;
67
+ _Type = "TypeBox";
68
68
  _SchemaCatchall;
69
69
  _ValidSchemaObject;
70
70
  string = import_typebox.Type.String();
@@ -23,7 +23,7 @@ SetErrorFunction((params) => {
23
23
  }
24
24
  });
25
25
  var TypeboxSchemaValidator = class {
26
- _Type;
26
+ _Type = "TypeBox";
27
27
  _SchemaCatchall;
28
28
  _ValidSchemaObject;
29
29
  string = Type.String();
@@ -1,6 +1,6 @@
1
1
  import * as openapi3_ts_oas31 from 'openapi3-ts/oas31';
2
- import { Z as ZodSchemaValidator, o as ZodIdiomaticSchema, p as ZodResolve, q as ZodUnionContainer, r as UnionZodResolve, L as LiteralSchema, s as ZodCatchall, a as ParseResult } from '../../schema.types-CoFRq_Vn.mjs';
3
- export { x as UnboxedZodObjectSchema, v as ZodObject, u as ZodObjectShape, t as ZodOuterArray, w as ZodSchemaTranslate } from '../../schema.types-CoFRq_Vn.mjs';
2
+ import { Z as ZodSchemaValidator, o as ZodIdiomaticSchema, p as ZodResolve, q as ZodUnionContainer, r as UnionZodResolve, L as LiteralSchema, s as ZodCatchall, a as ParseResult } from '../../schema.types-BA3PeCI5.mjs';
3
+ export { x as UnboxedZodObjectSchema, v as ZodObject, u as ZodObjectShape, t as ZodOuterArray, w as ZodSchemaTranslate } from '../../schema.types-BA3PeCI5.mjs';
4
4
  import * as zod from 'zod';
5
5
  import '@forklaunch/common';
6
6
  import '@sinclair/typebox';
@@ -1,6 +1,6 @@
1
1
  import * as openapi3_ts_oas31 from 'openapi3-ts/oas31';
2
- import { Z as ZodSchemaValidator, o as ZodIdiomaticSchema, p as ZodResolve, q as ZodUnionContainer, r as UnionZodResolve, L as LiteralSchema, s as ZodCatchall, a as ParseResult } from '../../schema.types-CoFRq_Vn.js';
3
- export { x as UnboxedZodObjectSchema, v as ZodObject, u as ZodObjectShape, t as ZodOuterArray, w as ZodSchemaTranslate } from '../../schema.types-CoFRq_Vn.js';
2
+ import { Z as ZodSchemaValidator, o as ZodIdiomaticSchema, p as ZodResolve, q as ZodUnionContainer, r as UnionZodResolve, L as LiteralSchema, s as ZodCatchall, a as ParseResult } from '../../schema.types-BA3PeCI5.js';
3
+ export { x as UnboxedZodObjectSchema, v as ZodObject, u as ZodObjectShape, t as ZodOuterArray, w as ZodSchemaTranslate } from '../../schema.types-BA3PeCI5.js';
4
4
  import * as zod from 'zod';
5
5
  import '@forklaunch/common';
6
6
  import '@sinclair/typebox';
@@ -51,7 +51,7 @@ module.exports = __toCommonJS(zod_exports);
51
51
  var import_zod_openapi = require("@anatine/zod-openapi");
52
52
  var import_zod = require("zod");
53
53
  var ZodSchemaValidator = class {
54
- _Type;
54
+ _Type = "Zod";
55
55
  _SchemaCatchall;
56
56
  _ValidSchemaObject;
57
57
  string = import_zod.z.string();
@@ -5,7 +5,7 @@ import {
5
5
  z
6
6
  } from "zod";
7
7
  var ZodSchemaValidator = class {
8
- _Type;
8
+ _Type = "Zod";
9
9
  _SchemaCatchall;
10
10
  _ValidSchemaObject;
11
11
  string = z.string();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@forklaunch/validator",
3
- "version": "0.4.8",
3
+ "version": "0.4.11",
4
4
  "description": "Schema validator for ForkLaunch components.",
5
5
  "homepage": "https://github.com/forklaunch/forklaunch-js#readme",
6
6
  "bugs": {
@@ -55,16 +55,16 @@
55
55
  "test": "__test__"
56
56
  },
57
57
  "files": [
58
- "lib"
58
+ "lib/**"
59
59
  ],
60
60
  "dependencies": {
61
- "@anatine/zod-openapi": "^2.2.7",
61
+ "@anatine/zod-openapi": "^2.2.8",
62
62
  "@sinclair/typebox": "^0.34.33",
63
63
  "zod": "^3.24.2",
64
- "@forklaunch/common": "0.2.5"
64
+ "@forklaunch/common": "0.2.6"
65
65
  },
66
66
  "devDependencies": {
67
- "@eslint/js": "^9.23.0",
67
+ "@eslint/js": "^9.24.0",
68
68
  "@types/jest": "^29.5.14",
69
69
  "@vitest/coverage-v8": "^3.1.1",
70
70
  "eslint-config-prettier": "^10.1.1",
@@ -75,8 +75,8 @@
75
75
  "ts-jest": "^29.3.1",
76
76
  "ts-node": "^10.9.2",
77
77
  "tsup": "^8.4.0",
78
- "typedoc": "^0.28.1",
79
- "typescript-eslint": "^8.29.0"
78
+ "typedoc": "^0.28.2",
79
+ "typescript-eslint": "^8.29.1"
80
80
  },
81
81
  "scripts": {
82
82
  "build": "tsc --noEmit && tsup index.ts src/typebox/index.ts src/zod/index.ts __test__/utils/mockSchemaValidator.ts --format cjs,esm --no-splitting --tsconfig tsconfig.json --outDir lib --dts --clean",