@hey-api/openapi-ts
Advanced tools
Comparing version 0.59.2 to 0.60.0
105
LICENSE.md
@@ -1,101 +0,12 @@ | ||
# Functional Source License, Version 1.1, MIT Future License | ||
MIT License | ||
## Abbreviation | ||
Copyright (c) Hey API | ||
FSL-1.1-MIT | ||
Permission is hereby granted, free of charge, to any person obtaining a copy | ||
of this software and associated documentation files (the "Software"), to deal | ||
in the Software without restriction, including without limitation the rights | ||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
copies of the Software, and to permit persons to whom the Software is | ||
furnished to do so, subject to the following conditions: | ||
## Notice | ||
Copyright 2024 Hey API | ||
## Terms and Conditions | ||
### Licensor ("We") | ||
The party offering the Software under these Terms and Conditions. | ||
### The Software | ||
The "Software" is each version of the software that we make available under | ||
these Terms and Conditions, as indicated by our inclusion of these Terms and | ||
Conditions with the Software. | ||
### License Grant | ||
Subject to your compliance with this License Grant and the Patents, | ||
Redistribution and Trademark clauses below, we hereby grant you the right to | ||
use, copy, modify, create derivative works, publicly perform, publicly display | ||
and redistribute the Software for any Permitted Purpose identified below. | ||
### Permitted Purpose | ||
A Permitted Purpose is any purpose other than a Competing Use. A Competing Use | ||
means making the Software available to others in a commercial product or | ||
service that: | ||
1. substitutes for the Software; | ||
2. substitutes for any other product or service we offer using the Software | ||
that exists as of the date we make the Software available; or | ||
3. offers the same or substantially similar functionality as the Software. | ||
Permitted Purposes specifically include using the Software: | ||
1. for your internal use and access; | ||
2. for non-commercial education; | ||
3. for non-commercial research; and | ||
4. in connection with professional services that you provide to a licensee | ||
using the Software in accordance with these Terms and Conditions. | ||
### Patents | ||
To the extent your use for a Permitted Purpose would necessarily infringe our | ||
patents, the license grant above includes a license under our patents. If you | ||
make a claim against any party that the Software infringes or contributes to | ||
the infringement of any patent, then your patent license to the Software ends | ||
immediately. | ||
### Redistribution | ||
The Terms and Conditions apply to all copies, modifications and derivatives of | ||
the Software. | ||
If you redistribute any copies, modifications or derivatives of the Software, | ||
you must include a copy of or a link to these Terms and Conditions and not | ||
remove any copyright notices provided in or with the Software. | ||
### Disclaimer | ||
THE SOFTWARE IS PROVIDED "AS IS" AND WITHOUT WARRANTIES OF ANY KIND, EXPRESS OR | ||
IMPLIED, INCLUDING WITHOUT LIMITATION WARRANTIES OF FITNESS FOR A PARTICULAR | ||
PURPOSE, MERCHANTABILITY, TITLE OR NON-INFRINGEMENT. | ||
IN NO EVENT WILL WE HAVE ANY LIABILITY TO YOU ARISING OUT OF OR RELATED TO THE | ||
SOFTWARE, INCLUDING INDIRECT, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES, | ||
EVEN IF WE HAVE BEEN INFORMED OF THEIR POSSIBILITY IN ADVANCE. | ||
### Trademarks | ||
Except for displaying the License Details and identifying us as the origin of | ||
the Software, you have no right under these Terms and Conditions to use our | ||
trademarks, trade names, service marks or product names. | ||
## Grant of Future License | ||
We hereby irrevocably grant you an additional license to use the Software under | ||
the MIT license that is effective on the second anniversary of the date we make | ||
the Software available. On or after that date, you may use the Software under | ||
the MIT license, in which case the following will apply: | ||
Permission is hereby granted, free of charge, to any person obtaining a copy of | ||
this software and associated documentation files (the "Software"), to deal in | ||
the Software without restriction, including without limitation the rights to | ||
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies | ||
of the Software, and to permit persons to whom the Software is furnished to do | ||
so, subject to the following conditions: | ||
The above copyright notice and this permission notice shall be included in all | ||
@@ -102,0 +13,0 @@ copies or substantial portions of the Software. |
{ | ||
"name": "@hey-api/openapi-ts", | ||
"version": "0.59.2", | ||
"version": "0.60.0", | ||
"description": "🚀 The OpenAPI to TypeScript codegen. Generate clients, SDKs, validators, and more.", | ||
@@ -13,5 +13,5 @@ "homepage": "https://heyapi.dev/", | ||
}, | ||
"license": "FSL-1.1-MIT", | ||
"license": "MIT", | ||
"author": { | ||
"email": "lmenus@lmen.us", | ||
"email": "lubos@heyapi.dev", | ||
"name": "Lubos Menus", | ||
@@ -76,18 +76,18 @@ "url": "https://lmen.us" | ||
"devDependencies": { | ||
"@angular-devkit/build-angular": "19.0.4", | ||
"@angular/animations": "19.0.3", | ||
"@angular/cli": "19.0.4", | ||
"@angular/common": "19.0.3", | ||
"@angular/compiler": "19.0.3", | ||
"@angular/compiler-cli": "19.0.3", | ||
"@angular/core": "19.0.3", | ||
"@angular/forms": "19.0.3", | ||
"@angular/platform-browser": "19.0.3", | ||
"@angular/platform-browser-dynamic": "19.0.3", | ||
"@angular/router": "19.0.3", | ||
"@tanstack/angular-query-experimental": "5.62.4", | ||
"@tanstack/react-query": "5.62.3", | ||
"@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", | ||
"@tanstack/solid-query": "5.51.21", | ||
"@tanstack/svelte-query": "5.62.3", | ||
"@tanstack/vue-query": "5.62.3", | ||
"@tanstack/svelte-query": "5.62.7", | ||
"@tanstack/vue-query": "5.62.7", | ||
"@types/cross-spawn": "6.0.6", | ||
@@ -99,3 +99,3 @@ "@types/express": "4.17.21", | ||
"express": "4.21.0", | ||
"fastify": "5.1.0", | ||
"fastify": "5.2.0", | ||
"glob": "10.4.3", | ||
@@ -110,4 +110,4 @@ "node-fetch": "3.3.2", | ||
"zod": "3.23.8", | ||
"@hey-api/client-axios": "0.3.0", | ||
"@hey-api/client-fetch": "0.5.3" | ||
"@hey-api/client-axios": "0.3.2", | ||
"@hey-api/client-fetch": "0.5.5" | ||
}, | ||
@@ -114,0 +114,0 @@ "scripts": { |
@@ -24,4 +24,10 @@ <div align="center"> | ||
Love Hey API? Please consider becoming a [sponsor](https://github.com/sponsors/hey-api). | ||
Love Hey API? Become our [sponsor](https://github.com/sponsors/hey-api). | ||
<p> | ||
<a href="https://kutt.it/pkEZyc" target="_blank"> | ||
<img alt="Stainless logo" height="50" src="https://heyapi.dev/images/stainless-logo-wordmark-480w.png" /> | ||
</a> | ||
</p> | ||
## GitHub Integration (coming soon) | ||
@@ -31,8 +37,4 @@ | ||
## Migrating from OpenAPI Typescript Codegen? | ||
## Migration Guides | ||
Please read our [migration guide](https://heyapi.dev/openapi-ts/migrating.html#openapi-typescript-codegen). | ||
## Contributing | ||
Want to get involved? Please refer to the [contributing guide](https://heyapi.dev/contributing.html). | ||
[OpenAPI Typescript Codegen](https://heyapi.dev/openapi-ts/migrating.html#openapi-typescript-codegen). |
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
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
3534294
0
0
100
9732
39