@digitaldefiance/ecies-lib 2.1.38 → 2.1.39

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 +2 -2
package/README.md CHANGED
@@ -664,6 +664,8 @@ const passwordLogin = new PasswordLoginService(ecies, pbkdf2);
664
664
 
665
665
  ## ChangeLog
666
666
 
667
+ ## v2.1.39 - Update test-utils dep
668
+
667
669
  ## v2.1.38 - Export test mock for frontend member
668
670
 
669
671
  ## v2.1.32 - Config on i18n create
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/ecies-lib",
3
- "version": "2.1.38",
3
+ "version": "2.1.39",
4
4
  "description": "Digital Defiance ECIES Library",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -54,7 +54,7 @@
54
54
  "ts-brand": "^0.2.0"
55
55
  },
56
56
  "devDependencies": {
57
- "@digitaldefiance/express-suite-test-utils": "1.0.6"
57
+ "@digitaldefiance/express-suite-test-utils": "1.0.7"
58
58
  },
59
59
  "type": "commonjs"
60
60
  }