openapi-explorer 1.2.611 → 2.0.613
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 +1 -0
- package/dist/browser/openapi-explorer.min.js +2 -2
- package/dist/es/openapi-explorer.js +56 -36
- package/dist/es/templates/focused-endpoint-template.js +2 -2
- package/dist/es/templates/mainBodyTemplate.js +2 -2
- package/dist/es/templates/navbar-template.js +1 -1
- package/dist/lib/openapi-explorer.js +56 -36
- package/dist/lib/templates/focused-endpoint-template.js +2 -2
- package/dist/lib/templates/mainBodyTemplate.js +2 -2
- package/dist/lib/templates/navbar-template.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -65,6 +65,7 @@ Web Component Custom Element for Open-API spec viewing, with automatic integrati
|
|
|
65
65
|
|
|
66
66
|
|
|
67
67
|
## Documentation
|
|
68
|
+
* [Migrating from v1 to v2 of openapi-explorer](./CHANGELOG.md#2.0) - Review the breaking changes
|
|
68
69
|
* [Property and variables documentation](./docs/documentation.md)
|
|
69
70
|
* [Examples (Vue, React, JS, and more)](./docs/examples.md)
|
|
70
71
|
* Generate the open specification document necessary for this library - by using an editor or by following the [Open API Specification](https://github.com/OAI/OpenAPI-Specification/blob/main/versions/3.1.0.md)
|