# @stoplight/types

> Common typings for the Stoplight ecosystem.

Latest version **14.1.1** (published 2024-01-05) · Apache-2.0 license · 0 weekly downloads

## Install

```sh
npm install @stoplight/types
pnpm add @stoplight/types
yarn add @stoplight/types
bun add @stoplight/types
```

## Health

**Score 30/100 (F)** — status: abandoned.

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 14.1.1 |
| Published | 2024-01-05 |
| First published | 2018-07-30 |
| Weekly downloads | 0 |
| License | Apache-2.0 |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Node | ^12.20 \|\| >=14.13 |
| Dependencies | 2 |
| Unpacked size | 45.3 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Stoplight |
| Maintainers | stoplight-devops |

## Links

- npm: https://www.npmjs.com/package/@stoplight/types
- Repository: https://github.com/stoplightio/types
- Issues: https://github.com/stoplightio/types/issues
- npm.io page: https://npm.io/package/@stoplight/types

## Dependencies (2)

- [utility-types](https://npm.io/package/utility-types.md) ^3.10.0
- [@types/json-schema](https://npm.io/package/@types/json-schema.md) ^7.0.4

## Recent versions

- 14.1.1 (latest) — 2024-01-05
- 14.0.0-beta.1 (beta) — 2023-09-20
- 0.0.37-beta.1 (next) — 2018-08-17
- 14.1.0 — 2023-12-08
- 14.0.0 — 2023-09-25
- 13.20.0 — 2023-08-28
- 13.19.0 — 2023-08-14
- 13.18.0 — 2023-08-08
- 13.17.0 — 2023-07-21
- 13.16.0 — 2023-07-18
- 13.15.0 — 2023-05-09
- 13.14.0 — 2023-05-08
- 13.13.0 — 2023-04-26
- 13.12.0 — 2023-04-18
- 13.11.0 — 2023-04-03
- … 95 more at https://npm.io/package/@stoplight/types/versions

## README

# @stoplight/types

Common typings for the Stoplight ecosystem.

- Explore the interfaces: [TSDoc](https://stoplightio.github.io/types/)
- View the changelog: [Releases](https://github.com/stoplightio/types/releases)

### Dependent repositories:

https://github.com/stoplightio/types/network/dependents

### Installation

Supported in modern browsers and node.

```bash
# latest stable
yarn add -D @stoplight/types
```

### Contributing

1. Clone repo.
2. Create / checkout `feature/{name}`, `chore/{name}`, or `fix/{name}` branch.
3. Install deps: `yarn`.
4. Make your changes.
5. Run tests: `yarn test.prod`.
6. Stage relevant files to git.
7. Commit: `yarn commit`. _NOTE: Commits that don't follow the [conventional](https://github.com/marionebl/commitlint/tree/master/%40commitlint/config-conventional) format will be rejected. `yarn commit` creates this format for you, or you can put it together manually and then do a regular `git commit`_.
8. Push: `git push`.
9. Open PR targeting the `next` branch.

---
_Source: https://npm.io/package/@stoplight/types · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
