@scalar/openapi-parser
Advanced tools
Comparing version
# @scalar/openapi-parser | ||
## 0.18.3 | ||
### Patch Changes | ||
- c345d2c: fix: added dependency on @scalar/openapi-types | ||
- Updated dependencies [ccf875a] | ||
- @scalar/openapi-types@0.3.7 | ||
## 0.18.2 | ||
@@ -4,0 +12,0 @@ |
@@ -145,3 +145,3 @@ import type { UnknownObject } from '../../types/index.js'; | ||
*/ | ||
export declare function prefixInternalRefRecursive(input: unknown, prefix: string[]): string; | ||
export declare function prefixInternalRefRecursive(input: unknown, prefix: string[]): void; | ||
/** | ||
@@ -148,0 +148,0 @@ * Represents a plugin that handles resolving references from external sources. |
@@ -87,3 +87,3 @@ import { escapeJsonPointer } from "../../utils/escape-json-pointer.js"; | ||
} | ||
return input["$ref"] = prefixInternalRef(ref, prefix); | ||
input["$ref"] = prefixInternalRef(ref, prefix); | ||
} | ||
@@ -90,0 +90,0 @@ } |
@@ -45,2 +45,3 @@ import { dereference } from "../../../utils/dereference.js"; | ||
const _ = name; | ||
const nada = _; | ||
} | ||
@@ -47,0 +48,0 @@ } |
@@ -20,3 +20,3 @@ { | ||
], | ||
"version": "0.18.2", | ||
"version": "0.18.3", | ||
"engines": { | ||
@@ -67,3 +67,4 @@ "node": ">=20" | ||
"leven": "^4.0.0", | ||
"yaml": "2.8.0" | ||
"yaml": "2.8.0", | ||
"@scalar/openapi-types": "0.3.7" | ||
}, | ||
@@ -77,6 +78,5 @@ "devDependencies": { | ||
"tinybench": "^2.8.0", | ||
"vite": "5.4.19", | ||
"vite": "6.1.6", | ||
"@scalar/build-tooling": "0.2.4", | ||
"@scalar/openapi-types": "0.3.6", | ||
"@scalar/types": "0.2.10" | ||
"@scalar/types": "0.2.11" | ||
}, | ||
@@ -83,0 +83,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
2565382
0.01%9
-10%33094
07
16.67%+ Added
+ Added
+ Added