[![logo][]](https://xyo.network)

# @xyo-network/xl1-s3-publishers

[![npm-badge][]][npm-link]
[![license-badge][]][license-link]

> Deprecated compatibility package for `@xyo-network/xl1-s3-providers`.

## Description

XL1 is the XYO Layer One blockchain protocol. This package is a compatibility
stub. It re-exports `@xyo-network/xl1-s3-providers` so older imports keep
working after the package rename.

New code should install and import `@xyo-network/xl1-s3-providers` directly.

## Install

Use the renamed package for new code:

```sh
pnpm add @xyo-network/xl1-s3-providers
```

Install this package only to keep legacy imports compiling:

```sh
pnpm add @xyo-network/xl1-s3-publishers
```

## License

See the [LICENSE](./LICENSE) file for license rights and limitations
(LGPL-3.0-only).

## Credits

[Made with 🔥 and ❄️ by XYO Foundation](https://xyo.network)

[npm-badge]: https://img.shields.io/npm/v/@xyo-network/xl1-s3-publishers.svg
[npm-link]: https://www.npmjs.com/package/@xyo-network/xl1-s3-publishers
[license-badge]: https://img.shields.io/npm/l/@xyo-network/xl1-s3-publishers.svg
[license-link]: ./LICENSE
[logo]: https://cdn.xy.company/img/brand/XYO_full_colored.png
