@stoplight/types

popular esm cjs
Common typings for the Stoplight ecosystem.
Version 14.1.1 License Apache-2.0
INSTALL
Type:
Version:
- Static
- Latest Patch
- Latest Minor
- Latest Major
- 9999.9999.9999
- 9999.9999.9998
- 9999.9999.9997
- 9999.9999.9996
- 9999.9999.9995
- 9999.9999.9994
- 9999.9999.9993
- 14.1.1
- 14.1.0
- 14.0.0
- 13.20.0
- 13.19.0
- 13.18.0
- 13.17.0
- 13.16.0
- 13.15.0
- 13.14.0
- 13.13.0
- 13.12.0
- 13.11.0
- 13.10.0
- 13.9.3
- 13.9.2
- 13.9.1
- 13.9.0
- 13.8.0
- 13.7.0
- 13.6.0
- 13.5.0
- 13.4.0
- 13.3.0
- 13.2.0
- 13.1.0
- 13.0.0
- 12.5.0
- 12.4.0
- 12.3.0
- 12.2.0
- 12.1.0
- 12.0.0
- 11.10.0
- 11.9.0
- 11.8.0
- 11.7.0
- 11.6.0
- 11.5.0
- 11.4.1
- 11.4.0
- 11.3.0
- 11.2.0
- 11.1.1
- 11.1.0
- 11.0.0
- 10.0.1
- 10.0.0
- 9.1.2
- 9.1.1
- 9.1.0
- 9.0.2
- 9.0.1
- 9.0.0
- 8.0.0
- 7.1.0
- 7.0.1
- 7.0.0
- 6.0.0
- 5.1.2
- 5.1.1
- 5.1.0
- 5.0.0
- 4.2.0
- 4.1.0
- 4.0.0
- 3.1.0
- 3.0.0
- 2.0.0
- 1.2.2
- 1.2.1
- 1.2.0
- 1.1.0
- 1.0.4
- 1.0.3
- 1.0.1
- 1.0.0
- 0.0.43
- 0.0.42
- 0.0.41
- 0.0.40
- 0.0.39
- 0.0.38
- 0.0.36
- 0.0.35
- 0.0.34
- 0.0.33
- 0.0.32
- 14.0.0-beta.1
- 13.0.0-beta.5
- 13.0.0-beta.4
- 13.0.0-beta.3
- 13.0.0-beta.2
- 13.0.0-beta.1
- 0.0.44-alpha.1
- 0.0.44-alpha.0
- 0.0.44-0.0.44-alpha.2.0
- 0.0.38-alpha.1
- 0.0.37-beta.1
- 0.0.37-beta.0
- 0.0.32-beta.2
- 0.0.32-beta.1
- 0.0.32-beta.0
@stoplight/types
Common typings for the Stoplight ecosystem.
Dependent repositories:
https://github.com/stoplightio/types/network/dependents
Installation
Supported in modern browsers and node.
# latest stable
yarn add -D @stoplight/types
Contributing
- Clone repo.
- Create / checkout
feature/{name}
,chore/{name}
, orfix/{name}
branch. - Install deps:
yarn
. - Make your changes.
- Run tests:
yarn test.prod
. - Stage relevant files to git.
- Commit:
yarn commit
. NOTE: Commits that don't follow the conventional format will be rejected.yarn commit
creates this format for you, or you can put it together manually and then do a regulargit commit
. - Push:
git push
. - Open PR targeting the
next
branch.