@digitaldefiance/node-express-suite 1.0.25 → 1.3.15

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 +8 -0
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -663,6 +663,14 @@ For issues and questions:
663
663
 
664
664
  ## ChangeLog
665
665
 
666
+ ### Version 1.3.15
667
+
668
+ - Homogenize versions
669
+
670
+ ### Version 1.0.26
671
+
672
+ - Update libs
673
+
666
674
  ### Version 1.0.25
667
675
 
668
676
  - Properly export db-init-cache
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/node-express-suite",
3
- "version": "1.0.25",
3
+ "version": "1.3.15",
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",
@@ -18,10 +18,10 @@
18
18
  "publish:public": "npm publish --access public"
19
19
  },
20
20
  "dependencies": {
21
- "@digitaldefiance/ecies-lib": "1.1.25",
22
- "@digitaldefiance/i18n-lib": "1.3.14",
23
- "@digitaldefiance/node-ecies-lib": "1.1.23",
24
- "@digitaldefiance/suite-core-lib": "1.1.43",
21
+ "@digitaldefiance/ecies-lib": "1.3.15",
22
+ "@digitaldefiance/i18n-lib": "1.3.15",
23
+ "@digitaldefiance/node-ecies-lib": "1.3.15",
24
+ "@digitaldefiance/suite-core-lib": "1.3.15",
25
25
  "@subspace/reed-solomon-erasure.wasm": "^0.2.5",
26
26
  "argon2": "^0.40.1",
27
27
  "cors": "^2.8.5",