@karmaniverous/entity-manager 6.9.1 → 6.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -527,7 +527,7 @@ interface QueryOptions<C extends BaseConfigMap> {
527
527
  *
528
528
  * @category EntityManager
529
529
  */
530
- declare class EntityManager<C extends BaseConfigMap = BaseConfigMap> {
530
+ declare class EntityManager<C extends BaseConfigMap> {
531
531
  #private;
532
532
  readonly logger: Pick<Console, 'debug' | 'error'>;
533
533
  /**
package/package.json CHANGED
@@ -132,5 +132,5 @@
132
132
  },
133
133
  "type": "module",
134
134
  "types": "dist/index.d.ts",
135
- "version": "6.9.1"
135
+ "version": "6.9.2"
136
136
  }