@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
|
@@ -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 './
|
|
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 './
|
|
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.
|
|
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": "
|
|
61
|
+
"gitHead": "b805908257991938a437f8e5d5d9bd187cd122c3",
|
|
62
62
|
"typescript": {
|
|
63
63
|
"definition": "lib/index.d.ts"
|
|
64
64
|
}
|