openapi-explorer 2.3.777 → 2.4.780
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 -1
- package/dist/browser/openapi-explorer.min.js +2 -2
- package/dist/es/components/schema-table.js +3 -3
- package/dist/es/components/schema-tree.js +43 -41
- package/dist/es/styles/font-styles.js +1 -1
- package/dist/es/templates/expanded-endpoint-template.js +4 -2
- package/dist/es/utils/schema-utils.js +3 -3
- package/dist/es/utils/spec-parser.js +13 -2
- package/dist/lib/components/schema-table.js +3 -3
- package/dist/lib/components/schema-tree.js +43 -41
- package/dist/lib/styles/font-styles.js +1 -1
- package/dist/lib/templates/expanded-endpoint-template.js +4 -2
- package/dist/lib/utils/schema-utils.js +3 -3
- package/dist/lib/utils/spec-parser.js +13 -2
- package/package.json +2 -1
package/README.md
CHANGED
|
@@ -45,7 +45,7 @@ This is an open source project managed by the [Authress Engineering team](https:
|
|
|
45
45
|
```
|
|
46
46
|
|
|
47
47
|
## Features
|
|
48
|
-
- OpenAPI 3.
|
|
48
|
+
- OpenAPI 3.2+
|
|
49
49
|
- Built in automatic Internationalization (I18n)
|
|
50
50
|
- Works with any framework
|
|
51
51
|
- View resources, models, and directly make API calls
|