@digitaldefiance/suite-core-lib 2.1.35 → 2.1.40

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 +4 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -6,6 +6,8 @@
6
6
 
7
7
  A comprehensive library providing higher-level primitives and foundational building blocks for creating a cryptographically-secure user management system and Node.js Express server framework. Built on top of **@digitaldefiance/ecies-lib** and **@digitaldefiance/node-ecies-lib**, this package serves as the core foundation for the **node-ecies** and **node-express-suite** projects, which together form a complete full-stack security and user management ecosystem.
8
8
 
9
+ Part of [Express Suite](https://github.com/Digital-Defiance/express-suite)
10
+
9
11
  ## 🚀 Framework Ecosystem
10
12
 
11
13
  `@digitaldefiance/suite-core-lib` offers the essential **core primitives and abstractions** that power:
@@ -404,6 +406,8 @@ MIT © [Digital Defiance](https://github.com/digitaldefiance)
404
406
 
405
407
  ## ChangeLog
406
408
 
409
+ ## V2.1.40: Alignment
410
+
407
411
  ## V2.1.35: Register role enum
408
412
 
409
413
  ## V2.1.34: Expose config on getSuiteCoreTranslation
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/suite-core-lib",
3
- "version": "2.1.35",
3
+ "version": "2.1.40",
4
4
  "description": "Generic user system and document system common core for applications",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -22,8 +22,8 @@
22
22
  "publish:public": "npm publish --access public"
23
23
  },
24
24
  "dependencies": {
25
- "@digitaldefiance/ecies-lib": "2.1.32",
26
- "@digitaldefiance/i18n-lib": "2.1.32"
25
+ "@digitaldefiance/ecies-lib": "2.1.40",
26
+ "@digitaldefiance/i18n-lib": "2.1.40"
27
27
  },
28
28
  "files": [
29
29
  "src",