@digitaldefiance/node-express-suite 1.0.24 → 1.0.25

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/README.md CHANGED
@@ -663,6 +663,10 @@ For issues and questions:
663
663
 
664
664
  ## ChangeLog
665
665
 
666
+ ### Version 1.0.25
667
+
668
+ - Properly export db-init-cache
669
+
666
670
  ### Version 1.0.24
667
671
 
668
672
  - Re-release with js
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/node-express-suite",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "Generic express application and routing library with decorator support",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -0,0 +1,10 @@
1
+ import type { SecureString } from '@digitaldefiance/ecies-lib';
2
+ import type { Member as BackendMember } from '@digitaldefiance/node-ecies-lib';
3
+ declare global {
4
+ var __MEMBER_CACHE__: Map<string, {
5
+ member: BackendMember;
6
+ mnemonic: SecureString;
7
+ }> | undefined;
8
+ }
9
+ export {};
10
+ //# sourceMappingURL=db-init-cache.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"db-init-cache.d.ts","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-node-express-suite/src/services/db-init-cache.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,4BAA4B,CAAC;AAC/D,OAAO,KAAK,EAAE,MAAM,IAAI,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAE/E,OAAO,CAAC,MAAM,CAAC;IACb,IAAI,gBAAgB,EAChB,GAAG,CACD,MAAM,EACN;QACE,MAAM,EAAE,aAAa,CAAC;QACtB,QAAQ,EAAE,YAAY,CAAC;KACxB,CACF,GACD,SAAS,CAAC;CACf;AAED,OAAO,EAAE,CAAC"}
@@ -0,0 +1,3 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ //# sourceMappingURL=db-init-cache.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"db-init-cache.js","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-node-express-suite/src/services/db-init-cache.ts"],"names":[],"mappings":""}