fix(package): remove CLI bin wrapper and exclude bin/ from published files
This commit is contained in:
@@ -1,5 +1,11 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-02-26 - 5.2.5 - fix(package)
|
||||||
|
remove CLI bin wrapper and exclude bin/ from published files
|
||||||
|
|
||||||
|
- Removed "bin" entry from package.json (mailer wrapper)
|
||||||
|
- Removed "bin/" from files array to prevent including CLI wrapper in published package
|
||||||
|
|
||||||
## 2026-02-26 - 5.2.4 - fix(repo)
|
## 2026-02-26 - 5.2.4 - fix(repo)
|
||||||
no changes detected — no version bump required
|
no changes detected — no version bump required
|
||||||
|
|
||||||
|
|||||||
@@ -30,9 +30,6 @@
|
|||||||
"exports": {
|
"exports": {
|
||||||
".": "./dist_ts/index.js"
|
".": "./dist_ts/index.js"
|
||||||
},
|
},
|
||||||
"bin": {
|
|
||||||
"mailer": "./bin/mailer-wrapper.js"
|
|
||||||
},
|
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "tstest test/ --logfile --verbose --timeout 60",
|
"test": "tstest test/ --logfile --verbose --timeout 60",
|
||||||
"build": "tsbuild tsfolders && tsrust",
|
"build": "tsbuild tsfolders && tsrust",
|
||||||
@@ -61,7 +58,6 @@
|
|||||||
"files": [
|
"files": [
|
||||||
"ts/**/*",
|
"ts/**/*",
|
||||||
"dist_ts/**/*",
|
"dist_ts/**/*",
|
||||||
"bin/",
|
|
||||||
"scripts/install-binary.js",
|
"scripts/install-binary.js",
|
||||||
"dist_rust/**/*",
|
"dist_rust/**/*",
|
||||||
"readme.md",
|
"readme.md",
|
||||||
|
|||||||
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@push.rocks/smartmta',
|
name: '@push.rocks/smartmta',
|
||||||
version: '5.2.4',
|
version: '5.2.5',
|
||||||
description: 'A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.'
|
description: 'A high-performance, enterprise-grade Mail Transfer Agent (MTA) built from scratch in TypeScript with Rust acceleration.'
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user