openapi-explorer 0.6.216 → 0.6.221
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 +1 -0
- package/dist/openapi-explorer.min.js +4 -4
- package/dist/openapi-explorer.min.js.LICENSE.txt +1 -1
- package/dist/openapi-explorer.min.js.LICENSE.txt.gz +0 -0
- package/dist/openapi-explorer.min.js.gz +0 -0
- package/dist/openapi-explorer.min.js.map +1 -1
- package/dist/report.html +2 -2
- package/package.json +1 -1
- package/src/components/api-request.js +2 -2
- package/src/openapi-explorer.js +19 -11
- package/src/styles/font-styles.js +3 -0
- package/src/templates/endpoint-template.js +7 -3
- package/src/templates/main-body-template.js +2 -2
- package/src/templates/overview-template.js +3 -3
- package/src/templates/security-scheme-template.js +95 -91
- package/src/templates/server-template.js +1 -1
- package/src/utils/common-utils.js +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,7 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
|
|
|
3
3
|
|
|
4
4
|
## 0.6 ##
|
|
5
5
|
* Route navigation is contained fully in a query string inside the hash, it will now no longer affect hash based routing
|
|
6
|
+
* Adds the `nonce` to oauth requests to generate an access token.
|
|
6
7
|
|
|
7
8
|
## 0.5 ##
|
|
8
9
|
* Remove deprecated password oauth2 flow
|