docusaurus-plugin-openapi-docs 0.0.0-429 → 0.0.0-430

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.
@@ -577,7 +577,7 @@ function createResponseSchema({ title, body, ...rest }) {
577
577
  groupId: "schema-tabs",
578
578
  children: [
579
579
  firstBody &&
580
- (0, utils_1.create)("TabTtem", {
580
+ (0, utils_1.create)("TabItem", {
581
581
  label: `${title}`,
582
582
  value: `${title}`,
583
583
  children: [
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "docusaurus-plugin-openapi-docs",
3
3
  "description": "OpenAPI plugin for Docusaurus.",
4
- "version": "0.0.0-429",
4
+ "version": "0.0.0-430",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "openapi",
@@ -67,5 +67,5 @@
67
67
  "engines": {
68
68
  "node": ">=14"
69
69
  },
70
- "gitHead": "5e8eda4016c28efed34a740aca4dca0f5450835a"
70
+ "gitHead": "092180af62f607745838469abf85b72bdb1659fd"
71
71
  }
@@ -748,7 +748,7 @@ export function createResponseSchema({ title, body, ...rest }: Props) {
748
748
  groupId: "schema-tabs",
749
749
  children: [
750
750
  firstBody &&
751
- create("TabTtem", {
751
+ create("TabItem", {
752
752
  label: `${title}`,
753
753
  value: `${title}`,
754
754
  children: [