@bpinternal/opapi
Advanced tools
Comparing version 0.8.0 to 0.8.1
@@ -175,3 +175,3 @@ import { OpenApiZodAny, extendApi } from '@anatine/zod-openapi'; | ||
getModelRef: (name: SchemaName) => OpenApiZodAny; | ||
addOperation: <Path extends string>(operationProps: Operation<DefaultParameterName, SectionName, Path, "zod-schema">) => void; | ||
addOperation: <Path extends string>(operationProps: Operation<DefaultParameterName, SectionName, Path, 'zod-schema'>) => void; | ||
exportClient: (dir: string | undefined, openapiGeneratorEndpoint: string, postProcessors?: OpenApiPostProcessors) => Promise<void>; | ||
@@ -178,0 +178,0 @@ exportTypesBySection: (dir?: string) => Promise<void>; |
{ | ||
"name": "@bpinternal/opapi", | ||
"version": "0.8.0", | ||
"version": "0.8.1", | ||
"description": "", | ||
@@ -24,15 +24,15 @@ "main": "./dist/index.js", | ||
"devDependencies": { | ||
"@swc/core": "1.4.5", | ||
"@swc/helpers": "0.5.6", | ||
"@swc/core": "1.4.8", | ||
"@swc/helpers": "0.5.7", | ||
"@types/decompress": "4.2.7", | ||
"@types/express": "4.17.21", | ||
"@types/node": "18.19.21", | ||
"@types/verror": "1.10.9", | ||
"@types/node": "18.19.24", | ||
"@types/verror": "1.10.10", | ||
"prettier": "3.2.5", | ||
"ts-node": "10.9.2", | ||
"tsup": "8.0.2", | ||
"typescript": "5.3.3", | ||
"vite": "5.1.5", | ||
"vite-node": "1.3.1", | ||
"vitest": "1.3.1" | ||
"typescript": "5.4.2", | ||
"vite": "5.1.6", | ||
"vite-node": "1.4.0", | ||
"vitest": "1.4.0" | ||
}, | ||
@@ -42,3 +42,3 @@ "dependencies": { | ||
"@readme/openapi-parser": "2.5.0", | ||
"axios": "1.6.7", | ||
"axios": "1.6.8", | ||
"chalk": "4.1.2", | ||
@@ -48,5 +48,5 @@ "decompress": "4.2.1", | ||
"json-schema-to-typescript": "13.1.2", | ||
"openapi-typescript": "6.7.4", | ||
"openapi-typescript": "6.7.5", | ||
"openapi3-ts": "2.0.2", | ||
"radash": "12.0.0", | ||
"radash": "12.1.0", | ||
"tsconfig-paths": "4.2.0", | ||
@@ -53,0 +53,0 @@ "verror": "1.10.1", |
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
138265
+ Addedaxios@1.6.8(transitive)
+ Addedopenapi-typescript@6.7.5(transitive)
+ Addedradash@12.1.0(transitive)
- Removedaxios@1.6.7(transitive)
- Removedopenapi-typescript@6.7.4(transitive)
- Removedradash@12.0.0(transitive)
Updatedaxios@1.6.8
Updatedopenapi-typescript@6.7.5
Updatedradash@12.1.0