@testring/http-api
Advanced tools
@@ -64,3 +64,4 @@ "use strict"; | ||
| if (source) { | ||
| this.transportInstance.send(source, messageType, payload); | ||
| this.transportInstance.send(source, messageType, payload) | ||
| .catch((error) => logger_1.loggerClientLocal.error(error)); | ||
| } | ||
@@ -67,0 +68,0 @@ else { |
+6
-6
| { | ||
| "name": "@testring/http-api", | ||
| "version": "0.3.6", | ||
| "version": "0.4.0", | ||
| "main": "./dist/index.js", | ||
@@ -13,7 +13,7 @@ "types": "./src/index.ts", | ||
| "dependencies": { | ||
| "@testring/logger": "0.3.6", | ||
| "@testring/pluggable-module": "0.3.6", | ||
| "@testring/test-utils": "0.3.6", | ||
| "@testring/transport": "0.3.6", | ||
| "@testring/types": "0.3.6", | ||
| "@testring/logger": "0.4.0", | ||
| "@testring/pluggable-module": "0.4.0", | ||
| "@testring/test-utils": "0.4.0", | ||
| "@testring/transport": "0.4.0", | ||
| "@testring/types": "0.4.0", | ||
| "@types/nanoid": "^1.0.0", | ||
@@ -20,0 +20,0 @@ "@types/request-promise": "^4.1.42", |
@@ -82,3 +82,4 @@ import { IHttpRequest, IHttpResponse } from '@testring/types'; | ||
| if (source) { | ||
| this.transportInstance.send<T>(source, messageType, payload); | ||
| this.transportInstance.send<T>(source, messageType, payload) | ||
| .catch((error) => loggerClientLocal.error(error)); | ||
| } else { | ||
@@ -85,0 +86,0 @@ this.transportInstance.broadcastLocal<T>(messageType, payload); |
24556
0.58%584
0.34%+ Added
+ Added
+ Added
+ Added
+ Added
+ Added
- Removed
- Removed
- Removed
- Removed
- Removed
- Removed
Updated
Updated
Updated
Updated