@philiprehberger/middleware-ts 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# @philiprehberger/middleware-ts
|
|
2
2
|
|
|
3
|
+
[](https://github.com/philiprehberger/middleware-ts/actions/workflows/ci.yml)
|
|
4
|
+
[](https://www.npmjs.com/package/@philiprehberger/middleware-ts)
|
|
5
|
+
[](LICENSE)
|
|
6
|
+
|
|
3
7
|
Framework-agnostic middleware composition engine.
|
|
4
8
|
|
|
5
9
|
## Installation
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@philiprehberger/middleware-ts",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Framework-agnostic middleware composition engine",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -12,9 +12,9 @@
|
|
|
12
12
|
"devDependencies": { "tsup": "^8.0.0", "typescript": "^5.0.0" },
|
|
13
13
|
"keywords": ["middleware", "compose", "pipeline", "chain", "handler", "context"],
|
|
14
14
|
"license": "MIT",
|
|
15
|
-
"repository": { "type": "git", "url": "git+https://github.com/philiprehberger/ts-middleware
|
|
16
|
-
"homepage": "https://github.com/philiprehberger/ts-middleware
|
|
17
|
-
"bugs": { "url": "https://github.com/philiprehberger/ts-middleware
|
|
15
|
+
"repository": { "type": "git", "url": "git+https://github.com/philiprehberger/ts-middleware.git" },
|
|
16
|
+
"homepage": "https://github.com/philiprehberger/ts-middleware#readme",
|
|
17
|
+
"bugs": { "url": "https://github.com/philiprehberger/ts-middleware/issues" },
|
|
18
18
|
"author": "Philip Rehberger",
|
|
19
19
|
"engines": { "node": ">=18.0.0" },
|
|
20
20
|
"sideEffects": false
|