@composite-fetcher/with-logging
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -47,3 +47,3 @@ // src/ConsoleLogger.ts | ||
}; | ||
this.logger.info(`Incoming request to: ${context.request.url}`, logContext); | ||
this.logger.info(`Outgoing request to: ${context.request.url}`, logContext); | ||
context.next(); | ||
@@ -50,0 +50,0 @@ } |
@@ -47,3 +47,3 @@ // src/ConsoleLogger.ts | ||
}; | ||
this.logger.info(`Incoming request to: ${context.request.url}`, logContext); | ||
this.logger.info(`Outgoing request to: ${context.request.url}`, logContext); | ||
context.next(); | ||
@@ -50,0 +50,0 @@ } |
{ | ||
"name": "@composite-fetcher/with-logging", | ||
"description": "A simple logging plugin for composite fetcher", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"author": "Teofanis Papadopulos", | ||
@@ -29,6 +29,6 @@ "type": "module", | ||
"dependencies": { | ||
"@composite-fetcher/core": "^0.1.3" | ||
"@composite-fetcher/core": "^0.1.4" | ||
}, | ||
"peerDependencies": { | ||
"@composite-fetcher/core": "^0.1.3" | ||
"@composite-fetcher/core": "^0.1.4" | ||
}, | ||
@@ -35,0 +35,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package