@digitaldefiance/ecies-lib 3.0.5 → 3.0.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 +3 -3
package/README.md CHANGED
@@ -712,6 +712,10 @@ const passwordLogin = new PasswordLoginService(ecies, pbkdf2);
712
712
 
713
713
  ## ChangeLog
714
714
 
715
+ ### v3.0.6
716
+
717
+ - Update i18n
718
+
715
719
  ### v3.0.5
716
720
 
717
721
  - Update i18n
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/ecies-lib",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "Digital Defiance ECIES Library",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -43,9 +43,9 @@
43
43
  ],
44
44
  "author": "Digital Defiance",
45
45
  "license": "MIT",
46
- "packageManager": "yarn@4.10.3",
46
+ "packageManager": "yarn@4.11.0",
47
47
  "dependencies": {
48
- "@digitaldefiance/i18n-lib": "3.6.1",
48
+ "@digitaldefiance/i18n-lib": "3.6.2",
49
49
  "@ethereumjs/wallet": "^10.0.0",
50
50
  "@noble/curves": "^2.0.1",
51
51
  "@noble/hashes": "^2.0.1",