openapi-explorer 2.1.626 → 2.1.628
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
@@ -1,19 +1,19 @@
|
|
1
1
|
# OpenAPI Explorer
|
2
2
|
Web Component Custom Element for Open-API spec viewing, with automatic integration for React and Vue.
|
3
3
|
|
4
|
+
This is an open source project managed by the [Authress Engineering team](https://authress.io).
|
5
|
+
|
4
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=OpenAPI%20Explorer&color=%23FBAF0B&logo=androidauto&logoColor=%23FBAF0B"></a>
|
5
9
|
<a href="./LICENSE" alt="apache 2.0 license">
|
6
|
-
<img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg">
|
7
|
-
</a>
|
10
|
+
<img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg"></a>
|
8
11
|
<a href="https://badge.fury.io/js/openapi-explorer" alt="npm version">
|
9
|
-
<img src="https://badge.fury.io/js/openapi-explorer.svg">
|
10
|
-
</a>
|
12
|
+
<img src="https://badge.fury.io/js/openapi-explorer.svg"></a>
|
11
13
|
<a href="https://rhosys.ch/community" alt="npm version">
|
12
|
-
<img src="https://img.shields.io/badge/community-Discord-purple.svg">
|
13
|
-
</a>
|
14
|
+
<img src="https://img.shields.io/badge/community-Discord-purple.svg"></a>
|
14
15
|
<a href="https://www.webcomponents.org/element/openapi-explorer" alt="published on webcomponents.org">
|
15
|
-
<img src="https://img.shields.io/badge/webcomponents.org-OpenAPI%20Explorer-blue.svg?style=social">
|
16
|
-
</a>
|
16
|
+
<img src="https://img.shields.io/badge/webcomponents.org-OpenAPI%20Explorer-blue.svg?style=social"></a>
|
17
17
|
</p>
|
18
18
|
|
19
19
|
|
@@ -106,4 +106,4 @@ Unless required by applicable law or agreed to in writing, software
|
|
106
106
|
distributed under the License is distributed on an "AS IS" BASIS,
|
107
107
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
108
108
|
See the License for the specific language governing permissions and
|
109
|
-
limitations under the License.
|
109
|
+
limitations under the License.
|