@digitaldefiance/ecies-lib 2.0.1 → 2.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 +2 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -659,6 +659,8 @@ const passwordLogin = new PasswordLoginService(ecies, pbkdf2);
659
659
 
660
660
  ## ChangeLog
661
661
 
662
+ ### v2.0.2 - version bump/update i18n
663
+
662
664
  ### v2.0.1 - Minor bump to remove generics on some error classes
663
665
 
664
666
  ### v2.0.0 - i18n Architecture Modernization
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/ecies-lib",
3
- "version": "2.0.1",
3
+ "version": "2.0.2",
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.0.0",
37
+ "@digitaldefiance/i18n-lib": "2.0.2",
38
38
  "@ethereumjs/wallet": "^10.0.0",
39
39
  "@noble/curves": "^2.0.1",
40
40
  "@noble/hashes": "^2.0.1",