# @platform-modules/commerce-orders

## 0.1.1

### Patch Changes

- Updated dependencies [b4ea296]
- Updated dependencies [2626769]
  - @platform-modules/billing@1.0.0

## 0.1.0

### Minor Changes

- a9f2873: Re-export `ORDER_STATUSES` and `isOrderStatus` as runtime values from the package barrel (previously only the `OrderStatus` type was exported). Additive, no behavior change — lets wire-boundary consumers (e.g. `@platform-modules/commerce-orders-react`'s `reviveOrder`) validate a transported `status` against the canonical status set via the core guard instead of an inline copy that can silently drift.
