Download Latest Version v2.26.2 source code.tar.gz (1.2 MB)
Email in envelope

Get an email when there's a new version of pmxt

Home / v2.26.2f
Name Modified Size InfoDownloads / Week
Parent folder
README.md < 15 hours ago 1.5 kB
v2.26.2 source code.tar.gz < 15 hours ago 1.2 MB
v2.26.2 source code.zip < 15 hours ago 1.4 MB
Totals: 3 Items   2.7 MB 0

Added

  • openapi.yaml now ships in the published pmxt-core tarball at dist/server/openapi.yaml. Previously the spec was generated into core/src/server/openapi.yaml and consumed in-repo (by the SDK generators and the openapi drift check) but was excluded from the npm package because only dist/, bin/, and API_REFERENCE.md were in the files field. Downstream consumers of pmxt-core can now read the spec directly from node_modules/pmxt-core/dist/server/openapi.yaml — no git clone, no version-pinned GitHub raw fetch, no drift between the installed package and the spec. Enables documentation sites (Mintlify, Redocly, Stoplight) and type generators to sit on top of the installed package and stay automatically in lockstep with whichever pmxt-core version is pinned.

Mechanically: build now does tsc && cp src/server/openapi.yaml dist/server/openapi.yaml. The existing dist entry in files means it's included in npm publish without touching the files array. Verified with npm pack --dry-rundist/server/openapi.yaml (52 kB) is in the tarball.


Installation

npm:

:::bash
npm install pmxtjs@2.26.2

PyPI:

:::bash
pip install pmxt==2.26.2

Full Changelog: https://github.com/pmxt-dev/pmxt/compare/v2.26.1f...v2.26.2f

Source: README.md, updated 2026-04-08