@push.rocks/smartmta 5.2.4 → 5.2.5

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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 2026-02-26 - 5.2.5 - fix(package)
4
+ remove CLI bin wrapper and exclude bin/ from published files
5
+
6
+ - Removed "bin" entry from package.json (mailer wrapper)
7
+ - Removed "bin/" from files array to prevent including CLI wrapper in published package
8
+
3
9
  ## 2026-02-26 - 5.2.4 - fix(repo)
4
10
  no changes detected — no version bump required
5
11
 
@@ -3,7 +3,7 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartmta',
6
- version: '5.2.4',
6
+ version: '5.2.5',
7
7
  description: 'A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.'
8
8
  };
9
9
  //# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiMDBfY29tbWl0aW5mb19kYXRhLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vdHMvMDBfY29tbWl0aW5mb19kYXRhLnRzIl0sIm5hbWVzIjpbXSwibWFwcGluZ3MiOiJBQUFBOztHQUVHO0FBQ0gsTUFBTSxDQUFDLE1BQU0sVUFBVSxHQUFHO0lBQ3hCLElBQUksRUFBRSxzQkFBc0I7SUFDNUIsT0FBTyxFQUFFLE9BQU87SUFDaEIsV0FBVyxFQUFFLHlIQUF5SDtDQUN2SSxDQUFBIn0=
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@push.rocks/smartmta",
3
- "version": "5.2.4",
3
+ "version": "5.2.5",
4
4
  "description": "A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.",
5
5
  "keywords": [
6
6
  "mta",
@@ -30,9 +30,6 @@
30
30
  "exports": {
31
31
  ".": "./dist_ts/index.js"
32
32
  },
33
- "bin": {
34
- "mailer": "./bin/mailer-wrapper.js"
35
- },
36
33
  "scripts": {
37
34
  "test": "tstest test/ --logfile --verbose --timeout 60",
38
35
  "build": "tsbuild tsfolders && tsrust",
@@ -61,7 +58,6 @@
61
58
  "files": [
62
59
  "ts/**/*",
63
60
  "dist_ts/**/*",
64
- "bin/",
65
61
  "scripts/install-binary.js",
66
62
  "dist_rust/**/*",
67
63
  "readme.md",
@@ -3,6 +3,6 @@
3
3
  */
4
4
  export const commitinfo = {
5
5
  name: '@push.rocks/smartmta',
6
- version: '5.2.4',
6
+ version: '5.2.5',
7
7
  description: 'A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.'
8
8
  }