@supermodeltools/openapi-spec 0.4.0 → 0.4.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -2,6 +2,7 @@
2
2
 
3
3
  [![npm](https://img.shields.io/npm/v/@supermodeltools/openapi-spec)](https://www.npmjs.com/package/@supermodeltools/openapi-spec)
4
4
  [![OpenAPI](https://img.shields.io/badge/OpenAPI-3.0-green)](https://spec.openapis.org/oas/v3.0.0)
5
+ [![Validate OpenAPI](https://github.com/supermodeltools/openapi-spec/actions/workflows/validate.yml/badge.svg)](https://github.com/supermodeltools/openapi-spec/actions/workflows/validate.yml)
5
6
 
6
7
  OpenAPI 3.0 specification for the [Supermodel API](https://docs.supermodeltools.com) - code graphing and static analysis.
7
8
 
@@ -27,7 +28,7 @@ All endpoints accept a zipped repository snapshot and return graph data as JSON.
27
28
 
28
29
  ## Authentication
29
30
 
30
- Requests require an API key via `X-Api-Key` header. Get your key from the [Supermodel Dashboard](https://supermodeltools.com/dashboard).
31
+ Requests require an API key via `X-Api-Key` header. Get your key from the [Supermodel Dashboard](https://dashboard.supermodeltools.com).
31
32
 
32
33
  ## Links
33
34
 
package/openapi.yaml CHANGED
@@ -2,7 +2,7 @@ openapi: 3.0.0
2
2
  info:
3
3
  title: Supermodel
4
4
  description: Code Graphing & Analysis API
5
- version: 0.4.0
5
+ version: 0.4.1
6
6
  license:
7
7
  name: Supermodel API Terms of Service
8
8
  url: https://supermodeltools.com/legal/api-terms
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@supermodeltools/openapi-spec",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Supermodel Public OpenAPI Specification",
5
5
  "main": "openapi.yaml",
6
6
  "files": [