Fork from @sinclair/typebox 0.34.49 as @alkdev/typebox
- Rename package from @sinclair/typebox to @alkdev/typebox - Update author, repository, and homepage to alkdev - Remove GitHub workflows, .vscode config, and branding assets - Update all source, test, example, changelog, and task imports - Update tsconfig.json path mappings - Clean up readme header (remove upstream badges/branding)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import { TypeSystem } from '@sinclair/typebox/system'
|
||||
import { TypeCompiler } from '@sinclair/typebox/compiler'
|
||||
import { Value, ValuePointer } from '@sinclair/typebox/value'
|
||||
import { Type, TypeGuard, Kind, Static, TSchema } from '@sinclair/typebox'
|
||||
import { Syntax } from '@sinclair/typebox/syntax'
|
||||
import { TypeSystem } from '@alkdev/typebox/system'
|
||||
import { TypeCompiler } from '@alkdev/typebox/compiler'
|
||||
import { Value, ValuePointer } from '@alkdev/typebox/value'
|
||||
import { Type, TypeGuard, Kind, Static, TSchema } from '@alkdev/typebox'
|
||||
import { Syntax } from '@alkdev/typebox/syntax'
|
||||
|
||||
// -----------------------------------------------------------
|
||||
// Create: Type
|
||||
|
||||
Reference in New Issue
Block a user