@digitaldefiance/ecies-lib 1.1.7 → 1.1.8

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 +6 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @digitaldefiance/ecies-lib
2
2
 
3
- A production-ready, browser-friendly implementation of Elliptic Curve Integrated Encryption Scheme (ECIES) and related cryptographic primitives for modern TypeScript runtimes. Built on Web Crypto API and @noble/curves, this library provides comprehensive encryption, key management, and authentication services with full internationalization support.
3
+ A production-ready, browser-friendly implementation of Elliptic Curve Integrated Encryption Scheme (ECIES) and related cryptographic primitives for modern TypeScript runtimes. Built on Web Crypto API and @noble/curves, this library provides comprehensive encryption, key management, and authentication services with full internationalization support. This package is also binary compatible with @digitaldefiance/node-ecies-lib, enabling seamless cross-platform cryptographic operations.
4
4
 
5
5
  ## Key Features
6
6
 
@@ -782,6 +782,11 @@ MIT © Digital Defiance
782
782
 
783
783
  ## ChangeLog
784
784
 
785
+ ### v1.1.8
786
+
787
+ - Sun Oct 26 2026 21:14:00 GMT-0700 (Pacific Daylight Time)
788
+ - Update readme
789
+
785
790
  ### v1.1.7
786
791
 
787
792
  - Sun Oct 26 2026 20:45:00 GMT-0700 (Pacific Daylight Time)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/ecies-lib",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "Digital Defiance ECIES Library",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",