Releases: padcmoi/node-runtime-bootstrap
Releases · padcmoi/node-runtime-bootstrap
Fix npm publish
[1.0.3] - 2026-04-21
- fix(registry): restore npm package visibility
[1.0.1] - 2026-04-21
- Fix CI: align npm publish workflow with
node-hmac-auth(tag-driven GitHub Actions publish path). - Fix CI: synchronize
package-lock.jsonfor deterministicnpm ci.
1.0.0
[1.0.0] - 2026-04-20
- Refactor: remove PM2-specific helper from runtime API;
isMasteris now fully user-defined at instantiation. - Docs: make core documentation framework-agnostic and add dedicated guides for Express and NestJS.
- Initial release of the runtime bootstrap service for ordered initializer loading (
once+everyProcess). - Add dynamic
requireloader forinitializersdirectory with PM2 master-aware execution strategy. - Add unit tests and POC Express app (
poc/) for dev/prod validation.