@apidevtools/json-schema-ref-parser
Advanced tools
Comparing version
@@ -58,3 +58,3 @@ import $Refs from "./refs.js"; | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#resolveschema-options-callback | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/ref-parser.html#resolveschema-options-callback | ||
* | ||
@@ -76,3 +76,3 @@ * @param schema A JSON Schema object, or the file path or URL of a JSON Schema file. See the `parse` method for more info. | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#resolveschema-options-callback | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/ref-parser.html#resolveschema-options-callback | ||
* | ||
@@ -94,3 +94,3 @@ * @param schema A JSON Schema object, or the file path or URL of a JSON Schema file. See the `parse` method for more info. | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#bundleschema-options-callback | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/ref-parser.html#bundleschema-options-callback | ||
* | ||
@@ -112,3 +112,3 @@ * @param schema A JSON Schema object, or the file path or URL of a JSON Schema file. See the `parse` method for more info. | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#bundleschema-options-callback | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/ref-parser.html#bundleschema-options-callback | ||
* | ||
@@ -130,3 +130,3 @@ * @param schema A JSON Schema object, or the file path or URL of a JSON Schema file. See the `parse` method for more info. | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#dereferenceschema-options-callback | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/ref-parser.html#dereferenceschema-options-callback | ||
* | ||
@@ -148,3 +148,3 @@ * @param schema A JSON Schema object, or the file path or URL of a JSON Schema file. See the `parse` method for more info. | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#dereferenceschema-options-callback | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/ref-parser.html#dereferenceschema-options-callback | ||
* | ||
@@ -151,0 +151,0 @@ * @param path |
@@ -13,3 +13,3 @@ import $Ref from "./ref.js"; | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/refs.html | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/refs.html | ||
*/ | ||
@@ -20,3 +20,3 @@ export default class $Refs<S extends object = JSONSchema, O extends ParserOptions<S> = ParserOptions<S>> { | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/refs.html#circular | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/refs.html#circular | ||
*/ | ||
@@ -27,3 +27,3 @@ circular: boolean; | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/refs.html#pathstypes | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/refs.html#pathstypes | ||
* | ||
@@ -36,3 +36,3 @@ * @param types (optional) Optionally only return certain types of paths ("file", "http", etc.) | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/refs.html#valuestypes | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/refs.html#valuestypes | ||
* | ||
@@ -45,3 +45,3 @@ * @param types (optional) Optionally only return values from certain locations ("file", "http", etc.) | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/refs.html#existsref | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/refs.html#existsref | ||
* | ||
@@ -48,0 +48,0 @@ * @param $ref The JSON Reference path, optionally with a JSON Pointer in the hash |
@@ -47,3 +47,3 @@ "use strict"; | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/refs.html | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/refs.html | ||
*/ | ||
@@ -54,3 +54,3 @@ class $Refs { | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/refs.html#pathstypes | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/refs.html#pathstypes | ||
* | ||
@@ -68,3 +68,3 @@ * @param types (optional) Optionally only return certain types of paths ("file", "http", etc.) | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/refs.html#valuestypes | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/refs.html#valuestypes | ||
* | ||
@@ -84,3 +84,3 @@ * @param types (optional) Optionally only return values from certain locations ("file", "http", etc.) | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/refs.html#existsref | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/refs.html#existsref | ||
* | ||
@@ -87,0 +87,0 @@ * @param $ref The JSON Reference path, optionally with a JSON Pointer in the hash |
@@ -9,3 +9,3 @@ import type { JSONSchema4, JSONSchema4Object, JSONSchema6, JSONSchema6Object, JSONSchema7, JSONSchema7Object } from "json-schema"; | ||
/** | ||
* See https://apitools.dev/json-schema-ref-parser/docs/options.html | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/options.html | ||
*/ | ||
@@ -33,3 +33,3 @@ export interface HTTPResolverOptions<S extends object = JSONSchema> extends Partial<ResolverOptions<S>> { | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/plugins/resolvers.html | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/plugins/resolvers.html | ||
*/ | ||
@@ -97,3 +97,3 @@ export interface ResolverOptions<S extends object = JSONSchema> { | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/plugins/file-info-object.html | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/plugins/file-info-object.html | ||
*/ | ||
@@ -100,0 +100,0 @@ export interface FileInfo { |
@@ -183,3 +183,3 @@ import $Refs from "./refs.js"; | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#resolveschema-options-callback | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/ref-parser.html#resolveschema-options-callback | ||
* | ||
@@ -214,3 +214,3 @@ * @param schema A JSON Schema object, or the file path or URL of a JSON Schema file. See the `parse` method for more info. | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#resolveschema-options-callback | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/ref-parser.html#resolveschema-options-callback | ||
* | ||
@@ -260,3 +260,3 @@ * @param schema A JSON Schema object, or the file path or URL of a JSON Schema file. See the `parse` method for more info. | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#bundleschema-options-callback | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/ref-parser.html#bundleschema-options-callback | ||
* | ||
@@ -304,3 +304,3 @@ * @param schema A JSON Schema object, or the file path or URL of a JSON Schema file. See the `parse` method for more info. | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#bundleschema-options-callback | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/ref-parser.html#bundleschema-options-callback | ||
* | ||
@@ -334,3 +334,3 @@ * @param schema A JSON Schema object, or the file path or URL of a JSON Schema file. See the `parse` method for more info. | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#dereferenceschema-options-callback | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/ref-parser.html#dereferenceschema-options-callback | ||
* | ||
@@ -378,3 +378,3 @@ * @param schema A JSON Schema object, or the file path or URL of a JSON Schema file. See the `parse` method for more info. | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/ref-parser.html#dereferenceschema-options-callback | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/ref-parser.html#dereferenceschema-options-callback | ||
* | ||
@@ -381,0 +381,0 @@ * @param path |
@@ -16,3 +16,3 @@ import $Ref from "./ref.js"; | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/refs.html | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/refs.html | ||
*/ | ||
@@ -23,3 +23,3 @@ export default class $Refs<S extends object = JSONSchema, O extends ParserOptions<S> = ParserOptions<S>> { | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/refs.html#circular | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/refs.html#circular | ||
*/ | ||
@@ -31,3 +31,3 @@ public circular: boolean; | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/refs.html#pathstypes | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/refs.html#pathstypes | ||
* | ||
@@ -46,3 +46,3 @@ * @param types (optional) Optionally only return certain types of paths ("file", "http", etc.) | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/refs.html#valuestypes | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/refs.html#valuestypes | ||
* | ||
@@ -63,3 +63,3 @@ * @param types (optional) Optionally only return values from certain locations ("file", "http", etc.) | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/refs.html#existsref | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/refs.html#existsref | ||
* | ||
@@ -66,0 +66,0 @@ * @param $ref The JSON Reference path, optionally with a JSON Pointer in the hash |
@@ -21,3 +21,3 @@ import type { | ||
/** | ||
* See https://apitools.dev/json-schema-ref-parser/docs/options.html | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/options.html | ||
*/ | ||
@@ -50,3 +50,3 @@ | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/plugins/resolvers.html | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/plugins/resolvers.html | ||
*/ | ||
@@ -131,3 +131,3 @@ export interface ResolverOptions<S extends object = JSONSchema> { | ||
* | ||
* See https://apitools.dev/json-schema-ref-parser/docs/plugins/file-info-object.html | ||
* See https://apidevtools.com/json-schema-ref-parser/docs/plugins/file-info-object.html | ||
*/ | ||
@@ -134,0 +134,0 @@ export interface FileInfo { |
{ | ||
"name": "@apidevtools/json-schema-ref-parser", | ||
"version": "13.0.4", | ||
"version": "13.0.5", | ||
"description": "Parse, Resolve, and Dereference JSON Schema $ref pointers", | ||
@@ -49,3 +49,3 @@ "scripts": { | ||
], | ||
"homepage": "https://apitools.dev/json-schema-ref-parser/", | ||
"homepage": "https://apidevtools.com/json-schema-ref-parser/", | ||
"repository": { | ||
@@ -75,6 +75,6 @@ "type": "git", | ||
"@types/js-yaml": "^4.0.9", | ||
"@types/node": "^22", | ||
"@typescript-eslint/eslint-plugin": "^8.33.1", | ||
"@typescript-eslint/parser": "^8.33.1", | ||
"@vitest/coverage-v8": "^3.2.2", | ||
"@types/node": "^24", | ||
"@typescript-eslint/eslint-plugin": "^8.34.0", | ||
"@typescript-eslint/parser": "^8.34.0", | ||
"@vitest/coverage-v8": "^3.2.3", | ||
"cross-env": "^7.0.3", | ||
@@ -93,4 +93,4 @@ "eslint": "^9.28.0", | ||
"typescript": "^5.8.3", | ||
"typescript-eslint": "^8.33.1", | ||
"vitest": "^3.2.2" | ||
"typescript-eslint": "^8.34.0", | ||
"vitest": "^3.2.3" | ||
}, | ||
@@ -97,0 +97,0 @@ "dependencies": { |
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
330249
0.03%0
-100%