@moostjs/event-http 0.6.0 → 0.6.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.cjs +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -675,7 +675,7 @@ const CONTEXT_TYPE = "HTTP";
|
|
|
675
675
|
image: "https://moost.org/moost-full-logo.svg",
|
|
676
676
|
link: "https://moost.org/",
|
|
677
677
|
poweredBy: "moostjs",
|
|
678
|
-
version: "0.
|
|
678
|
+
version: "0.6.0"
|
|
679
679
|
});
|
|
680
680
|
if (httpApp && httpApp instanceof __wooksjs_event_http.WooksHttp) this.httpApp = httpApp;
|
|
681
681
|
else if (httpApp) this.httpApp = (0, __wooksjs_event_http.createHttpApp)({
|
package/dist/index.mjs
CHANGED
|
@@ -652,7 +652,7 @@ const CONTEXT_TYPE = "HTTP";
|
|
|
652
652
|
image: "https://moost.org/moost-full-logo.svg",
|
|
653
653
|
link: "https://moost.org/",
|
|
654
654
|
poweredBy: "moostjs",
|
|
655
|
-
version: "0.
|
|
655
|
+
version: "0.6.0"
|
|
656
656
|
});
|
|
657
657
|
if (httpApp && httpApp instanceof WooksHttp) this.httpApp = httpApp;
|
|
658
658
|
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.6.
|
|
3
|
+
"version": "0.6.1",
|
|
4
4
|
"description": "@moostjs/event-http",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"composables",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"@prostojs/infact": "^0.4.1",
|
|
54
54
|
"@prostojs/router": "^0.3.2",
|
|
55
55
|
"@wooksjs/event-core": "^0.7.3",
|
|
56
|
-
"moost": "^0.6.
|
|
56
|
+
"moost": "^0.6.1"
|
|
57
57
|
},
|
|
58
58
|
"scripts": {
|
|
59
59
|
"pub": "pnpm publish --access public",
|