@digitaldefiance/suite-core-lib 2.1.5 → 2.1.6

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 +2 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -404,6 +404,8 @@ MIT © [Digital Defiance](https://github.com/digitaldefiance)
404
404
 
405
405
  ## ChangeLog
406
406
 
407
+ ## V2.1.6: Minor version bump from i18n/ecies
408
+
407
409
  ## V2.1.5: Minor version bump from i18n/ecies
408
410
 
409
411
  ## V2.1.4: Minor version bump from i18n/ecies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/suite-core-lib",
3
- "version": "2.1.5",
3
+ "version": "2.1.6",
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",
@@ -21,8 +21,8 @@
21
21
  "publish:public": "npm publish --access public"
22
22
  },
23
23
  "dependencies": {
24
- "@digitaldefiance/ecies-lib": "2.1.5",
25
- "@digitaldefiance/i18n-lib": "2.1.5"
24
+ "@digitaldefiance/ecies-lib": "2.1.6",
25
+ "@digitaldefiance/i18n-lib": "2.1.6"
26
26
  },
27
27
  "files": [
28
28
  "src",