Skip to content

Commit 6a8503c

Browse files
committed
chore: release packages (#1121)
Synced from sferarc/pgbeam@4ab4556
1 parent 774fe9f commit 6a8503c

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# pgbeam-openapi
2+
3+
## 0.2.0
4+
5+
### Minor Changes
6+
7+
- 86fcc6c: Publish `pgbeam-openapi`, a public mirror of the PgBeam OpenAPI contract.
8+
9+
The package ships the exact public spec that drives every PgBeam consumer (the API server, the TypeScript and Go SDKs, the Terraform, Crossplane, and Pulumi providers, the CLI, and the docs). It is generated as part of `pnpm generate`, so it never drifts from the source contract. Consumers can `npm i pgbeam-openapi` and import the parsed document (`openapiSpec`, `openapiVersion`), or read the raw `pgbeam-openapi/openapi.json` / `pgbeam-openapi/openapi.yaml` files directly to generate their own clients, validate requests, or render API reference docs.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "pgbeam-openapi",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Public OpenAPI specification for the PgBeam API — a globally distributed PostgreSQL proxy platform",
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)