@karmaniverous/entity-manager
Advanced tools
Comparing version 6.9.1 to 6.9.2
@@ -530,3 +530,3 @@ import { EntityMap, TranscodeMap, FlattenEntityMap, ConditionalProperty, Exactify, PropertiesOfType, TranscodableProperties, Transcodes, SortOrder, MutuallyExclusive, NotNever, DefaultTranscodeMap } from '@karmaniverous/entity-tools'; | ||
*/ | ||
declare class EntityManager<C extends BaseConfigMap = BaseConfigMap> { | ||
declare class EntityManager<C extends BaseConfigMap> { | ||
#private; | ||
@@ -533,0 +533,0 @@ readonly logger: Pick<Console, 'debug' | 'error'>; |
@@ -135,3 +135,3 @@ { | ||
"types": "dist/index.d.ts", | ||
"version": "6.9.1" | ||
"version": "6.9.2" | ||
} |
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
169407