@digitaldefiance/ecies-lib 2.1.4 → 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 +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -643,6 +643,10 @@ const passwordLogin = new PasswordLoginService(ecies, pbkdf2);
643
643
 
644
644
  ## ChangeLog
645
645
 
646
+ ### v2.1.6 - minor version bump from i18n lib
647
+
648
+ ### v2.1.5 - minor version bump from i18n lib
649
+
646
650
  ### v2.1.4 - minor version bump from i18n lib
647
651
 
648
652
  ### v2.1.3 - drop GUID altogether for ObjectID via BSON for better compatibility with node-ecies
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/ecies-lib",
3
- "version": "2.1.4",
3
+ "version": "2.1.6",
4
4
  "description": "Digital Defiance ECIES Library",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -34,7 +34,7 @@
34
34
  "license": "MIT",
35
35
  "packageManager": "yarn@4.10.3",
36
36
  "dependencies": {
37
- "@digitaldefiance/i18n-lib": "2.1.4",
37
+ "@digitaldefiance/i18n-lib": "2.1.6",
38
38
  "@ethereumjs/wallet": "^10.0.0",
39
39
  "@noble/curves": "^2.0.1",
40
40
  "@noble/hashes": "^2.0.1",