You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

swagger-typescript-api

Package Overview
Dependencies
Maintainers
2
Versions
154
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-typescript-api - npm Package Compare versions

Comparing version

to
13.1.3

dist/src-BzzyC03Z.js
# swagger-typescript-api
## 13.1.3
### Patch Changes
- [#1200](https://github.com/acacode/swagger-typescript-api/pull/1200) [`3cc0194`](https://github.com/acacode/swagger-typescript-api/commit/3cc01941e25be15856eabde81417401a12d73ec5) Thanks [@smorimoto](https://github.com/smorimoto)! - Search `swagger-typescript-api.config` instead of `config` by default.
## 13.1.2

@@ -4,0 +10,0 @@

7

dist/cli.js
#!/usr/bin/env node
import { CodeGenConfig, HTTP_CLIENT, TemplatesGenConfig, generateApi, generateTemplates, package_default } from "./src-gaIHrOQ9.js";
import { CodeGenConfig, HTTP_CLIENT, TemplatesGenConfig, generateApi, generateTemplates, package_default } from "./src-BzzyC03Z.js";
import * as path$1 from "node:path";

@@ -268,3 +268,6 @@ import { loadConfig } from "c12";

run: async ({ args }) => {
const customConfig = await loadConfig({ configFile: args["custom-config"] });
const customConfig = await loadConfig({
name: "swagger-typescript-api",
configFile: args["custom-config"]
});
await generateApi({

@@ -271,0 +274,0 @@ addReadonly: args["add-readonly"],

@@ -1,3 +0,3 @@

import { constants_exports, generateApi, generateTemplates } from "./src-gaIHrOQ9.js";
import { constants_exports, generateApi, generateTemplates } from "./src-BzzyC03Z.js";
export { constants_exports as constants, generateApi, generateTemplates };
{
"name": "swagger-typescript-api",
"version": "13.1.2",
"version": "13.1.3",
"description": "Generate the API client for Fetch or Axios from an OpenAPI Specification",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/acacode/swagger-typescript-api",

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

Sorry, the diff of this file is not supported yet