docusaurus-plugin-openapi-docs 0.0.0-1017 → 0.0.0-1018

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.
@@ -16,7 +16,7 @@ export declare class OpenAPIParser {
16
16
  /**
17
17
  * get spec part by JsonPointer ($ref)
18
18
  */
19
- byRef: <T extends unknown = any>(ref: string) => T | undefined;
19
+ byRef: <T extends any = any>(ref: string) => T | undefined;
20
20
  /**
21
21
  * checks if the object is OpenAPI reference (contains $ref property)
22
22
  */
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-1017",
4
+ "version": "0.0.0-1018",
5
5
  "license": "MIT",
6
6
  "keywords": [
7
7
  "openapi",
@@ -65,5 +65,5 @@
65
65
  "engines": {
66
66
  "node": ">=14"
67
67
  },
68
- "gitHead": "b61e72b970c9ae9877e8da8590e463e568da66e8"
68
+ "gitHead": "4ed9784e2b92f3f65cdcc25b1606639b5a8c3c82"
69
69
  }