@zaddy6/agentemail 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/README.md +1 -15
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -9,6 +9,7 @@ This project is open source under the [MIT License](./LICENSE).
9
9
  Community docs:
10
10
 
11
11
  - [Contributing](./CONTRIBUTING.md)
12
+ - [Releasing](./RELEASING.md)
12
13
  - [Code of Conduct](./CODE_OF_CONDUCT.md)
13
14
  - [Security Policy](./SECURITY.md)
14
15
 
@@ -89,18 +90,3 @@ AGENT_EMAIL_LIVE_TESTS=1 bun run test:live
89
90
  ## API and Attribution
90
91
 
91
92
  This project uses [Mail.tm API](https://api.mail.tm). If you use the API, follow Mail.tm terms and attribution requirements.
92
-
93
- ## Release / Publish
94
-
95
- Local publish flow:
96
-
97
- ```bash
98
- bun run check
99
- npm login
100
- npm publish --access public
101
- ```
102
-
103
- GitHub Actions workflows are included for CI and release publishing:
104
-
105
- - `.github/workflows/ci.yml`
106
- - `.github/workflows/publish.yml` (requires `NPM_TOKEN` repository secret)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zaddy6/agentemail",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Mail.tm CLI for AI agents",
5
5
  "private": false,
6
6
  "packageManager": "bun@1.0.29",