@common-stack/store-mongo 7.2.1-alpha.19 → 7.2.1-alpha.22

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.
package/lib/module.d.ts CHANGED
@@ -1,2 +1,3 @@
1
- declare const _default: any;
1
+ import { Feature } from '@common-stack/server-core';
2
+ declare const _default: Feature<any, any>;
2
3
  export default _default;
@@ -6,7 +6,7 @@
6
6
 
7
7
  /* eslint-disable @typescript-eslint/no-namespace */
8
8
  import type { ServiceSchema } from 'moleculer';
9
- import { Moleculer } from './moleculer-event-handler';
9
+ import { Moleculer } from './moleculerEventHandler';
10
10
 
11
11
  /**
12
12
  * Exclude base service CRUD methods and lifecycle methods
@@ -868,7 +868,7 @@ export interface TypedServiceSchema extends ServiceSchema {
868
868
  /**
869
869
  * Extend Moleculer namespace with action generation utilities
870
870
  */
871
- declare module './moleculer-event-handler' {
871
+ declare module './moleculerEventHandler' {
872
872
  export namespace Moleculer {
873
873
  /**
874
874
  * ADVANCED AUTO-GENERATED configuration with full control
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/store-mongo",
3
- "version": "7.2.1-alpha.19",
3
+ "version": "7.2.1-alpha.22",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -58,7 +58,7 @@
58
58
  ]
59
59
  }
60
60
  },
61
- "gitHead": "703452a6ae914363f8471ce5fa44b78e4ee70148",
61
+ "gitHead": "b805908257991938a437f8e5d5d9bd187cd122c3",
62
62
  "typescript": {
63
63
  "definition": "lib/index.d.ts"
64
64
  }