openapi-explorer 2.1.627 → 2.1.635
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 +5 -5
- package/dist/browser/openapi-explorer.min.js +2 -2
- package/dist/es/components/syntax-highlighter.js +4 -2
- package/dist/es/openapi-explorer.js +1 -1
- package/dist/es/templates/components-template.js +2 -1
- package/dist/es/templates/expanded-endpoint-template.js +1 -1
- package/dist/lib/components/syntax-highlighter.js +6 -2
- package/dist/lib/openapi-explorer.js +1 -1
- package/dist/lib/templates/components-template.js +3 -1
- package/dist/lib/templates/expanded-endpoint-template.js +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
@@ -4,13 +4,13 @@ Web Component Custom Element for Open-API spec viewing, with automatic integrati
|
|
4
4
|
This is an open source project managed by the [Authress Engineering team](https://authress.io).
|
5
5
|
|
6
6
|
<p align="center">
|
7
|
-
<a href="https://authress.io" alt="Authress Engineering
|
8
|
-
<img src="https://img.shields.io/static/v1?label=Authress+Engineering&message=
|
7
|
+
<a href="https://authress.io" alt="Authress Engineering">
|
8
|
+
<img src="https://img.shields.io/static/v1?label=Authress+Engineering&message=OpenAPI%20Explorer&color=%23FBAF0B&logo=androidauto&logoColor=%23FBAF0B"></a>
|
9
9
|
<a href="./LICENSE" alt="apache 2.0 license">
|
10
10
|
<img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg"></a>
|
11
11
|
<a href="https://badge.fury.io/js/openapi-explorer" alt="npm version">
|
12
12
|
<img src="https://badge.fury.io/js/openapi-explorer.svg"></a>
|
13
|
-
<a href="https://
|
13
|
+
<a href="https://authress.io/community" alt="npm version">
|
14
14
|
<img src="https://img.shields.io/badge/community-Discord-purple.svg"></a>
|
15
15
|
<a href="https://www.webcomponents.org/element/openapi-explorer" alt="published on webcomponents.org">
|
16
16
|
<img src="https://img.shields.io/badge/webcomponents.org-OpenAPI%20Explorer-blue.svg?style=social"></a>
|
@@ -20,13 +20,13 @@ This is an open source project managed by the [Authress Engineering team](https:
|
|
20
20
|
## Beautiful and responsive API explorer and console
|
21
21
|
|
22
22
|
<p>
|
23
|
-
<a href="https://
|
23
|
+
<a href="https://authress-engineering.github.io/openapi-explorer/#?route=get-/v1/users/-userId-/resources/-resourceUri-/permissions/-permission-" target="_blank">
|
24
24
|
<img src="./docs/desktop-view.png" alt="Desktop demo image" width="800px">
|
25
25
|
</a>
|
26
26
|
</p>
|
27
27
|
|
28
28
|
## Check out the Demo
|
29
|
-
[OpenAPI Explorer Demo](https://
|
29
|
+
[OpenAPI Explorer Demo](https://authress-engineering.github.io/openapi-explorer/#?route=get-/v1/users/-userId-/resources/-resourceUri-/permissions/-permission-)
|
30
30
|
|
31
31
|
(Curious about the exact styling of this: [here's the exact example](./docs/authress-example.vue))
|
32
32
|
|