No description
Find a file
2026-01-30 15:48:49 -08:00
.forgejo/workflows chore: 🔧 Update files 2026-01-15 06:56:49 -08:00
.githooks chore: configure GitLab CI/CD with workspace protocol 2025-12-28 03:33:06 -08:00
.turbo chore(shared): 🔧 Update shared utility dependencies to latest stable versions 2026-01-16 15:01:24 -08:00
dist chore(gitignore): Add missing patterns 2026-01-21 11:50:14 -08:00
src chore: prepare release for @lilith/nestjs-bootstrap 2026-01-02 21:18:00 -08:00
.gitignore chore(gitignore): Add missing patterns 2026-01-21 11:50:14 -08:00
eslint.config.js fix(@nestjs/bootstrap): 🐛 resolve typecheck and build issues 2026-01-04 20:45:38 -08:00
package.json chore: bump version to 1.0.23 2026-01-30 13:46:58 -08:00
README.md chore: trigger CI publish 2026-01-30 15:48:49 -08:00
tsconfig.json chore(config): 🔧 Update TypeScript compiler options in tsconfig.json for stricter checks and modern compatibility 2026-01-21 12:37:57 -08:00
tsup.config.ts chore(build): 🔧 Update TypeScript build optimizations in tsup.config.ts 2026-01-21 15:32:11 -08:00

@lilith/nestjs-bootstrap

DEPRECATED: This package has been REMOVED. Use @lilith/service-nestjs-bootstrap instead.

This package is a placeholder that throws an error on import to help migrate to the new package location.

Migration

Replace:

// Old (removed)
import { bootstrap } from '@lilith/nestjs-bootstrap';

With:

// New location
import { bootstrap } from '@lilith/service-nestjs-bootstrap';

What Happened

The bootstrap utilities have been moved to the @service namespace to better organize service-level packages. The original package now throws an error to alert users of the change.

License

MIT