@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.
- package/README.md +2 -2
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/@digitaldefiance/ecies-lib)
|
|
4
4
|
[](https://opensource.org/licenses/MIT)
|
|
5
|
-
[](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 (
|
|
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.
|
|
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.
|
|
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",
|