@digitaldefiance/ecies-lib 3.0.1 → 3.0.2

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
@@ -712,6 +712,10 @@ const passwordLogin = new PasswordLoginService(ecies, pbkdf2);
712
712
 
713
713
  ## ChangeLog
714
714
 
715
+ ### v3.0.2
716
+
717
+ - Update test-utils
718
+
715
719
  ### v3.0.1
716
720
 
717
721
  - Fix strings mainly
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/ecies-lib",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
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.9"
57
+ "@digitaldefiance/express-suite-test-utils": "1.0.10"
58
58
  },
59
59
  "type": "commonjs"
60
60
  }