mailery 0.15.0 → 0.16.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.
- package/README.md +1 -0
- package/dist/index.cjs +1407 -14
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +428 -115
- package/dist/index.d.ts +428 -115
- package/dist/index.js +1393 -14
- package/dist/index.js.map +1 -1
- package/dist/{null-CnhsvKvy.d.cts → null-CDlseQxO.d.cts} +1 -1
- package/dist/{null-CnhsvKvy.d.ts → null-CDlseQxO.d.ts} +1 -1
- package/dist/testing.cjs +37 -4
- package/dist/testing.cjs.map +1 -1
- package/dist/testing.d.cts +2 -2
- package/dist/testing.d.ts +2 -2
- package/dist/testing.js +37 -4
- package/dist/testing.js.map +1 -1
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -90,6 +90,7 @@ A self-hosted library you `npm install` into your Express + MongoDB app. Fire ev
|
|
|
90
90
|
- **MJML** templates with click + open tracking, plain-text auto-derivation, scope-aware suppression at send time.
|
|
91
91
|
- **Typed host variables** — declare a zod schema + resolver (`defineVars`) and templates get your product data at the root (`{{user.name}}`, `{{firstActiveTopic.title}}`), with editor autocomplete and lint checks driven by the same schema.
|
|
92
92
|
- **Delivery windows** on flow send steps — weekdays-only (Saturday lands → Monday sends), time-of-day delivery, optionally in the contact's timezone.
|
|
93
|
+
- **Agent API** — a bearer-token JSON surface built for automation: verify every template as real contacts, send through the real pipeline and wait for delivery, simulate a flow against a contact, walk a canary run step by step in production, arm a flow for future events only. See [docs/reference/agent-api](https://jeffjassky.github.io/mailery/reference/agent-api).
|
|
93
94
|
- **React admin SPA** (Vite-bundled, served as static assets — no build step in your app) — including template preview as any real contact (cycle with ←/→) and test sends with real resolved variables.
|
|
94
95
|
|
|
95
96
|
## Status & roadmap
|