@pgbo/client
v0.3.0
Published
DEPRECATED — renamed to @metadataui/client. This package re-exports from @metadataui/client during the deprecation cycle.
Downloads
195
Readme
@pgbo/client — DEPRECATED
This package has been renamed to @metadataui/client (issue #52). The contract it implements is independent of pgbo — it works with any HTTP server that speaks the metadata-driven UI contract — so the package now lives under a vendor-neutral namespace.
Migration (one find-and-replace)
- import { createClient, PgboClientError } from '@pgbo/client'
+ import { createClient, MetadataUiClientError } from '@metadataui/client'The API is identical. Only the package name and the error class name changed.
What this version does
@pgbo/[email protected] re-exports everything from @metadataui/client and aliases PgboClientError to MetadataUiClientError. A one-time console.warn notes the deprecation. The next major will remove this package entirely.
License
MIT
