Skip to content

Releases: tempoxyz/bridgerton

v0.6.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 06:06
3d8cfe5

Minor Changes

  • #7 559205b Thanks @letstokenize! - Make bridgerton cards the Stripe Issuing command surface for Tempo wallet-backed cards, move active Bridge card-account utilities to bridge-cards, add Stripe API key configuration with private file permissions, and document the Bridge ToS/KYC handoff plus Tempo issuer approval flow. Card statements now require an output file instead of printing PDF content to stdout.

v0.5.0

Choose a tag to compare

@github-actions github-actions released this 21 Apr 01:58
8cc9d83

Minor Changes

  • #5 eaa2836 Thanks @struong! - Add cards command group for Bridge card issuance, management, transactions, and mobile wallet provisioning.

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 30 Mar 21:56
e1a7cdc

Minor Changes

  • #3 8feeb8d Thanks @letstokenize! - external-accounts create now defaults to Plaid Link — run it with just a customer ID to open a browser-based bank linking flow. Pass --accountNumber, --routingNumber, and --accountOwnerName to create manually instead.

v0.3.1

Choose a tag to compare

@github-actions github-actions released this 27 Mar 23:02
7aade64

Patch Changes

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 27 Mar 22:13
349604b

Minor Changes

  • 31efa71 Thanks @struong! - Add configure subcommand group for persistent CLI settings:

    • configure api-key — save API key to ~/.config/bridgerton/config.json
    • configure format — set default output format (toon, json, yaml, md, jsonl)
    • configure show — display current config with masked key and source
  • 31efa71 Thanks @struong! - Interactive onboarding on first run — prompts for API key when none is configured and no arguments are passed.

Patch Changes

  • f7a7442 Thanks @struong! - Remove dead code from client.ts (unused promptForKey/ensureApiKey), replace sloppy as any cast with proper Format type, and use Node shebang for cross-runtime support.