Commit graph

21 commits

Author SHA1 Message Date
autocommit
5bc8860359 chore(deps-about): 🔧 Update npm registry URL for @esbuild packages to 'npm.black.lan'
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 04:09:26 -07:00
autocommit
e72f66faca deps-upgrade(cli): ⬆️ Update CLI and core dependencies to latest versions for security fixes and bug resolutions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-06-10 04:09:26 -07:00
autocommit
cf2b8fb001 ci(publish): 👷 Implement standardized publish pipeline configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:15:54 -07:00
autocommit
1eb76b0e13 chore(clicorevite-version): 🔧 Update .gitignore patterns to standardize file exclusion across packages
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-20 01:15:54 -07:00
autocommit
796591c408 feat(vite-plugin): Add build count tracking and TypeScript types for console banner in vite-version-plugin
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 17:37:06 -07:00
autocommit
8281002802 deps-upgrade(vite-version-plugin): ⬆️ Update to latest versions for bug fixes, security, and compatibility
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 17:37:06 -07:00
autocommit
603879e45b feat(vite-version-plugin): Add build count tracking by reading and incrementing from BUILD_COUNT file
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 17:29:05 -07:00
autocommit
bca5890723 feat(vite-version-plugin): Update version detection and resolution logic in Vite plugin
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 22:07:02 -07:00
autocommit
a2a0ce0da1 deps-upgrade(vite-version-plugin): ⬆️ Update lilith-vite-version-plugin to version 1.1.0
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 22:00:43 -07:00
autocommit
aa8bed3b08 deps-pin(dependencies): 📌 Pin exact versions in Bun lockfile to enforce reproducibility across environments
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 21:55:11 -07:00
autocommit
1f8a23bcb8 feat(vite-version-plugin): Implement Vite plugin for version detection and injection capabilities
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-12 21:49:25 -07:00
Claude Code
551f6e5399 release(paths): 🔖 Release new version with updated path constants and pinned lilith-build-core dependency
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 05:54:25 -07:00
Claude Code
05f4525c07 deps-upgrade(core): ⬆️ Upgrade core dependencies to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-25 05:54:25 -07:00
Lilith
4facb83d80 deps-upgrade(core): ⬆️ Update core and CLI dependencies to latest versions
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-03-08 19:17:11 -07:00
Lilith
1309577dd4 feat(vite): Introduce VitePreset class/function for optimized build configurations
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-28 22:48:22 -08:00
Lilith
8745e2ca50 chore(vite): 🔧 Optimize module path resolution & dev build configs in core Vite setup
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-22 11:02:43 -08:00
Lilith
097a752cb2 chore(core): 🔧 Update dependency version to lilith-build-core-1.4.6-dev.1771705109.tgz
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-21 12:28:58 -08:00
Lilith
e3d1b0b246 chore(src): 🔧 Update TypeScript files in src directory
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-21 12:20:43 -08:00
Lilith
da3376b821 deps-upgrade(core): ⬆️ Update dependencies in core module to newer versions (e.g., @types/*, lodash)
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-21 12:20:43 -08:00
Lilith
a7cf9d9c3f chore(vite): Optimize deduplication algorithm in core package for faster dependency resolution
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-02-05 00:21:22 -08:00
Lilith
04c11f9980 feat: initial commit of @lilith/build-core and @lilith/lixb
Build tooling packages for the Lilith ecosystem:
- @lilith/build-core: Package detection, builders, and Vite presets
- @lilith/lixb: CLI for unified build commands

Key features:
- Auto-detect package type (library, NestJS, frontend)
- platformVite() plugin for consistent Vite configuration
- REEXPORT_EXCLUDE list for packages with star re-exports (ui-motion)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-04 23:13:15 -08:00