@bernierllc/email-mitm-masking 1.0.4 → 1.2.0
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/CHANGELOG.md +56 -0
- package/package.json +17 -16
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,61 @@
|
|
|
1
|
+
# Change Log
|
|
2
|
+
|
|
3
|
+
All notable changes to this project will be documented in this file.
|
|
4
|
+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
+
|
|
6
|
+
# 1.2.0 (2025-12-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **ci:** add lerna version step before publish ([3d20300](https://github.com/bernierllc/tools/commit/3d203002143bf353fffafe4f8a78a99009567347))
|
|
12
|
+
* **ci:** correct jest testEnvironment paths for CI ([c47144c](https://github.com/bernierllc/tools/commit/c47144c3d78aec2be1e1454066c235c2227823fd))
|
|
13
|
+
* **ci:** fix release workflow + convert internal deps to workspace:* ([01c078b](https://github.com/bernierllc/tools/commit/01c078b49d6025f7eef750f79207a1c71c8d85dc))
|
|
14
|
+
* **jest:** move global options to root config and fix typos ([c14710c](https://github.com/bernierllc/tools/commit/c14710c11e8fc34dd7f773edf01328151564323a))
|
|
15
|
+
* **jest:** resolve Node.js v25+ localStorage SecurityError ([8ffc512](https://github.com/bernierllc/tools/commit/8ffc512805519bc5ba523bdbcd1c457e84998c9e))
|
|
16
|
+
* update neverhub-adapter deps to workspace:* and publish 0.1.2 ([f0e3d04](https://github.com/bernierllc/tools/commit/f0e3d04d8d4f094e3bb899ddf81e93243d16e2c2))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Features
|
|
20
|
+
|
|
21
|
+
* **email-mitm-masking:** complete implementation with 97.33% coverage ([389d51b](https://github.com/bernierllc/tools/commit/389d51b4519a12187a3b706ef7be836af0f7daae))
|
|
22
|
+
* **service:** implement @bernierllc/email-mitm-masking package ([356ef64](https://github.com/bernierllc/tools/commit/356ef64ba497d61f5d69486cb8745577fca780d2))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
# 1.1.0 (2025-12-25)
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* **ci:** correct jest testEnvironment paths for CI ([c47144c](https://github.com/bernierllc/tools/commit/c47144c3d78aec2be1e1454066c235c2227823fd))
|
|
34
|
+
* **ci:** fix release workflow + convert internal deps to workspace:* ([01c078b](https://github.com/bernierllc/tools/commit/01c078b49d6025f7eef750f79207a1c71c8d85dc))
|
|
35
|
+
* **jest:** move global options to root config and fix typos ([c14710c](https://github.com/bernierllc/tools/commit/c14710c11e8fc34dd7f773edf01328151564323a))
|
|
36
|
+
* **jest:** resolve Node.js v25+ localStorage SecurityError ([8ffc512](https://github.com/bernierllc/tools/commit/8ffc512805519bc5ba523bdbcd1c457e84998c9e))
|
|
37
|
+
* update neverhub-adapter deps to workspace:* and publish 0.1.2 ([f0e3d04](https://github.com/bernierllc/tools/commit/f0e3d04d8d4f094e3bb899ddf81e93243d16e2c2))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
### Features
|
|
41
|
+
|
|
42
|
+
* **email-mitm-masking:** complete implementation with 97.33% coverage ([389d51b](https://github.com/bernierllc/tools/commit/389d51b4519a12187a3b706ef7be836af0f7daae))
|
|
43
|
+
* **service:** implement @bernierllc/email-mitm-masking package ([356ef64](https://github.com/bernierllc/tools/commit/356ef64ba497d61f5d69486cb8745577fca780d2))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
1
49
|
# @bernierllc/email-mitm-masking
|
|
2
50
|
|
|
51
|
+
## 1.0.5
|
|
52
|
+
|
|
53
|
+
### Patch Changes
|
|
54
|
+
|
|
55
|
+
- Updated dependencies [[`73c1d1e`](https://github.com/bernierllc/tools/commit/73c1d1e46114cf2ccfd5b74b83743361247f4502), [`73c1d1e`](https://github.com/bernierllc/tools/commit/73c1d1e46114cf2ccfd5b74b83743361247f4502)]:
|
|
56
|
+
- @bernierllc/email-sender@3.1.0
|
|
57
|
+
- @bernierllc/logger@1.1.0
|
|
58
|
+
|
|
3
59
|
## 1.0.4
|
|
4
60
|
|
|
5
61
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,9 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bernierllc/email-mitm-masking",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.2.0",
|
|
4
4
|
"description": "Email masking and man-in-the-middle routing service for privacy-focused email communication",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
7
|
+
"scripts": {
|
|
8
|
+
"build": "tsc",
|
|
9
|
+
"test": "jest --watch",
|
|
10
|
+
"test:run": "jest",
|
|
11
|
+
"test:coverage": "jest --coverage",
|
|
12
|
+
"lint": "eslint src --ext .ts",
|
|
13
|
+
"clean": "rm -rf dist"
|
|
14
|
+
},
|
|
7
15
|
"keywords": [
|
|
8
16
|
"email",
|
|
9
17
|
"masking",
|
|
@@ -17,12 +25,12 @@
|
|
|
17
25
|
"author": "Bernier LLC",
|
|
18
26
|
"license": "SEE LICENSE IN LICENSE",
|
|
19
27
|
"dependencies": {
|
|
20
|
-
"
|
|
21
|
-
"@bernierllc/email-parser": "0.
|
|
22
|
-
"@bernierllc/email-sender": "
|
|
23
|
-
"@bernierllc/
|
|
24
|
-
"@bernierllc/
|
|
25
|
-
"
|
|
28
|
+
"@bernierllc/crypto-utils": "1.0.6",
|
|
29
|
+
"@bernierllc/email-parser": "0.3.0",
|
|
30
|
+
"@bernierllc/email-sender": "5.0.0",
|
|
31
|
+
"@bernierllc/logger": "1.3.0",
|
|
32
|
+
"@bernierllc/neverhub-adapter": "0.1.4",
|
|
33
|
+
"pg": "^8.11.0"
|
|
26
34
|
},
|
|
27
35
|
"devDependencies": {
|
|
28
36
|
"@types/jest": "^29.0.0",
|
|
@@ -46,12 +54,5 @@
|
|
|
46
54
|
"logger": "integrated"
|
|
47
55
|
}
|
|
48
56
|
},
|
|
49
|
-
"
|
|
50
|
-
|
|
51
|
-
"test": "jest --watch",
|
|
52
|
-
"test:run": "jest",
|
|
53
|
-
"test:coverage": "jest --coverage",
|
|
54
|
-
"lint": "eslint src --ext .ts",
|
|
55
|
-
"clean": "rm -rf dist"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
57
|
+
"gitHead": "af7e74b3715d56d3a193e1bb6743b337c2b0df6d"
|
|
58
|
+
}
|