No description
Find a file
QuinnFTW bc7ef02231
Some checks failed
Build and Publish / build-and-publish (push) Failing after 44s
deps-upgrade(assuming-root): ⬆️ Update core and dev dependencies to latest stable versions for security patches and compatibility improvements
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 04:18:18 -07: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
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 deps-upgrade(assuming-root): ⬆️ Update core and dev dependencies to latest stable versions for security patches and compatibility improvements 2026-06-10 04:18:18 -07: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