openapi-explorer 0.10.448 → 0.11.456

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/CHANGELOG.md CHANGED
@@ -25,6 +25,7 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
25
25
  * Improve search to automatically update results
26
26
  * Fix `servers` list not being used when `server-url` is not specified.
27
27
  * Fix display of `integer` and `date-time` schema styling.
28
+ * Fix `font-size-small` and exposes these variables in the documentation for configuration.
28
29
 
29
30
  ## 0.9 ##
30
31
  * OpenAPI 3.1 support using `APIDevTools/json-schema-ref-parser`
package/README.md CHANGED
@@ -24,7 +24,7 @@ Web Component Custom Element for Open-API spec viewing, with automatic integrati
24
24
  </p>
25
25
 
26
26
  ## Check out the Demo
27
- [OpenAPI Explorer Demo](https://authress.io/app/?utm_source=oae&utm_medium=github&utm_campaign=cross-link&utm_content=demo#api?route=get-/v1/users/-userId-/resources)
27
+ [OpenAPI Explorer Demo](https://rhosys.github.io/openapi-explorer/#?route=get-/v1/users/-userId-/resources/-resourceUri-/permissions/-permission-)
28
28
 
29
29
  (Curious about the exact styling of this: [here's the exact example](./docs/authress-example.vue))
30
30