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 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 - DynamoDB-Armor">
8
- <img src="https://img.shields.io/static/v1?label=Authress+Engineering&message=DynamoDB-Armor&color=%23FBAF0B&logo=androidauto&logoColor=%23FBAF0B"></a>
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://rhosys.ch/community" alt="npm version">
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://rhosys.github.io/openapi-explorer/#?route=get-/v1/users/-userId-/resources/-resourceUri-/permissions/-permission-" target="_blank">
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://rhosys.github.io/openapi-explorer/#?route=get-/v1/users/-userId-/resources/-resourceUri-/permissions/-permission-)
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