@digitaldefiance/suite-core-lib 2.1.22 → 2.1.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 +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -404,6 +404,10 @@ MIT © [Digital Defiance](https://github.com/digitaldefiance)
404
404
 
405
405
  ## ChangeLog
406
406
 
407
+ ## V2.1.23: update ecies
408
+
409
+ ## V2.1.22: add strings
410
+
407
411
  ## V2.1.16: upgrade i18n
408
412
 
409
413
  ## V2.1.15: upgrade i18n
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/suite-core-lib",
3
- "version": "2.1.22",
3
+ "version": "2.1.23",
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,7 +21,7 @@
21
21
  "publish:public": "npm publish --access public"
22
22
  },
23
23
  "dependencies": {
24
- "@digitaldefiance/ecies-lib": "2.1.16",
24
+ "@digitaldefiance/ecies-lib": "2.1.17",
25
25
  "@digitaldefiance/i18n-lib": "2.1.16"
26
26
  },
27
27
  "files": [