v0.7.8
Legacy stub release of @0glabs/0g-serving-broker.
This is a thin re-export shim that redirects to @0gfoundation/0g-compute-ts-sdk@^0.8.0. It exists so users with the old package name pinned (or pulled in transitively) keep working — globally installing it exposes the 0g-compute-cli binary, and importing from @0glabs/0g-serving-broker resolves to the renamed package.
Migration
- "@0glabs/0g-serving-broker": "^0.7"
+ "@0gfoundation/0g-compute-ts-sdk": "^0.8.0"- import { createZGComputeNetworkBroker } from '@0glabs/0g-serving-broker'
+ import { createZGComputeNetworkBroker } from '@0gfoundation/0g-compute-ts-sdk'The public API is unchanged — only the package name moved. @0glabs/0g-serving-broker will receive no further updates; all future releases ship under @0gfoundation/0g-compute-ts-sdk.