@digitaldefiance/suite-core-lib 2.2.18 → 2.2.20

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 +3 -3
package/README.md CHANGED
@@ -406,6 +406,14 @@ MIT © [Digital Defiance](https://github.com/digitaldefiance)
406
406
 
407
407
  ## ChangeLog
408
408
 
409
+ ## v2.2.20
410
+
411
+ - Update i18n/ecies
412
+
413
+ ## v2.2.19
414
+
415
+ - Update i18n/ecies
416
+
409
417
  ## v2.2.18
410
418
 
411
419
  - Add strings
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/suite-core-lib",
3
- "version": "2.2.18",
3
+ "version": "2.2.20",
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": "3.0.5",
26
- "@digitaldefiance/i18n-lib": "3.6.1"
25
+ "@digitaldefiance/ecies-lib": "3.0.7",
26
+ "@digitaldefiance/i18n-lib": "3.6.3"
27
27
  },
28
28
  "files": [
29
29
  "src",