@xemahq/lockfile-sources-nest
v0.1.4
Published
Shared NestJS sources for the kernel `LockfileResolver`. Bundles the four canonical `LockfileSource` implementations (kernel/capability/biome/object-registry) + an injectable `LockfileResolverService` wrapper + a turn-key `LockfileSourcesModule`. Consumer
Readme
@xemahq/lockfile-sources-nest
NestJS wiring for the lockfile resolver and its sources
Overview
Shared NestJS wiring for the lockfile resolver. It bundles the canonical lockfile sources (kernel, capability, biome, and object-registry), an injectable resolver service, and a turn-key module, so consuming services instantiate the resolver against the same upstreams without duplicating wiring. Pairs with the framework-agnostic lockfile resolver.
When to use it
- Use it in a NestJS service that needs a ready-wired lockfile resolver across the standard sources.
Installation
pnpm add @xemahq/lockfile-sources-nestUsage
import { LockfileSourcesModule } from '@xemahq/lockfile-sources-nest';
@Module({
imports: [LockfileSourcesModule.forRoot(options)],
})
export class AppModule {}Peer requirements
@nestjs/commonand@nestjs/config@xemahq/identity-clientreflect-metadata
License
Apache-2.0 © Xema — xema.dev
