@stoplight/types
Advanced tools
Comparing version 13.9.1 to 13.9.2
@@ -1,2 +0,2 @@ | ||
import { Extensions } from './http-spec'; | ||
import { Extensions } from "./http-spec"; | ||
export interface IShareableNode { | ||
@@ -16,3 +16,3 @@ id: string; | ||
} | ||
export interface INodeTag { | ||
export interface INodeTag extends IShareableNode { | ||
name: string; | ||
@@ -19,0 +19,0 @@ description?: string; |
{ | ||
"name": "@stoplight/types", | ||
"version": "13.9.1", | ||
"version": "13.9.2", | ||
"description": "Common typings for the Stoplight ecosystem.", | ||
@@ -5,0 +5,0 @@ "keywords": [], |
@@ -23,10 +23,10 @@ # @stoplight/types | ||
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 | ||
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. |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
37701