Comparing version 2.0.0-rc.24 to 2.0.0-rc.25
export { ArkError, ArkErrors, type ArkConfig, type ArkScopeConfig, type JsonSchema } from "@ark/schema"; | ||
export { Hkt, inferred } from "@ark/util"; | ||
export type { distill } from "./attributes.ts"; | ||
export * from "./config.ts"; | ||
export { Generic } from "./generic.ts"; | ||
@@ -5,0 +6,0 @@ export { ark, declare, define, generic, keywords, type, type Ark } from "./keywords/keywords.ts"; |
export { ArkError, ArkErrors } from "@ark/schema"; | ||
export { Hkt, inferred } from "@ark/util"; | ||
export * from "./config.js"; | ||
export { Generic } from "./generic.js"; | ||
@@ -4,0 +5,0 @@ export { ark, declare, define, generic, keywords, type } from "./keywords/keywords.js"; |
@@ -39,5 +39,5 @@ import type { ArkErrors, arkKind } from "@ark/schema"; | ||
export declare namespace type { | ||
type cast<t> = { | ||
[inferred]?: t; | ||
}; | ||
interface cast<to> { | ||
[inferred]?: to; | ||
} | ||
type errors = ArkErrors; | ||
@@ -44,0 +44,0 @@ /** @ts-ignore cast variance */ |
{ | ||
"name": "arktype", | ||
"description": "TypeScript's 1:1 validator, optimized from editor to runtime", | ||
"version": "2.0.0-rc.24", | ||
"version": "2.0.0-rc.25", | ||
"license": "MIT", | ||
@@ -37,4 +37,4 @@ "author": { | ||
"dependencies": { | ||
"@ark/util": "0.24.0", | ||
"@ark/schema": "0.24.0" | ||
"@ark/util": "0.25.0", | ||
"@ark/schema": "0.25.0" | ||
}, | ||
@@ -41,0 +41,0 @@ "publishConfig": { |
246080
4702
+ Added@ark/schema@0.25.0(transitive)
+ Added@ark/util@0.25.0(transitive)
- Removed@ark/schema@0.24.0(transitive)
- Removed@ark/util@0.24.0(transitive)
Updated@ark/schema@0.25.0
Updated@ark/util@0.25.0