@getanthill/event-source
Advanced tools
Comparing version 0.12.2 to 0.12.3
import * as ERRORS from './errors'; | ||
import { Db } from 'mongodb'; | ||
interface Logger { | ||
trace: Function; | ||
info: Function; | ||
@@ -6,0 +5,0 @@ warn: Function; |
@@ -357,3 +357,2 @@ "use strict"; | ||
this.logger = { | ||
trace: () => null, | ||
info: () => null, | ||
@@ -360,0 +359,0 @@ warn: () => null, |
{ | ||
"name": "@getanthill/event-source", | ||
"version": "0.12.2", | ||
"version": "0.12.3", | ||
"description": "Event-sourced data store handling library", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
@@ -17,3 +17,2 @@ import { strict as assert } from 'assert'; | ||
interface Logger { | ||
trace: Function; | ||
info: Function; | ||
@@ -569,3 +568,2 @@ warn: Function; | ||
logger: Logger = { | ||
trace: () => null, | ||
info: () => null, | ||
@@ -572,0 +570,0 @@ warn: () => null, |
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
100956
2041