@moostjs/event-http 0.3.8 → 0.3.10
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 +0 -2
- package/dist/index.mjs +0 -2
- package/package.json +4 -4
package/dist/index.cjs
CHANGED
|
@@ -195,8 +195,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
195
195
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
196
196
|
PERFORMANCE OF THIS SOFTWARE.
|
|
197
197
|
***************************************************************************** */
|
|
198
|
-
/* global Reflect, Promise */
|
|
199
|
-
|
|
200
198
|
|
|
201
199
|
function __awaiter(thisArg, _arguments, P, generator) {
|
|
202
200
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
package/dist/index.mjs
CHANGED
|
@@ -194,8 +194,6 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
|
194
194
|
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
195
195
|
PERFORMANCE OF THIS SOFTWARE.
|
|
196
196
|
***************************************************************************** */
|
|
197
|
-
/* global Reflect, Promise */
|
|
198
|
-
|
|
199
197
|
|
|
200
198
|
function __awaiter(thisArg, _arguments, P, generator) {
|
|
201
199
|
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@moostjs/event-http",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.10",
|
|
4
4
|
"description": "@moostjs/event-http",
|
|
5
5
|
"main": "dist/index.cjs",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -37,9 +37,9 @@
|
|
|
37
37
|
"homepage": "https://github.com/moostjs/moostjs/tree/main/packages/event-http#readme",
|
|
38
38
|
"peerDependencies": {},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"moost": "0.3.
|
|
41
|
-
"@wooksjs/event-core": "^0.4.
|
|
42
|
-
"@wooksjs/event-http": "^0.4.
|
|
40
|
+
"moost": "0.3.10",
|
|
41
|
+
"@wooksjs/event-core": "^0.4.9",
|
|
42
|
+
"@wooksjs/event-http": "^0.4.9",
|
|
43
43
|
"@prostojs/infact": "^0.1.13",
|
|
44
44
|
"@prostojs/router": "^0.2.1"
|
|
45
45
|
}
|