@discue/mongodb-resource-client
Advanced tools
Comparing version 0.22.0 to 0.23.0
@@ -9,3 +9,3 @@ export = exports; | ||
_eventEmitter: any; | ||
_collectionName: string; | ||
_collectionName: any; | ||
_usageEventPrefix: any; | ||
@@ -12,0 +12,0 @@ _resourceStorage: ResourceStorage; |
@@ -63,3 +63,3 @@ const { createTracer } = require('@discue/open-telemetry-tracing') | ||
this._eventEmitter = eventEmitter | ||
this._collectionName = `${collectionName}_history` | ||
this._collectionName = collectionName | ||
this._usageEventPrefix = usageEventPrefix | ||
@@ -66,0 +66,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"license": "MIT", | ||
"version": "0.22.0", | ||
"version": "0.23.0", | ||
"description": "Simple wrapper around mongodb client allowing easier managing of resources", | ||
@@ -8,0 +8,0 @@ "main": "lib/index", |
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
106702