@digitaldefiance/ecies-lib 1.1.10 → 1.1.11

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
@@ -782,6 +782,10 @@ MIT © Digital Defiance
782
782
 
783
783
  ## ChangeLog
784
784
 
785
+ ### v1.1.11
786
+
787
+ - Update i18n/ecies
788
+
785
789
  ### v1.1.10
786
790
 
787
791
  - Update i18n
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/ecies-lib",
3
- "version": "1.1.10",
3
+ "version": "1.1.11",
4
4
  "description": "Digital Defiance ECIES Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -51,7 +51,7 @@
51
51
  "license": "MIT",
52
52
  "packageManager": "yarn@4.10.3",
53
53
  "dependencies": {
54
- "@digitaldefiance/i18n-lib": "1.3.3",
54
+ "@digitaldefiance/i18n-lib": "1.3.4",
55
55
  "@ethereumjs/wallet": "^10.0.0",
56
56
  "@noble/curves": "^2.0.1",
57
57
  "@noble/hashes": "^2.0.1",