# @x12i/memorix-target-connector

> Metadata-driven generic target connector runtime for Memorix

Latest version **1.0.3** (published 2026-08-06) · 0 weekly downloads

## Install

```sh
npm install @x12i/memorix-target-connector
pnpm add @x12i/memorix-target-connector
yarn add @x12i/memorix-target-connector
bun add @x12i/memorix-target-connector
```

## Health

**Score 70/100 (B)** — status: active.

Positive: has types; esm support; no vulnerabilities; recently updated; high maintenance score; high quality score.

Warnings: low downloads.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2026-08-06 |
| First published | 2026-08-05 |
| Weekly downloads | 0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | >=20.11 |
| Dependencies | 4 |
| Unpacked size | 103.4 KB |
| Known vulnerabilities | 0 (+10 in 1 direct dependencies) |
| Install scripts | no |
| Maintainers | x12i |

## Links

- npm: https://www.npmjs.com/package/@x12i/memorix-target-connector
- npm.io page: https://npm.io/package/@x12i/memorix-target-connector

## Dependencies (4)

- [zod](https://npm.io/package/zod.md) ^4.0.17
- [nodemailer](https://npm.io/package/nodemailer.md) ^7.0.5
- [@x12i/connector-common](https://npm.io/package/@x12i/connector-common.md) ^1.0.2
- [@x12i/memorix-connector-sdk](https://npm.io/package/@x12i/memorix-connector-sdk.md) ^1.3.0

## Recent versions

- 1.0.3 (latest) — 2026-08-06
- 1.0.2 — 2026-08-06
- 1.0.1 — 2026-08-06
- 1.0.0 — 2026-08-05
- 0.3.2 — 2026-08-05
- 0.3.1 — 2026-08-05
- 0.3.0 — 2026-08-05
- 0.2.0 — 2026-08-05
- 0.1.2 — 2026-08-05
- 0.1.1 — 2026-08-05
- 0.1.0 — 2026-08-05

## README

# `@x12i/memorix-target-connector`

Metadata-driven outbound **target** delivery runtime for `memorix-connector/1`. Definitions must set `"role": "target"`. Peer: `@x12i/memorix-connector-sdk@^1`.

It turns installed target metadata into a delivery handler with mandatory idempotency, provider reconciliation, governed HTTP or SMTP (Credorix material-lease), per-item outcomes, and machine-readable external receipts (`status`, counts, sanitized failures).

```bash
npm install @x12i/memorix-target-connector
```

```ts
import { createMetadataTargetConnector } from "@x12i/memorix-target-connector";
import definition from "./connector.json" with { type: "json" };

const connector = createMetadataTargetConnector(definition);
const result = await connector.deliver(context);
// result: { status, received, delivered, reused, failed, outcomes }
```

The package never reads or writes Memorix raw data directly. Its host supplies captured inputs, the receipt ledger, credential capabilities (required for SMTP material-lease), governed HTTP, scope, budgets, and cancellation.

---
_Source: https://npm.io/package/@x12i/memorix-target-connector · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
