docusaurus-plugin-openapi-docs 0.0.0-719 → 0.0.0-721

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/lib/index.js CHANGED
@@ -336,7 +336,7 @@ custom_edit_url: null
336
336
  cwd: path_1.default.resolve(apiDir, "schemas"),
337
337
  deep: 1,
338
338
  });
339
- const sidebarFile = await (0, utils_1.Globby)(["sidebar.js"], {
339
+ const sidebarFile = await (0, utils_1.Globby)(["sidebar.{js,ts}"], {
340
340
  cwd: path_1.default.resolve(apiDir),
341
341
  deep: 1,
342
342
  });
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-719",
4
+ "version": "0.0.0-721",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "openapi",
@@ -60,5 +60,5 @@
60
60
  "engines": {
61
61
  "node": ">=14"
62
62
  },
63
- "gitHead": "394b993eef86d61d9e5494a91f34b7fb0ecb5cb3"
63
+ "gitHead": "07e551e4a44f419ad059e8444b4cfca5137c7e12"
64
64
  }
package/src/index.ts CHANGED
@@ -477,7 +477,7 @@ custom_edit_url: null
477
477
  cwd: path.resolve(apiDir, "schemas"),
478
478
  deep: 1,
479
479
  });
480
- const sidebarFile = await Globby(["sidebar.js"], {
480
+ const sidebarFile = await Globby(["sidebar.{js,ts}"], {
481
481
  cwd: path.resolve(apiDir),
482
482
  deep: 1,
483
483
  });