@digitaldefiance/ecies-lib 4.4.1 → 4.4.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 +4 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -497,6 +497,10 @@ The library maintains **100% test coverage** with over 1,200 tests, including:
497
497
 
498
498
  ## ChangeLog
499
499
 
500
+ ### v4.4.2
501
+
502
+ - Update test-utils
503
+
500
504
  ### v4.4.1
501
505
 
502
506
  - Mainly changes to testing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digitaldefiance/ecies-lib",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "description": "Digital Defiance ECIES Library",
5
5
  "main": "src/index.js",
6
6
  "types": "src/index.d.ts",
@@ -58,7 +58,7 @@
58
58
  "ts-brand": "^0.2.0"
59
59
  },
60
60
  "devDependencies": {
61
- "@digitaldefiance/express-suite-test-utils": "1.0.10",
61
+ "@digitaldefiance/express-suite-test-utils": "1.0.11",
62
62
  "@swc/core": "^1.15.3",
63
63
  "@swc/jest": "^0.2.39",
64
64
  "@typescript-eslint/eslint-plugin": "^8.48.0",