@digitaldefiance/ecies-lib 4.17.0 → 4.17.1

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 -2
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  [![npm version](https://badge.fury.io/js/%40digitaldefiance%2Fecies-lib.svg)](https://www.npmjs.com/package/@digitaldefiance/ecies-lib)
4
4
  [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
5
- [![Tests](https://img.shields.io/badge/tests-1200%2B%20passing-brightgreen)](https://github.com/Digital-Defiance/ecies-lib)
5
+ [![Tests](https://img.shields.io/badge/tests-2429%20passing-brightgreen)](https://github.com/Digital-Defiance/ecies-lib)
6
6
 
7
7
  Production-ready, browser-compatible ECIES (Elliptic Curve Integrated Encryption Scheme) library for TypeScript. Built on Web Crypto API and @noble/curves with comprehensive encryption, key management, and authentication services. Binary compatible with @digitaldefiance/node-ecies-lib for seamless cross-platform operations.
8
8
 
@@ -1336,7 +1336,7 @@ fi
1336
1336
  ```bash
1337
1337
  yarn install # Install dependencies
1338
1338
  yarn build # Compile TypeScript
1339
- yarn test # Run all tests (1200+ specs)
1339
+ yarn test # Run all tests (2429 specs)
1340
1340
  yarn lint # ESLint check
1341
1341
  yarn format # Fix all (prettier + lint)
1342
1342
  ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/ecies-lib",
3
- "version": "4.17.0",
3
+ "version": "4.17.1",
4
4
  "description": "Digital Defiance ECIES Library",
5
5
  "homepage": "https://github.com/Digital-Defiance/ecies-lib",
6
6
  "repository": {
@@ -62,7 +62,7 @@
62
62
  "license": "MIT",
63
63
  "packageManager": "yarn@4.11.0",
64
64
  "dependencies": {
65
- "@digitaldefiance/i18n-lib": "4.3.1",
65
+ "@digitaldefiance/i18n-lib": "4.3.2",
66
66
  "@ethereumjs/wallet": "^2.0.4",
67
67
  "@noble/curves": "^1.4.2",
68
68
  "@noble/hashes": "^1.4.0",