@digitaldefiance/node-express-suite 2.2.22 → 2.2.23

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.
Files changed (2) hide show
  1. package/README.md +1 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -692,6 +692,7 @@ yarn add -D @faker-js/faker
692
692
  📚 **Comprehensive documentation is available in the [`docs/`](./docs) directory.**
693
693
 
694
694
  ### Quick Links
695
+
695
696
  - **[📚 Documentation Index](./docs/INDEX.md)** - Complete documentation index
696
697
  - **[🏗️ Architecture](./docs/ARCHITECTURE.md)** - System design and architecture
697
698
  - **[🎮 Controllers](./docs/CONTROLLERS.md)** - Controller system and decorators
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/node-express-suite",
3
- "version": "2.2.22",
3
+ "version": "2.2.23",
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",
@@ -32,10 +32,10 @@
32
32
  "publish:public": "npm publish --access public"
33
33
  },
34
34
  "dependencies": {
35
- "@digitaldefiance/ecies-lib": "3.0.6",
36
- "@digitaldefiance/i18n-lib": "3.6.2",
37
- "@digitaldefiance/node-ecies-lib": "3.0.6",
38
- "@digitaldefiance/suite-core-lib": "^2.2.19",
35
+ "@digitaldefiance/ecies-lib": "3.0.7",
36
+ "@digitaldefiance/i18n-lib": "3.6.3",
37
+ "@digitaldefiance/node-ecies-lib": "3.0.7",
38
+ "@digitaldefiance/suite-core-lib": "^2.2.20",
39
39
  "@noble/curves": "^2.0.1",
40
40
  "@noble/hashes": "^2.0.1",
41
41
  "@subspace/reed-solomon-erasure.wasm": "^0.2.5",