@moostjs/event-http 0.5.32 → 0.5.33

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.cjs CHANGED
@@ -513,7 +513,7 @@ const CONTEXT_TYPE = "HTTP";
513
513
  image: "https://moost.org/moost-full-logo.png",
514
514
  link: "https://moost.org/",
515
515
  poweredBy: "moostjs",
516
- version: "0.5.31"
516
+ version: "0.5.32"
517
517
  });
518
518
  if (httpApp && httpApp instanceof __wooksjs_event_http.WooksHttp) this.httpApp = httpApp;
519
519
  else if (httpApp) this.httpApp = (0, __wooksjs_event_http.createHttpApp)({
package/dist/index.mjs CHANGED
@@ -490,7 +490,7 @@ const CONTEXT_TYPE = "HTTP";
490
490
  image: "https://moost.org/moost-full-logo.png",
491
491
  link: "https://moost.org/",
492
492
  poweredBy: "moostjs",
493
- version: "0.5.31"
493
+ version: "0.5.32"
494
494
  });
495
495
  if (httpApp && httpApp instanceof WooksHttp) this.httpApp = httpApp;
496
496
  else if (httpApp) this.httpApp = createHttpApp({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moostjs/event-http",
3
- "version": "0.5.32",
3
+ "version": "0.5.33",
4
4
  "description": "@moostjs/event-http",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -41,7 +41,7 @@
41
41
  "@wooksjs/event-core": "^0.6.2",
42
42
  "@prostojs/infact": "^0.3.3",
43
43
  "@prostojs/router": "^0.2.1",
44
- "moost": "^0.5.32"
44
+ "moost": "^0.5.33"
45
45
  },
46
46
  "dependencies": {
47
47
  "@wooksjs/event-http": "^0.6.2",