@moostjs/event-http 0.5.0 → 0.5.1
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/dist/index.d.ts +1 -1
- package/package.json +2 -2
package/dist/index.d.ts
CHANGED
|
@@ -249,7 +249,7 @@ interface THttpHandlerMeta {
|
|
|
249
249
|
* │ const app = new MyServer()
|
|
250
250
|
* │ const http = new MoostHttp()
|
|
251
251
|
* │ app.adapter(http).listen(3000, () => {
|
|
252
|
-
* │ app.getLogger('
|
|
252
|
+
* │ app.getLogger('MyApp').log('Up on port 3000')
|
|
253
253
|
* │ })
|
|
254
254
|
* │ app.init()
|
|
255
255
|
* ```
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moostjs/event-http",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"description": "@moostjs/event-http",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"homepage": "https://github.com/moostjs/moostjs/tree/main/packages/event-http#readme",
|
|
39
39
|
"peerDependencies": {},
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"moost": "0.5.
|
|
41
|
+
"moost": "0.5.1",
|
|
42
42
|
"@wooksjs/event-core": "^0.5.18",
|
|
43
43
|
"@wooksjs/event-http": "^0.5.18",
|
|
44
44
|
"@wooksjs/http-body": "^0.5.18",
|