@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
package/package.json
CHANGED
|
@@ -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 @@
|
|
|
1
|
+
{"version":3,"file":"db-init-cache.js","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-node-express-suite/src/services/db-init-cache.ts"],"names":[],"mappings":""}
|