openapi-client-axios
Advanced tools
Comparing version 6.0.0 to 6.1.0
import { AxiosInstance, AxiosRequestConfig, AxiosResponse } from 'axios'; | ||
import RefParser from '@apidevtools/json-schema-ref-parser'; | ||
import RefParser from '@anttiviljami/json-schema-ref-parser'; | ||
import { Document, Operation, UnknownOperationMethod, OperationMethodArguments, UnknownOperationMethods, RequestConfig, UnknownPathsDictionary, Server } from './types/client'; | ||
@@ -4,0 +4,0 @@ /** |
@@ -92,5 +92,5 @@ "use strict"; | ||
var bath_es5_1 = __importDefault(require("bath-es5")); | ||
var json_schema_ref_parser_1 = __importDefault(require("@apidevtools/json-schema-ref-parser")); | ||
var dereference_1 = __importDefault(require("@apidevtools/json-schema-ref-parser/lib/dereference")); | ||
var options_1 = __importDefault(require("@apidevtools/json-schema-ref-parser/lib/options")); | ||
var json_schema_ref_parser_1 = __importDefault(require("@anttiviljami/json-schema-ref-parser")); | ||
var dereference_1 = __importDefault(require("@anttiviljami/json-schema-ref-parser/lib/dereference")); | ||
var options_1 = __importDefault(require("@anttiviljami/json-schema-ref-parser/lib/options")); | ||
var copy_anything_1 = require("copy-anything"); | ||
@@ -97,0 +97,0 @@ var client_1 = require("./types/client"); |
{ | ||
"name": "openapi-client-axios", | ||
"description": "JavaScript client library for consuming OpenAPI-enabled APIs with axios. Types included.", | ||
"version": "6.0.0", | ||
"version": "6.1.0", | ||
"author": "Viljami Kuosmanen <viljami@viljami.io>", | ||
"funding": "https://github.com/sponsors/anttiviljami", | ||
"license": "MIT", | ||
@@ -45,3 +46,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@apidevtools/json-schema-ref-parser": "^9.0.7", | ||
"@anttiviljami/json-schema-ref-parser": "^9.2.0", | ||
"bath-es5": "^3.0.3", | ||
@@ -76,3 +77,3 @@ "copy-anything": "^3.0.2", | ||
}, | ||
"gitHead": "9075245dce9f318c202019abbd16e32866fa0999" | ||
"gitHead": "786b342501b7c93cdc519db965b3b787498330da" | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
70599
12
+ Added@anttiviljami/json-schema-ref-parser@9.2.2(transitive)
- Removed@apidevtools/json-schema-ref-parser@9.1.2(transitive)