Skip to content

v0.1.1 — titen-memory on npm

Choose a tag to compare

@RamaAditya49 RamaAditya49 released this 30 Jul 10:35
3bd5803

Titen's memory service is now on npm. No clone, no build step.

bunx titen-memory serve                  # CLI — the command is `titen`
npm i titen-memory                       # SDK — Node 22+, Bun, Deno, workers

Fixed

  • ./package.json is reachable again. An exports map hides every subpath
    it does not list, so require("titen-memory/package.json") failed with
    ERR_PACKAGE_PATH_NOT_EXPORTED. Bundlers and tooling read that file. It is
    now listed explicitly, and scripts/verify-pack.sh fails if it stops
    resolving.

Also in this release line

0.1.1 supersedes 0.1.0,
published earlier the same day, which is the first release of the package and
carries no tag — see the changelog for why. Everything 0.1.0 added is in
0.1.1:

  • the titen CLI (serve, bootstrap, migrate, key, backup, schema)
  • the fetch-based Agent SDK on titen-memory and titen-memory/sdk
  • astro moved out of runtime dependencies — a consumer tree is three packages
  • scripts/verify-pack.sh, the release gate that installs the real tarball
    before anything is published

Install requirements

The CLI needs Bun (it uses bun:sqlite). The SDK does not — it is plain
fetch and runs anywhere.

Full changelog: CHANGELOG.md · Package: titen-memory