Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/release-please/manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/core": "0.0.1",
"packages/core": "0.0.2",
"packages/eslint-config": "0.1.4",
"packages/tsconfig": "1.2.0"
}
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Changelog

## [0.0.2](https://github.com/camarojs/camaro/compare/core-v0.0.1...core-v0.0.2) (2026-02-13)


### Features

* **core:** add compose utility for middleware function composition ([#26](https://github.com/camarojs/camaro/issues/26)) ([7342673](https://github.com/camarojs/camaro/commit/734267322a863fc6fc77afe5725250cc02632b26))
* **core:** add ServiceLifetimeNames for improved lifetime representation ([6300418](https://github.com/camarojs/camaro/commit/630041899d0c8b4e3ce4064cf99fa8e8f9664dcc))
* **core:** migrate camaro package to core with dependency injection implementation ([#18](https://github.com/camarojs/camaro/issues/18)) ([8e97722](https://github.com/camarojs/camaro/commit/8e97722023efde7213a8649d92c00927b2f34ad3))
* **eslint-config:** add consistent-type-imports rule ([#30](https://github.com/camarojs/camaro/issues/30)) ([d6aac8b](https://github.com/camarojs/camaro/commit/d6aac8b1c99aa4a8bafe9d18dfc3f82d46063e48))
* **tsconfig:** enable erasableSyntaxOnly option ([205e20f](https://github.com/camarojs/camaro/commit/205e20f42b0191c67c321a2921e9cb2f96f1d096))
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@camaro/core",
"version": "0.0.1",
"version": "0.0.2",
"description": "A lightweight, high-performance Node.js server-side framework for building modular APIs and microservices.",
"type": "module",
"main": "lib/index.js",
Expand Down