Moving from rift/packages/rift-node
The @rift-vs/rift npm package now ships from this repository (rift-node), not from
rift/packages/rift-node in the main rift monorepo.
- Same package name.
npm install @rift-vs/riftresolves to the same package either way — nothing changes in yourpackage.json. - Same version line, continued. This repo picks up at 0.12.0 and continues forward; it is not a fork or a rewrite-from-zero.
- The monorepo copy is frozen.
rift/packages/rift-nodeno longer receives new features or releases. All Node/TypeScript SDK development — the full typed DSL, the three transports, the testkit, this documentation — happens here. - No action required for most users. If you only ever
npm installed the package, nothing changes. If you had agit submodule/monorepo-path dependency directly onrift/packages/rift-nodesource, point it at this repo instead.
Docs redirects
Links from the rift monorepo’s own docs/README pointing at packages/rift-node are tracked as a
follow-up in the rift repo (not this one) — see that repo’s issue tracker for the redirect work.
This repo’s docs (this file, README.md, docs/migration.md) are
the current source of truth in the meantime.