@ooneex/middleware 0.8.0 → 0.10.0
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ooneex/middleware",
|
|
3
3
|
"description": "Middleware framework with decorators for request/response pipeline processing in HTTP and WebSocket contexts",
|
|
4
|
-
"version": "0.
|
|
4
|
+
"version": "0.10.0",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist",
|
|
@@ -28,11 +28,11 @@
|
|
|
28
28
|
"npm:publish": "bun publish --tolerate-republish --access public"
|
|
29
29
|
},
|
|
30
30
|
"dependencies": {
|
|
31
|
-
"@ooneex/container": "0.0.
|
|
31
|
+
"@ooneex/container": "0.0.11"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
|
-
"@ooneex/controller": "0.
|
|
35
|
-
"@ooneex/socket": "0.
|
|
34
|
+
"@ooneex/controller": "0.9.0",
|
|
35
|
+
"@ooneex/socket": "0.9.0"
|
|
36
36
|
},
|
|
37
37
|
"keywords": [
|
|
38
38
|
"bun",
|