@hey-api/openapi-ts
Advanced tools
Comparing version 0.60.1 to 0.61.0
{ | ||
"name": "@hey-api/openapi-ts", | ||
"version": "0.60.1", | ||
"version": "0.61.0", | ||
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", | ||
@@ -16,4 +16,4 @@ "homepage": "https://heyapi.dev/", | ||
"email": "lubos@heyapi.dev", | ||
"name": "Lubos Menus", | ||
"url": "https://lmen.us" | ||
"name": "Hey API", | ||
"url": "https://heyapi.dev" | ||
}, | ||
@@ -67,5 +67,5 @@ "funding": "https://github.com/sponsors/hey-api", | ||
"dependencies": { | ||
"@apidevtools/json-schema-ref-parser": "11.7.3", | ||
"@hey-api/json-schema-ref-parser": "1.0.1", | ||
"c12": "2.0.1", | ||
"commander": "12.1.0", | ||
"commander": "13.0.0", | ||
"handlebars": "4.7.8" | ||
@@ -77,18 +77,18 @@ }, | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "19.0.5", | ||
"@angular/animations": "19.0.4", | ||
"@angular/cli": "19.0.5", | ||
"@angular/common": "19.0.4", | ||
"@angular/compiler": "19.0.4", | ||
"@angular/compiler-cli": "19.0.4", | ||
"@angular/core": "19.0.4", | ||
"@angular/forms": "19.0.4", | ||
"@angular/platform-browser": "19.0.4", | ||
"@angular/platform-browser-dynamic": "19.0.4", | ||
"@angular/router": "19.0.4", | ||
"@tanstack/angular-query-experimental": "5.62.7", | ||
"@tanstack/react-query": "5.62.7", | ||
"@angular-devkit/build-angular": "19.0.6", | ||
"@angular/animations": "19.0.5", | ||
"@angular/cli": "19.0.6", | ||
"@angular/common": "19.0.5", | ||
"@angular/compiler": "19.0.5", | ||
"@angular/compiler-cli": "19.0.5", | ||
"@angular/core": "19.0.5", | ||
"@angular/forms": "19.0.5", | ||
"@angular/platform-browser": "19.0.5", | ||
"@angular/platform-browser-dynamic": "19.0.5", | ||
"@angular/router": "19.0.5", | ||
"@tanstack/angular-query-experimental": "5.62.13", | ||
"@tanstack/react-query": "5.62.15", | ||
"@tanstack/solid-query": "5.51.21", | ||
"@tanstack/svelte-query": "5.62.7", | ||
"@tanstack/vue-query": "5.62.7", | ||
"@tanstack/svelte-query": "5.62.12", | ||
"@tanstack/vue-query": "5.62.12", | ||
"@types/cross-spawn": "6.0.6", | ||
@@ -110,4 +110,4 @@ "@types/express": "4.17.21", | ||
"zod": "3.23.8", | ||
"@hey-api/client-axios": "0.3.4", | ||
"@hey-api/client-fetch": "0.5.7" | ||
"@hey-api/client-axios": "0.4.0", | ||
"@hey-api/client-fetch": "0.6.0" | ||
}, | ||
@@ -121,3 +121,2 @@ "scripts": { | ||
"test:e2e": "vitest run --config vitest.config.e2e.ts", | ||
"test:sample": "node test/sample.cjs", | ||
"test:update": "vitest watch --config vitest.config.unit.ts --update", | ||
@@ -124,0 +123,0 @@ "test:watch": "vitest watch --config vitest.config.unit.ts", |
<div align="center"> | ||
<img width="150" height="150" src="https://heyapi.dev/logo.png" alt="Logo"> | ||
<img alt="Hey API logo" height="150" src="https://heyapi.dev/images/logo-300w.png" width="150"> | ||
<h1 align="center"><b>OpenAPI TypeScript</b></h1> | ||
@@ -4,0 +4,0 @@ <p align="center">🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.</p> |
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 too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
3946477
11795
30
+ Added@hey-api/json-schema-ref-parser@1.0.1(transitive)
+ Addedcommander@13.0.0(transitive)
- Removed@apidevtools/json-schema-ref-parser@11.7.3(transitive)
- Removedcommander@12.1.0(transitive)
Updatedcommander@13.0.0