@common-stack/store-mongo 7.1.1-alpha.44 → 7.1.1-alpha.45

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<import("@common-stack/server-core").ConfigurationScope, any>;
2
3
  export default _default;
@@ -127,7 +127,7 @@ export interface IBaseServiceMixinActions {
127
127
  type: 'array',
128
128
  items: 'string',
129
129
  optional: false
130
- },;
130
+ };
131
131
  };
132
132
  };
133
133
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@common-stack/store-mongo",
3
- "version": "7.1.1-alpha.44",
3
+ "version": "7.1.1-alpha.45",
4
4
  "description": "Sample core for higher packages to depend on",
5
5
  "license": "ISC",
6
6
  "author": "CDMBase LLC",
@@ -58,5 +58,5 @@
58
58
  "typescript": {
59
59
  "definition": "lib/index.d.ts"
60
60
  },
61
- "gitHead": "1900c85a0ceeeb5ce5fb97025e4d8c79298e52ae"
61
+ "gitHead": "55c5eeb0e5acaef7ccea2d0f544c50bbf21d60b7"
62
62
  }