@digitaldefiance/node-express-suite 3.11.27 → 3.11.31

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/node-express-suite",
3
- "version": "3.11.27",
3
+ "version": "3.11.31",
4
4
  "homepage": "https://github.com/Digital-Defiance/node-express-suite",
5
5
  "repository": {
6
6
  "type": "git",
@@ -38,12 +38,12 @@
38
38
  "publish:public": "npm publish --access public"
39
39
  },
40
40
  "dependencies": {
41
- "@digitaldefiance/ecies-lib": "4.16.27",
41
+ "@digitaldefiance/ecies-lib": "4.16.30",
42
42
  "@digitaldefiance/i18n-lib": "4.3.0",
43
43
  "@digitaldefiance/mongoose-types": "8.20.9",
44
- "@digitaldefiance/node-ecies-lib": "4.16.27",
44
+ "@digitaldefiance/node-ecies-lib": "4.16.30",
45
45
  "@digitaldefiance/reed-solomon-erasure.wasm": "^1.0.1",
46
- "@digitaldefiance/suite-core-lib": "3.10.26",
46
+ "@digitaldefiance/suite-core-lib": "3.10.31",
47
47
  "@noble/curves": "^1.9.0",
48
48
  "@noble/hashes": "^1.8.0",
49
49
  "argon2": "^0.40.1",
@@ -1,12 +1,3 @@
1
- /**
2
- * @fileoverview Base API message response interface.
3
- * Defines minimal structure for all API responses.
4
- * @module interfaces/api-message-response
5
- */
6
- /**
7
- * Base API response with message.
8
- */
9
- export interface IApiMessageResponse {
10
- message: string;
11
- }
1
+ import type { IApiMessageResponse as IApiMessageResponse_ } from "@digitaldefiance/suite-core-lib";
2
+ export type { IApiMessageResponse_ as IApiMessageResponse };
12
3
  //# sourceMappingURL=api-message-response.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"api-message-response.d.ts","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-node-express-suite/src/interfaces/api-message-response.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC,OAAO,EAAE,MAAM,CAAC;CACjB"}
1
+ {"version":3,"file":"api-message-response.d.ts","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-node-express-suite/src/interfaces/api-message-response.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,mBAAmB,IAAI,oBAAoB,EAAE,MAAM,iCAAiC,CAAC;AAEnG,YAAY,EAAE,oBAAoB,IAAI,mBAAmB,EAAE,CAAC"}
@@ -1,8 +1,3 @@
1
1
  "use strict";
2
- /**
3
- * @fileoverview Base API message response interface.
4
- * Defines minimal structure for all API responses.
5
- * @module interfaces/api-message-response
6
- */
7
2
  Object.defineProperty(exports, "__esModule", { value: true });
8
3
  //# sourceMappingURL=api-message-response.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"api-message-response.js","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-node-express-suite/src/interfaces/api-message-response.ts"],"names":[],"mappings":";AAAA;;;;GAIG"}
1
+ {"version":3,"file":"api-message-response.js","sourceRoot":"","sources":["../../../../../packages/digitaldefiance-node-express-suite/src/interfaces/api-message-response.ts"],"names":[],"mappings":""}